GET api/TMS/get/apilist
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
ServiceResultOfListOfApiMasterMDL| Name | Description | Type | Additional information |
|---|---|---|---|
| Message | string |
None. |
|
| Description | string |
None. |
|
| Result | boolean |
None. |
|
| Data | Collection of ApiMasterMDL |
None. |
|
| status | integer |
None. |
|
| TotalCount | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Message": "sample string 1",
"Description": "sample string 2",
"Result": true,
"Data": [
{
"PK_APIId": 1,
"APIName": "sample string 2",
"APIURL": "sample string 3",
"HeaderType": "sample string 4",
"Request": {},
"Response": {},
"AuthenticationType": "sample string 7",
"HeadersContent": "sample string 8"
},
{
"PK_APIId": 1,
"APIName": "sample string 2",
"APIURL": "sample string 3",
"HeaderType": "sample string 4",
"Request": {},
"Response": {},
"AuthenticationType": "sample string 7",
"HeadersContent": "sample string 8"
}
],
"status": 4,
"TotalCount": 5
}
application/xml, text/xml
Sample:
<ServiceResultOfArrayOfApiMasterMDL_PUa0JunP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FTSMDLClassLibrary.FTSServices">
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/FTSMDLClassLibrary.WebAPIMDL">
<d2p1:ApiMasterMDL>
<d2p1:APIName>sample string 2</d2p1:APIName>
<d2p1:APIURL>sample string 3</d2p1:APIURL>
<d2p1:AuthenticationType>sample string 7</d2p1:AuthenticationType>
<d2p1:HeaderType>sample string 4</d2p1:HeaderType>
<d2p1:HeadersContent>sample string 8</d2p1:HeadersContent>
<d2p1:PK_APIId>1</d2p1:PK_APIId>
<d2p1:Request />
<d2p1:Response />
</d2p1:ApiMasterMDL>
<d2p1:ApiMasterMDL>
<d2p1:APIName>sample string 2</d2p1:APIName>
<d2p1:APIURL>sample string 3</d2p1:APIURL>
<d2p1:AuthenticationType>sample string 7</d2p1:AuthenticationType>
<d2p1:HeaderType>sample string 4</d2p1:HeaderType>
<d2p1:HeadersContent>sample string 8</d2p1:HeadersContent>
<d2p1:PK_APIId>1</d2p1:PK_APIId>
<d2p1:Request />
<d2p1:Response />
</d2p1:ApiMasterMDL>
</Data>
<Description>sample string 2</Description>
<Message>sample string 1</Message>
<Result>true</Result>
<TotalCount>5</TotalCount>
<status>4</status>
</ServiceResultOfArrayOfApiMasterMDL_PUa0JunP>