POST user/GetUserList

Request Information

URI Parameters

None.

Body Parameters

ListObject
NameDescriptionTypeAdditional information
ID

integer

None.

IDs

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": 1,
  "IDs": [
    1,
    2
  ]
}

text/html

Sample:
{"ID":1,"IDs":[1,2]}

application/xml, text/xml

Sample:
<ListObject xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models">
  <ID>1</ID>
  <IDs xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:long>1</d2p1:long>
    <d2p1:long>2</d2p1:long>
  </IDs>
</ListObject>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'ListObject'.

Response Information

Resource Description

Collection of ListItem
NameDescriptionTypeAdditional information
ListItemID

integer

None.

UniqueIdentifier

string

None.

ControlUniqueIdentifier

string

None.

TemplateControlUniqueIdentifier

string

None.

ParentUniqueIdentifier

string

None.

ListItemName

string

None.

Description

string

None.

Active

boolean

None.

FormTemplateControlID

integer

None.

FormControlID

integer

None.

ParentID

integer

None.

SelectedValue

string

None.

FormValues

Collection of FormValue

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ListItemID": 1,
    "UniqueIdentifier": "sample string 2",
    "ControlUniqueIdentifier": "sample string 3",
    "TemplateControlUniqueIdentifier": "sample string 4",
    "ParentUniqueIdentifier": "sample string 5",
    "ListItemName": "sample string 6",
    "Description": "sample string 7",
    "Active": true,
    "FormTemplateControlID": 9,
    "FormControlID": 10,
    "ParentID": 1,
    "SelectedValue": "sample string 11",
    "FormValues": [
      {
        "UniqueIdentifier": "sample string 1",
        "TemplateUniqueIdentifier": "sample string 2",
        "ParentUniqueIdentifier": "sample string 3",
        "OriginTemplateUniqueIdentifier": "sample string 4",
        "Value": "sample string 5",
        "DisplayValue": "sample string 6",
        "SelectedValue": "sample string 7",
        "IsDescription": true,
        "IsValue": true,
        "FormID": 1,
        "FormControlID": 1
      },
      {
        "UniqueIdentifier": "sample string 1",
        "TemplateUniqueIdentifier": "sample string 2",
        "ParentUniqueIdentifier": "sample string 3",
        "OriginTemplateUniqueIdentifier": "sample string 4",
        "Value": "sample string 5",
        "DisplayValue": "sample string 6",
        "SelectedValue": "sample string 7",
        "IsDescription": true,
        "IsValue": true,
        "FormID": 1,
        "FormControlID": 1
      }
    ]
  },
  {
    "ListItemID": 1,
    "UniqueIdentifier": "sample string 2",
    "ControlUniqueIdentifier": "sample string 3",
    "TemplateControlUniqueIdentifier": "sample string 4",
    "ParentUniqueIdentifier": "sample string 5",
    "ListItemName": "sample string 6",
    "Description": "sample string 7",
    "Active": true,
    "FormTemplateControlID": 9,
    "FormControlID": 10,
    "ParentID": 1,
    "SelectedValue": "sample string 11",
    "FormValues": [
      {
        "UniqueIdentifier": "sample string 1",
        "TemplateUniqueIdentifier": "sample string 2",
        "ParentUniqueIdentifier": "sample string 3",
        "OriginTemplateUniqueIdentifier": "sample string 4",
        "Value": "sample string 5",
        "DisplayValue": "sample string 6",
        "SelectedValue": "sample string 7",
        "IsDescription": true,
        "IsValue": true,
        "FormID": 1,
        "FormControlID": 1
      },
      {
        "UniqueIdentifier": "sample string 1",
        "TemplateUniqueIdentifier": "sample string 2",
        "ParentUniqueIdentifier": "sample string 3",
        "OriginTemplateUniqueIdentifier": "sample string 4",
        "Value": "sample string 5",
        "DisplayValue": "sample string 6",
        "SelectedValue": "sample string 7",
        "IsDescription": true,
        "IsValue": true,
        "FormID": 1,
        "FormControlID": 1
      }
    ]
  }
]

text/html

Sample:
[{"ListItemID":1,"UniqueIdentifier":"sample string 2","ControlUniqueIdentifier":"sample string 3","TemplateControlUniqueIdentifier":"sample string 4","ParentUniqueIdentifier":"sample string 5","ListItemName":"sample string 6","Description":"sample string 7","Active":true,"FormTemplateControlID":9,"FormControlID":10,"ParentID":1,"SelectedValue":"sample string 11","FormValues":[{"UniqueIdentifier":"sample string 1","TemplateUniqueIdentifier":"sample string 2","ParentUniqueIdentifier":"sample string 3","OriginTemplateUniqueIdentifier":"sample string 4","Value":"sample string 5","DisplayValue":"sample string 6","SelectedValue":"sample string 7","IsDescription":true,"IsValue":true,"FormID":1,"FormControlID":1},{"UniqueIdentifier":"sample string 1","TemplateUniqueIdentifier":"sample string 2","ParentUniqueIdentifier":"sample string 3","OriginTemplateUniqueIdentifier":"sample string 4","Value":"sample string 5","DisplayValue":"sample string 6","SelectedValue":"sample string 7","IsDescription":true,"IsValue":true,"FormID":1,"FormControlID":1}]},{"ListItemID":1,"UniqueIdentifier":"sample string 2","ControlUniqueIdentifier":"sample string 3","TemplateControlUniqueIdentifier":"sample string 4","ParentUniqueIdentifier":"sample string 5","ListItemName":"sample string 6","Description":"sample string 7","Active":true,"FormTemplateControlID":9,"FormControlID":10,"ParentID":1,"SelectedValue":"sample string 11","FormValues":[{"UniqueIdentifier":"sample string 1","TemplateUniqueIdentifier":"sample string 2","ParentUniqueIdentifier":"sample string 3","OriginTemplateUniqueIdentifier":"sample string 4","Value":"sample string 5","DisplayValue":"sample string 6","SelectedValue":"sample string 7","IsDescription":true,"IsValue":true,"FormID":1,"FormControlID":1},{"UniqueIdentifier":"sample string 1","TemplateUniqueIdentifier":"sample string 2","ParentUniqueIdentifier":"sample string 3","OriginTemplateUniqueIdentifier":"sample string 4","Value":"sample string 5","DisplayValue":"sample string 6","SelectedValue":"sample string 7","IsDescription":true,"IsValue":true,"FormID":1,"FormControlID":1}]}]

