GET GetUserdefinedParams/{domainName}/{partId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
domainName

string

Required

partId

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Parameter
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

Required

String length: inclusive between 0 and 8000

Value

string

Required

String length: inclusive between 0 and 8000

ParamType

string

Required

String length: inclusive between 0 and 8000

Prefix

string

Required

String length: inclusive between 0 and 8000

Label

string

Required

String length: inclusive between 0 and 8000

Min

decimal number

None.

Max

decimal number

None.

Offset

decimal number

None.

IsMandatory

boolean

None.

IsParent

boolean

None.

DisplayOrder

integer

None.

PartNumberOrder

integer

None.

ImageExist

boolean

None.

ModelParamValues

Collection of ModelParamValues

None.

RuleFunction

Collection of string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Name": "sample string 2",
    "Value": "sample string 3",
    "ParamType": "sample string 4",
    "Prefix": "sample string 5",
    "Label": "sample string 6",
    "Min": 1.0,
    "Max": 1.0,
    "Offset": 1.0,
    "IsMandatory": true,
    "IsParent": true,
    "DisplayOrder": 9,
    "PartNumberOrder": 1,
    "ImageExist": true,
    "ModelParamValues": [
      {
        "Id": 1,
        "ParameterId": 1,
        "Value": "sample string 1",
        "Label": "sample string 2",
        "IsDefault": true,
        "Path": "sample string 4",
        "Prefix": "sample string 5",
        "PartNumber": "sample string 6"
      },
      {
        "Id": 1,
        "ParameterId": 1,
        "Value": "sample string 1",
        "Label": "sample string 2",
        "IsDefault": true,
        "Path": "sample string 4",
        "Prefix": "sample string 5",
        "PartNumber": "sample string 6"
      }
    ],
    "RuleFunction": [
      "sample string 1",
      "sample string 2"
    ]
  },
  {
    "Id": 1,
    "Name": "sample string 2",
    "Value": "sample string 3",
    "ParamType": "sample string 4",
    "Prefix": "sample string 5",
    "Label": "sample string 6",
    "Min": 1.0,
    "Max": 1.0,
    "Offset": 1.0,
    "IsMandatory": true,
    "IsParent": true,
    "DisplayOrder": 9,
    "PartNumberOrder": 1,
    "ImageExist": true,
    "ModelParamValues": [
      {
        "Id": 1,
        "ParameterId": 1,
        "Value": "sample string 1",
        "Label": "sample string 2",
        "IsDefault": true,
        "Path": "sample string 4",
        "Prefix": "sample string 5",
        "PartNumber": "sample string 6"
      },
      {
        "Id": 1,
        "ParameterId": 1,
        "Value": "sample string 1",
        "Label": "sample string 2",
        "IsDefault": true,
        "Path": "sample string 4",
        "Prefix": "sample string 5",
        "PartNumber": "sample string 6"
      }
    ],
    "RuleFunction": [
      "sample string 1",
      "sample string 2"
    ]
  }
]

application/xml, text/xml

Sample:
<ArrayOfParameter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models">
  <Parameter>
    <DisplayOrder>9</DisplayOrder>
    <Id>1</Id>
    <ImageExist>true</ImageExist>
    <IsMandatory>true</IsMandatory>
    <IsParent>true</IsParent>
    <Label>sample string 6</Label>
    <Max>1</Max>
    <Min>1</Min>
    <ModelParamValues>
      <ModelParamValues>
        <Id>1</Id>
        <IsDefault>true</IsDefault>
        <Label>sample string 2</Label>
        <ParameterId>1</ParameterId>
        <PartNumber>sample string 6</PartNumber>
        <Path>sample string 4</Path>
        <Prefix>sample string 5</Prefix>
        <Value>sample string 1</Value>
      </ModelParamValues>
      <ModelParamValues>
        <Id>1</Id>
        <IsDefault>true</IsDefault>
        <Label>sample string 2</Label>
        <ParameterId>1</ParameterId>
        <PartNumber>sample string 6</PartNumber>
        <Path>sample string 4</Path>
        <Prefix>sample string 5</Prefix>
        <Value>sample string 1</Value>
      </ModelParamValues>
    </ModelParamValues>
    <Name>sample string 2</Name>
    <Offset>1</Offset>
    <ParamType>sample string 4</ParamType>
    <PartNumberOrder>1</PartNumberOrder>
    <Prefix>sample string 5</Prefix>
    <RuleFunction xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </RuleFunction>
    <Value>sample string 3</Value>
  </Parameter>
  <Parameter>
    <DisplayOrder>9</DisplayOrder>
    <Id>1</Id>
    <ImageExist>true</ImageExist>
    <IsMandatory>true</IsMandatory>
    <IsParent>true</IsParent>
    <Label>sample string 6</Label>
    <Max>1</Max>
    <Min>1</Min>
    <ModelParamValues>
      <ModelParamValues>
        <Id>1</Id>
        <IsDefault>true</IsDefault>
        <Label>sample string 2</Label>
        <ParameterId>1</ParameterId>
        <PartNumber>sample string 6</PartNumber>
        <Path>sample string 4</Path>
        <Prefix>sample string 5</Prefix>
        <Value>sample string 1</Value>
      </ModelParamValues>
      <ModelParamValues>
        <Id>1</Id>
        <IsDefault>true</IsDefault>
        <Label>sample string 2</Label>
        <ParameterId>1</ParameterId>
        <PartNumber>sample string 6</PartNumber>
        <Path>sample string 4</Path>
        <Prefix>sample string 5</Prefix>
        <Value>sample string 1</Value>
      </ModelParamValues>
    </ModelParamValues>
    <Name>sample string 2</Name>
    <Offset>1</Offset>
    <ParamType>sample string 4</ParamType>
    <PartNumberOrder>1</PartNumberOrder>
    <Prefix>sample string 5</Prefix>
    <RuleFunction xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:string>sample string 1</d3p1:string>
      <d3p1:string>sample string 2</d3p1:string>
    </RuleFunction>
    <Value>sample string 3</Value>
  </Parameter>
</ArrayOfParameter>