GET Miscellaneous/GetIntegrationCategories
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of IntegrationCategory| Name | Description | Type | Additional information |
|---|---|---|---|
| IntegrationCategoryID | integer |
None. |
|
| IntegrationCategoryName | string |
None. |
|
| IntegrationCategoryDesc | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"IntegrationCategoryID": 1,
"IntegrationCategoryName": "sample string 2",
"IntegrationCategoryDesc": "sample string 3"
},
{
"IntegrationCategoryID": 1,
"IntegrationCategoryName": "sample string 2",
"IntegrationCategoryDesc": "sample string 3"
}
]
text/html
Sample:
[{"IntegrationCategoryID":1,"IntegrationCategoryName":"sample string 2","IntegrationCategoryDesc":"sample string 3"},{"IntegrationCategoryID":1,"IntegrationCategoryName":"sample string 2","IntegrationCategoryDesc":"sample string 3"}]
application/xml, text/xml
Sample:
<ArrayOfIntegrationCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models">
<IntegrationCategory>
<IntegrationCategoryDesc>sample string 3</IntegrationCategoryDesc>
<IntegrationCategoryID>1</IntegrationCategoryID>
<IntegrationCategoryName>sample string 2</IntegrationCategoryName>
</IntegrationCategory>
<IntegrationCategory>
<IntegrationCategoryDesc>sample string 3</IntegrationCategoryDesc>
<IntegrationCategoryID>1</IntegrationCategoryID>
<IntegrationCategoryName>sample string 2</IntegrationCategoryName>
</IntegrationCategory>
</ArrayOfIntegrationCategory>