How can we help?

Searching:

0 results found

Reports/Get (Specific)

GET /odata/Reports/[reportId]

Description

Gets the details of a specific Report, as specified by the ID.

See the following for request and response details ‒

See Also

Request ‒ Reports/Get (Specific)

Property Type Description Mandatory
id String This is the unique identifier automatically assigned by Axonize when a Report is created. This ID is returned in the response of the Reports/Post. Y

Example JSON Reports/Get (Specific) Request

curl -X GET \

https://api.stg.axonize.com/odata/reports/5a840d8619ec0c1550a12345\

-H ‘Cache-Control: no-cache’ \

-H ‘Authorization: Token’ \

-H ‘Content-Type: application/json’ \

-H ‘appId: 801A048A-9F23-429F-BF0D-B6D35B212345’ \

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”

]

}

}