Response ‒ Applications/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 for this Application that is automatically generated. Please note that this ID is only intended for internal use by IoT Platform . |
appId | String | A unique identifier that is automatically generated by IoT Platform for this Application. This property is used to link between other entities (such as Users and Devices) and this Application. |
createDate, createUser, updateDate, updateUser | | See Common Response Properties. |
Example JSON Applications/Post Response
Status 201 – Created
{
“@odata.context”: “https://stg-axonizeapi-axonize.stg-ase-axonize.p.azurewebsites.net/odata/$metadata#Applications/$entity”,
“name”: “app name”,
“tenantId”: “5851631d4e41925b98f01234”,
“active”: false,
“logo”: null,
“cultureInfo”: “en”,
“uniqueIdentifier”: “app-name”,
“parentId”: “be517433-c4b8-4788-9258-1ba220431234”,
“allowedApplications”: [ ],
“usersContainerDatabase”: null,
“phoneCountryCode”: +49″
“diagram”: null,
“retention”: 15,
“timezone”:”Asia/Jerusalem”
“usersContainerDatabase”: “ABCD”,
“id”: “585166654e41925b98f01234”,
“appId”: “801A048A-9F23-429F-BF0D-B6D35B22771E”,
“createDate”: “0001-01-01T00:00:00Z”,
“createUser”: null,
“updateDate”: “0001-01-01T00:00:00Z”,
“updateUser”: null,
“passwordPolicy”: null,
}