GET api/Step/{applicationId}/{teamId}/{stepConfigId}/{positionId}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
applicationId
No documentation available.

Define this parameter in the request URI.

teamId
No documentation available.

Define this parameter in the request URI.

stepConfigId
No documentation available.

Define this parameter in the request URI.

positionId
No documentation available.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "2",
    "Id": "sample string 1",
    "Text": "sample string 2",
    "OtherText": "sample string 3",
    "OtherData": {
      "$id": "3"
    }
  },
  {
    "$ref": "2"
  },
  {
    "$ref": "2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfChildDropDownListDTO xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ChildDropDownListDTO>
    <Id>sample string 1</Id>
    <Text>sample string 2</Text>
    <OtherText>sample string 3</OtherText>
    <OtherData />
  </ChildDropDownListDTO>
  <ChildDropDownListDTO>
    <Id>sample string 1</Id>
    <Text>sample string 2</Text>
    <OtherText>sample string 3</OtherText>
    <OtherData />
  </ChildDropDownListDTO>
  <ChildDropDownListDTO>
    <Id>sample string 1</Id>
    <Text>sample string 2</Text>
    <OtherText>sample string 3</OtherText>
    <OtherData />
  </ChildDropDownListDTO>
</ArrayOfChildDropDownListDTO>