Show Application Log
GET /services/api/v1/application_logs/{id}
Returns the requested application log.
Parameters
Parameter | Type | Description |
---|---|---|
id | string | The ID of the application log. |
Response
Results list.
- Example
- Schema
{
"id": "x4Ykp6my",
"application_id": "KO6m8AYZ",
"created_at": "2024-09-06T05:58:11.873Z",
"updated_at": "2024-09-06T05:58:11.873Z",
"type_of": "created",
"details": null
}
Attribute | Type | Description |
---|---|---|
id | string | Application log id. |
application_id | string | Id of the application the log belongs to. |
created_at | timestamp | Application log created at. |
updated_at | timestamp | Application log last updated at. |
type_of | string | Type of the application log. Possible values: ["default", "created", "status_updated", "email_sent_manually", "email_sent_automatically", "accepted_privacy", "keep_until_extended", "info_added", "email_added", "whatsapp_added", "phone_added", "send_delayed_email", "merged", "public_application_sent", "changed_job"]. |