GET api/PowerBiCategoryMaster

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Category
NameDescriptionTypeAdditional information
CategoryName

string

None.

CategoryID

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "CategoryName": "sample string 1",
    "CategoryID": "eaea829e-e530-4b77-8f87-43cb568a0e48"
  },
  {
    "CategoryName": "sample string 1",
    "CategoryID": "eaea829e-e530-4b77-8f87-43cb568a0e48"
  }
]

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>eaea829e-e530-4b77-8f87-43cb568a0e48</CategoryID>
    <CategoryName>sample string 1</CategoryName>
  </Category>
  <Category>
    <CategoryID>eaea829e-e530-4b77-8f87-43cb568a0e48</CategoryID>
    <CategoryName>sample string 1</CategoryName>
  </Category>
</ArrayOfCategory>