GET api/PowerBiCategoryMaster
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CategoryName | Description | Type | Additional information |
---|---|---|---|
CategoryName | string |
None. |
|
CategoryID | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[ { "CategoryName": "sample string 1", "CategoryID": "8a44dd29-62d2-4369-8fc9-b9fde68dd45b" }, { "CategoryName": "sample string 1", "CategoryID": "8a44dd29-62d2-4369-8fc9-b9fde68dd45b" } ]
application/xml, text/xml
Sample:
<ArrayOfCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRAApi.CustomModel"> <Category> <CategoryID>8a44dd29-62d2-4369-8fc9-b9fde68dd45b</CategoryID> <CategoryName>sample string 1</CategoryName> </Category> <Category> <CategoryID>8a44dd29-62d2-4369-8fc9-b9fde68dd45b</CategoryID> <CategoryName>sample string 1</CategoryName> </Category> </ArrayOfCategory>