GET api/AuthorityType/List
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of AuthorityType| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "f10f332f-951b-42f9-98e4-a635cd967213",
"Name": "sample string 2"
},
{
"Id": "f10f332f-951b-42f9-98e4-a635cd967213",
"Name": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfAuthorityType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tss.Eitr.Customer.Agria.WebApi.Models">
<AuthorityType>
<Id>f10f332f-951b-42f9-98e4-a635cd967213</Id>
<Name>sample string 2</Name>
</AuthorityType>
<AuthorityType>
<Id>f10f332f-951b-42f9-98e4-a635cd967213</Id>
<Name>sample string 2</Name>
</AuthorityType>
</ArrayOfAuthorityType>