Response ‒ Reports/Get (Specific)
For each Report, the response provides the properties in Reports/Post.
Example JSON Reports/Get (Specific) Response
Status 200 – OK
{
“@odata.context”: “https://stg-axonizeapi-axonize.dev-ase-axonize.p.azurewebsites.net/odata/$metadata#Reports/$entity”,
“name”: “Adi test generate report”,
“type”: “odata”,
“entity”: “users”,
“query”: “?$filter=createDate lt 2018-02-12T23:59:59+02:00”,
“columns”: [],
“filters”: “[{\”filter\”:\”createDate\”,\”msgKeyLabel\”:\”msg_create_date\”,\”msgKeyDisplayName\”:
\”msg_by_create_date\”,\”type\”:\”Date\”,\”propName\”:\”createDate\”,\”operator\”:\”lessThan\”,
\”filterValue\”:\”2018-02-12T12:20:42+02:00\”}]”,
“createdByDisplayName”: null,
“isDefault”: false,
“id”: “5a840d8619ec0c1550aaea7e”,
“appId”: “1aaf017c-b987-4f53-94d6-ad9afb8e4767”,
“createDate”: “2018-02-14T10:20:54.183Z”,
“createUser”: “1234”,
“updateDate”: “0001-01-01T00:00:00Z”,
“updateUser”: null,
“reportInstances”: [],
“subscribers”: [],
“shared”: {
“applications”: [],
“tenants”: [
“580c7cfbcb597ad4e123456”
]
}
}