Response ‒ Groups/Post
All the same properties in the request are returned in the response. In addition, the response that is returned also contains the following properties:
Property
Type
Description
id
String
A unique identifier automatically generated for this Group entry by IoT Platform .
appId
String
A unique Application identifier that is automatically generated by IoT Platform . This is the identifier of the Application to which this Group is assigned.
This identifier is automatically generated by IoT Platform when the Applications/Post endpoint is used.
createDate, createUser, updateDate, updateUser
See Common Response Properties.
Example JSON Groups/Post Response
Status 201 – Created
{
“@odata.context”: “https://stg-axonizeapi-axonize.stg-ase-axonize.p.azurewebsites.net/odata/$metadata#Groups/$entity”,
“info”: “south-west-depot”,
“active”: true,
“diagram”: null,
“parentId”: null,
“name”: “south-west-depot”,
“id”: “585b9db666701d07a8381234”,
“appId”: “801A048A-9F23-429F-BF0D-B6D35B22771E”,
“createDate”: “0001-01-01T00:00:00Z”,
“createUser”: null,
“updateDate”: “0001-01-01T00:00:00Z”,
“updateUser”: null,
“users”: [],
“devices”: [],
“defaultLocation”: null,
“ancestors”: []
}