application/xml, text/xml

Sample:
<ArrayOfListItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models">
  <ListItem>
    <Active>true</Active>
    <ControlUniqueIdentifier>sample string 3</ControlUniqueIdentifier>
    <Description>sample string 7</Description>
    <FormControlID>10</FormControlID>
    <FormTemplateControlID>9</FormTemplateControlID>
    <FormValues>
      <FormValue>
        <DisplayValue>sample string 6</DisplayValue>
        <FormControlID>1</FormControlID>
        <FormID>1</FormID>
        <IsDescription>true</IsDescription>
        <IsValue>true</IsValue>
        <OriginTemplateUniqueIdentifier>sample string 4</OriginTemplateUniqueIdentifier>
        <ParentUniqueIdentifier>sample string 3</ParentUniqueIdentifier>
        <SelectedValue>sample string 7</SelectedValue>
        <TemplateUniqueIdentifier>sample string 2</TemplateUniqueIdentifier>
        <UniqueIdentifier>sample string 1</UniqueIdentifier>
        <Value>sample string 5</Value>
      </FormValue>
      <FormValue>
        <DisplayValue>sample string 6</DisplayValue>
        <FormControlID>1</FormControlID>
        <FormID>1</FormID>
        <IsDescription>true</IsDescription>
        <IsValue>true</IsValue>
        <OriginTemplateUniqueIdentifier>sample string 4</OriginTemplateUniqueIdentifier>
        <ParentUniqueIdentifier>sample string 3</ParentUniqueIdentifier>
        <SelectedValue>sample string 7</SelectedValue>
        <TemplateUniqueIdentifier>sample string 2</TemplateUniqueIdentifier>
        <UniqueIdentifier>sample string 1</UniqueIdentifier>
        <Value>sample string 5</Value>
      </FormValue>
    </FormValues>
    <ListItemID>1</ListItemID>
    <ListItemName>sample string 6</ListItemName>
    <ParentID>1</ParentID>
    <ParentUniqueIdentifier>sample string 5</ParentUniqueIdentifier>
    <SelectedValue>sample string 11</SelectedValue>
    <TemplateControlUniqueIdentifier>sample string 4</TemplateControlUniqueIdentifier>
    <UniqueIdentifier>sample string 2</UniqueIdentifier>
  </ListItem>
  <ListItem>
    <Active>true</Active>
    <ControlUniqueIdentifier>sample string 3</ControlUniqueIdentifier>
    <Description>sample string 7</Description>
    <FormControlID>10</FormControlID>
    <FormTemplateControlID>9</FormTemplateControlID>
    <FormValues>
      <FormValue>
        <DisplayValue>sample string 6</DisplayValue>
        <FormControlID>1</FormControlID>
        <FormID>1</FormID>
        <IsDescription>true</IsDescription>
        <IsValue>true</IsValue>
        <OriginTemplateUniqueIdentifier>sample string 4</OriginTemplateUniqueIdentifier>
        <ParentUniqueIdentifier>sample string 3</ParentUniqueIdentifier>
        <SelectedValue>sample string 7</SelectedValue>
        <TemplateUniqueIdentifier>sample string 2</TemplateUniqueIdentifier>
        <UniqueIdentifier>sample string 1</UniqueIdentifier>
        <Value>sample string 5</Value>
      </FormValue>
      <FormValue>
        <DisplayValue>sample string 6</DisplayValue>
        <FormControlID>1</FormControlID>
        <FormID>1</FormID>
        <IsDescription>true</IsDescription>
        <IsValue>true</IsValue>
        <OriginTemplateUniqueIdentifier>sample string 4</OriginTemplateUniqueIdentifier>
        <ParentUniqueIdentifier>sample string 3</ParentUniqueIdentifier>
        <SelectedValue>sample string 7</SelectedValue>
        <TemplateUniqueIdentifier>sample string 2</TemplateUniqueIdentifier>
        <UniqueIdentifier>sample string 1</UniqueIdentifier>
        <Value>sample string 5</Value>
      </FormValue>
    </FormValues>
    <ListItemID>1</ListItemID>
    <ListItemName>sample string 6</ListItemName>
    <ParentID>1</ParentID>
    <ParentUniqueIdentifier>sample string 5</ParentUniqueIdentifier>
    <SelectedValue>sample string 11</SelectedValue>
    <TemplateControlUniqueIdentifier>sample string 4</TemplateControlUniqueIdentifier>
    <UniqueIdentifier>sample string 2</UniqueIdentifier>
  </ListItem>
</ArrayOfListItem>