GET api/EnLabel
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of EnLabel| Name | Description | Type | Additional information |
|---|---|---|---|
| URI | string |
None. |
|
| Name | string |
None. |
|
| Revised | string |
None. |
|
| updatedAt | string |
None. |
|
| Local | string |
None. |
|
| LabelType | string |
None. |
|
| SortOrder | integer |
None. |
|
| ID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"URI": "sample string 1",
"Name": "sample string 2",
"Revised": "sample string 3",
"updatedAt": "sample string 4",
"Local": "sample string 5",
"LabelType": "sample string 6",
"SortOrder": 1,
"ID": 7
},
{
"URI": "sample string 1",
"Name": "sample string 2",
"Revised": "sample string 3",
"updatedAt": "sample string 4",
"Local": "sample string 5",
"LabelType": "sample string 6",
"SortOrder": 1,
"ID": 7
}
]
application/xml, text/xml
Sample:
<ArrayOfEnLabel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Enlist.Models">
<EnLabel>
<ID>7</ID>
<LabelType>sample string 6</LabelType>
<Local>sample string 5</Local>
<Name>sample string 2</Name>
<Revised>sample string 3</Revised>
<SortOrder>1</SortOrder>
<URI>sample string 1</URI>
<updatedAt>sample string 4</updatedAt>
</EnLabel>
<EnLabel>
<ID>7</ID>
<LabelType>sample string 6</LabelType>
<Local>sample string 5</Local>
<Name>sample string 2</Name>
<Revised>sample string 3</Revised>
<SortOrder>1</SortOrder>
<URI>sample string 1</URI>
<updatedAt>sample string 4</updatedAt>
</EnLabel>
</ArrayOfEnLabel>