GET api/Prerequisite/GetAllTypes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of TypesName | Description | Type | Additional information |
---|---|---|---|
TypeID | integer |
None. |
|
TypeDesc | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "TypeID": 1, "TypeDesc": "sample string 2" }, { "TypeID": 1, "TypeDesc": "sample string 2" } ]
application/xml, text/xml
Sample:
<ArrayOfTypes xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Equestrian.Entities"> <Types> <TypeDesc>sample string 2</TypeDesc> <TypeID>1</TypeID> </Types> <Types> <TypeDesc>sample string 2</TypeDesc> <TypeID>1</TypeID> </Types> </ArrayOfTypes>