GET sccm/categories
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CategorySpecs| Name | Description | Type | Additional information |
|---|---|---|---|
| Name | string |
None. |
|
| CategoryId | globally unique identifier |
None. |
|
| InternalDescription | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Name": "sample string 1",
"CategoryId": "6d532d3a-f172-4099-9968-88156dd10d80",
"InternalDescription": "sample string 2"
},
{
"Name": "sample string 1",
"CategoryId": "6d532d3a-f172-4099-9968-88156dd10d80",
"InternalDescription": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfCategorySpecs xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AltaiStandard.Web.ClientIntegrationService.Helpers">
<CategorySpecs>
<CategoryId>6d532d3a-f172-4099-9968-88156dd10d80</CategoryId>
<InternalDescription>sample string 2</InternalDescription>
<Name>sample string 1</Name>
</CategorySpecs>
<CategorySpecs>
<CategoryId>6d532d3a-f172-4099-9968-88156dd10d80</CategoryId>
<InternalDescription>sample string 2</InternalDescription>
<Name>sample string 1</Name>
</CategorySpecs>
</ArrayOfCategorySpecs>