GET api/deps/getall
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DepResponseDataName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
ArName | string |
None. |
|
EnName | string |
None. |
Response Formats
application/xml, text/xml
Sample:
<ArrayOfDepResponseData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CCT.VerifyDoc.API.Controllers"> <DepResponseData> <ArName>sample string 2</ArName> <EnName>sample string 3</EnName> <Id>1</Id> </DepResponseData> <DepResponseData> <ArName>sample string 2</ArName> <EnName>sample string 3</EnName> <Id>1</Id> </DepResponseData> </ArrayOfDepResponseData>
application/json, text/json
Sample:
[ { "Id": 1, "EnName": "sample string 3", "ArName": "sample string 2" }, { "Id": 1, "EnName": "sample string 3", "ArName": "sample string 2" } ]