How can we help?

Searching:

0 results found

Applications/Get (Specific)

GET /odata/Applications/[applicationId]

Description

Gets the details of a specific Application, as specified by the Application’s ID. This Application ID is returned in the response of the Applications/Post.

To get the details of all the applications of the Applications allowed to the logged‑in user, see Applications/Get (List).

See the following for request and response details:

See Also

Request ‒ Applications/Get (Specific)

Property Type Description Mandatory
appId String A unique Application identifier (appId) that is automatically generated by Axonize when the Applications/Post endpoint is used. Y
Example JSON Applications/Get (Specific) Request

curl -X GET \

https://api.stg.axonize.com/odata/applications/585166654e41925b98f08e2c \

-H ‘Authorization: Token’ \

-H ‘appId: be517433-c4b8-4788-9258-1ba220435d63’ \

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

Response ‒ Applications/Get (Specific)

For the requested Application, the response provides the properties in Applications/Post.

Example JSON Applications/Get (Specific) Response

Status 200 ‒ OK

{

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

“name”: “Transport”,

“tenantId”: “5851631d4e41925b98f01234”,

“allowedOrigins”: [],

“active”: false,

“logo”: null,

“cultureInfo”: “en”,

“uniqueIdentifier”: “transport”,

“parentId”: “801A048A-9F23-429F-BF0D-B6D35B22771E”,

“allowedApplications”: [

“63f96620-ad25-4e4f-911a-a851d9e31234”

],

“usersContainerDatabase”: null,

“phoneCountryCode”: null,

“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,

“additionalProperties”: []

}