POST api/packcenter/getdeviceassignments
Get current valid device assignments for Business Unit
Request Information
URI Parameters
None.
Body Parameters
Business Unit Id
globally unique identifierRequest Formats
application/json, text/json
Sample:
"3ad1423e-8b9a-4771-ba95-cbbcf1f86b98"
application/xml, text/xml
Sample:
<guid xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3ad1423e-8b9a-4771-ba95-cbbcf1f86b98</guid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Dictionary of device assignment Id and device code
Dictionary of globally unique identifier [key] and string [value]Response Formats
application/json, text/json
Sample:
{ "b90705d5-48d8-455f-9c1e-a6b549d2a830": "sample string 2", "9b5b211b-eff2-4797-b54e-3f7586771f97": "sample string 4" }
application/xml, text/xml
Sample:
<ArrayOfKeyValueOfguidstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <KeyValueOfguidstring> <Key>b90705d5-48d8-455f-9c1e-a6b549d2a830</Key> <Value>sample string 2</Value> </KeyValueOfguidstring> <KeyValueOfguidstring> <Key>9b5b211b-eff2-4797-b54e-3f7586771f97</Key> <Value>sample string 4</Value> </KeyValueOfguidstring> </ArrayOfKeyValueOfguidstring>