How can we help?

Searching:

0 results found

Reports/Get (List)

GET /odata/Reports

Description

Gets a list of all the Reports of the Application specified in the request.

See the following for request and response details ‒

See Also

Request ‒ Reports/Get (List)

Property Type Description Mandatory
appId String A unique Application identifier that is automatically generated by Axonize. This is the identifier of the Application to which this Group is assigned.

This identifier is automatically generated by Axonize when the Applications/Post command is used.

Y

Example JSON Reports/Get (List) Request

curl -X GET \

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

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

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

  -H ‘Authorization: Token’ \

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

Response ‒ Reports/Get (List)

For each report, the response provides the properties in Reports/Post.

Example JSON Reports/Get (List) Response

Status 200 – OK

{

    “@odata.context”: “https://stg-axonizeapi-axonize.dev-ase-axonize.p.azurewebsites.net/odata/$metadata#Reports”,

  “value”: [

        {

            “name”: “Adi test generate report”,

            “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”: “5a840d8619ec0c1550a12345”,

            “appId”: “801A048A-9F23-429F-BF0D-B6D35B212345”,

            “createDate”: “2018-02-14T10:20:54.183Z”,

            “createUser”: “1234”,

            “updateDate”: “0001-01-01T00:00:00Z”,

            “updateUser”: null,

            “reportInstances”: [],

            “subscribers”: [],

            “shared”: {

                “applications”: [],

                “tenants”: [

                    “580c7cfbcb597ad4e123456”

                ]

            }

        }]}