GET api/AuthorityType/List

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of AuthorityType
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": "374f0ccb-74e6-41ad-b124-ab8140c39d63",
    "Name": "sample string 2"
  },
  {
    "Id": "374f0ccb-74e6-41ad-b124-ab8140c39d63",
    "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>374f0ccb-74e6-41ad-b124-ab8140c39d63</Id>
    <Name>sample string 2</Name>
  </AuthorityType>
  <AuthorityType>
    <Id>374f0ccb-74e6-41ad-b124-ab8140c39d63</Id>
    <Name>sample string 2</Name>
  </AuthorityType>
</ArrayOfAuthorityType>