Response ‒ Reports/Post
All the same properties in the request are returned in the response. The response that is returned also contains the following properties –
Property
Type
Description
id
String
A unique Report identifier that is automatically generated for this Report 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 Report is assigned.
createDate, createUser, updateDate, updateUser
See Common Response Properties.
Example JSON Reports/Post Response
Status 201 – Created
{
“@odata.context”: “https://stg-axonizeapi-axonize.dev-ase-axonize.p.azurewebsites.net/odata/$metadata#Reports/$entity”,
“name”: “devices – report”,
“type”: “odata”,
“entity”: “devices”,
“query”: “”,
“columns”: [
“name”
],
“filters”: null,
“createdByDisplayName”: null,
“isDefault”: false,
“id”: “5b58670919ec0c1a68412345”,
“appId”: “801A048A-9F23-429F-BF0D-B6D35B212345”,
“createDate”: “2018-07-25T12:03:21.2135012Z”,
“createUser”: null,
“updateDate”: “0001-01-01T00:00:00Z”,
“updateUser”: null,
“reportInstances”: [],
“subscribers”: [],
“shared”: {
“applications”: [],
“tenants”: []
}
}