POST api/Policy/GetCategories
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Product| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| ProductDevices | Collection of ProductDevice |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$type": "SFR.Models.Product, SFR.Models",
"Id": "66f977dd-4133-46dd-bce7-b911a24d22a5",
"Name": "sample string 2",
"ProductDevices": {
"$type": "System.Collections.Generic.List`1[[SFR.Models.ProductDevice, SFR.Models]], mscorlib",
"$values": [
{
"$type": "SFR.Models.ProductDevice, SFR.Models",
"Id": "90b2c449-4939-450f-a596-9664251b6c63",
"Name": "sample string 2",
"DeviceTypeCode": "sample string 3"
},
{
"$type": "SFR.Models.ProductDevice, SFR.Models",
"Id": "90b2c449-4939-450f-a596-9664251b6c63",
"Name": "sample string 2",
"DeviceTypeCode": "sample string 3"
}
]
}
},
{
"$type": "SFR.Models.Product, SFR.Models",
"Id": "66f977dd-4133-46dd-bce7-b911a24d22a5",
"Name": "sample string 2",
"ProductDevices": {
"$type": "System.Collections.Generic.List`1[[SFR.Models.ProductDevice, SFR.Models]], mscorlib",
"$values": [
{
"$type": "SFR.Models.ProductDevice, SFR.Models",
"Id": "90b2c449-4939-450f-a596-9664251b6c63",
"Name": "sample string 2",
"DeviceTypeCode": "sample string 3"
},
{
"$type": "SFR.Models.ProductDevice, SFR.Models",
"Id": "90b2c449-4939-450f-a596-9664251b6c63",
"Name": "sample string 2",
"DeviceTypeCode": "sample string 3"
}
]
}
}
]