GET api/Lookup/GetCustomTagCategories
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CustomTagCategoryDtoName | Description | Type | Additional information |
---|---|---|---|
CategoryId | integer |
None. |
|
CategoryName | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "categoryId": 1, "categoryName": "sample string 2" }, { "categoryId": 1, "categoryName": "sample string 2" } ]
application/xml, text/xml
Sample:
<ArrayOfCustomTagCategoryDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/StairBiz.Contracts.Dto"> <CustomTagCategoryDto> <CategoryId>1</CategoryId> <CategoryName>sample string 2</CategoryName> </CustomTagCategoryDto> <CustomTagCategoryDto> <CategoryId>1</CategoryId> <CategoryName>sample string 2</CategoryName> </CustomTagCategoryDto> </ArrayOfCustomTagCategoryDto>