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": "258714b7-3bc2-476c-9ba8-053c438bb966", "InternalDescription": "sample string 2" }, { "Name": "sample string 1", "CategoryId": "258714b7-3bc2-476c-9ba8-053c438bb966", "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>258714b7-3bc2-476c-9ba8-053c438bb966</CategoryId> <InternalDescription>sample string 2</InternalDescription> <Name>sample string 1</Name> </CategorySpecs> <CategorySpecs> <CategoryId>258714b7-3bc2-476c-9ba8-053c438bb966</CategoryId> <InternalDescription>sample string 2</InternalDescription> <Name>sample string 1</Name> </CategorySpecs> </ArrayOfCategorySpecs>