get https://api.talkdeskapp.com/apps//installations//trial
Scope
apps:read
Body Response - Schema
200 (information related to an installation trial state)
Parameter | Type | Description |
---|---|---|
state | string | trial current state |
started_at | string | start date of installation trial |
expires_at | string | expiration date of installation trial |
ended_at | string | ended date of installation trial |
ended_reason | string | reason for the ending of trial |
subscription_name | string | name of the subscription type |
_links | object | "_links" subdivides into: 1 - "self" (object), which subdivides into: 1.1 - "href" (string) - default: https://api-docs.talkdesk.org/apps/{app_id}/installations/{installation_id}/trial 2 - "installation" (object), which subdivides into: 2.1 - "href" (string) - default: https://api-docs.talkdesk.org/apps/{app_id}/installations/{installation_id} |
400 (bad request), 401 (unauthorized), 403 (forbidden), 404 (installation not found)
Parameter | Type | Description | Required |
---|---|---|---|
code | string | n/a | yes |
message | string | n/a | yes |
description | string | n/a | no |
fields | array[object] | "fields" subdivides into: "name" (string) "description" (string) | yes (name and description) |
Troubleshooting
If you have questions or technical issues, please open a ticket using this form.