GET sccm/categories
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of CategorySpecsName | 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": "17b4dc19-b9c1-4b42-a7a4-0b6649c1cab9", "InternalDescription": "sample string 2" }, { "Name": "sample string 1", "CategoryId": "17b4dc19-b9c1-4b42-a7a4-0b6649c1cab9", "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>17b4dc19-b9c1-4b42-a7a4-0b6649c1cab9</CategoryId> <InternalDescription>sample string 2</InternalDescription> <Name>sample string 1</Name> </CategorySpecs> <CategorySpecs> <CategoryId>17b4dc19-b9c1-4b42-a7a4-0b6649c1cab9</CategoryId> <InternalDescription>sample string 2</InternalDescription> <Name>sample string 1</Name> </CategorySpecs> </ArrayOfCategorySpecs>