id | string <uuid> Ticket identifier. | ||||||||||||||
assigned_at | string or null <date-time> Date and time the ticket was joined by the first operator. | ||||||||||||||
cancel_reason_id | integer or null <int32> Reference to a cancel reason. Only present for tickets in the | ||||||||||||||
connection_id | string or null <uuid> Identifier of the connection. | ||||||||||||||
created_at | string <date-time> Date and time of creation. | ||||||||||||||
customer_channel_id | string or null <uuid> Identifier for the ticket messenger channel with the customer. This will not be set for tickets in the 'prepared' state. | ||||||||||||||
customer_connector_id | string or null <uuid> Identifier of the connector that is used by the customer for whom the initial ticket was created. | ||||||||||||||
customer_id | string or null <uuid> Identifier of the customer for whom the ticket was created. | ||||||||||||||
customer_reference | string [ 0 .. 255 ] characters Reference added by the customer. | ||||||||||||||
external_reference | string Reference of this ticket to something in an external system. This property value is never changed from within the Jifeline system. | ||||||||||||||
externally_processed | boolean Whether this ticket has been processed by an external system. This field is purely present to allow an external system to easily register if it has already "processed" it. This property value is never changed from within the Jifeline system. | ||||||||||||||
finished_at | string or null <date-time> Date and time the ticket was finished at. Only present for tickets in the | ||||||||||||||
operator_channel_id | string or null <uuid> Identifier for the ticket messenger channel with the operator of the partnered provider that outsourced this ticket to you. This will be | ||||||||||||||
operator_id | string or null <uuid> Identifier of the assigned operator. This value will be set when the ticket currently is or has been in state "in_progress". | ||||||||||||||
operator_reference | string [ 0 .. 255 ] characters Reference added by the operator. | ||||||||||||||
outsourced | boolean Reflects whether a ticket has been outsourced at least once to another provider. | ||||||||||||||
source_provider_id | string <uuid> The identifier of the provider that was the source of this ticket. This is the identifier of the provider that insourced this ticket, otherwise it will be your provider identifier. | ||||||||||||||
state | string (Ticket-state) This state provides information about the current activity of the ticket.
| ||||||||||||||
ticket_number | integer <int64> Human-readable ticket identifier. | ||||||||||||||
updated_at | string <date-time> Date and time the ticket was last updated. | ||||||||||||||
vehicle_model_id | integer <int64> Identifier of the vehicle model of the ticket. | ||||||||||||||
vin | string or null = 17 characters Vehicle Identification Number (VIN) of the vehicle of the ticket. Can be null for tickets in "prepared" state. | ||||||||||||||
voucher_code | string or null Code of the applied voucher. |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "assigned_at": "2019-08-24T14:15:22Z",
- "cancel_reason_id": 0,
- "connection_id": "d3547de1-d1f2-4344-b4c2-17169b7526f9",
- "created_at": "2019-08-24T14:15:22Z",
- "customer_channel_id": "ea96c632-cea8-4e93-a2a9-b43cdfd2784c",
- "customer_connector_id": "38442d12-3ddc-4ea7-815d-16388caccddf",
- "customer_id": "160c0c4b-9966-4dc1-a916-8407eb10d74e",
- "customer_reference": "A-123-B",
- "external_reference": "string",
- "externally_processed": true,
- "finished_at": "2019-08-24T14:15:22Z",
- "operator_channel_id": "ca45affe-f503-4778-ab9e-3dd26cdd2d66",
- "operator_id": "fa9de6bb-1df8-4ba6-9e6d-1172fbf7e166",
- "operator_reference": "example reference",
- "outsourced": true,
- "source_provider_id": "89679b1d-5eea-4ceb-8c38-aea88452dbc0",
- "state": "cancelled",
- "ticket_number": 7440303,
- "updated_at": "2019-08-24T14:15:22Z",
- "vehicle_model_id": 0,
- "vin": "JH4KA7630PC007649",
- "voucher_code": "WQ4MM3"
}
Retrieve a list of tickets.
Successful response.
object >= 0 properties Applied query parameters, including defaults. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array of objects (Ticket) >= 0 items List of tickets. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Array (>= 0 items)
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
total | integer <int64> Total number of resources matching provided query parameters. |
An error occurred - see status code and problem response for more information.
{- "query": {
- "limit": 25,
- "offset": 0,
- "sort_by": {
- "created_at": "asc"
}
}, - "result": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "assigned_at": "2019-08-24T14:15:22Z",
- "cancel_reason_id": 0,
- "connection_id": "d3547de1-d1f2-4344-b4c2-17169b7526f9",
- "created_at": "2019-08-24T14:15:22Z",
- "customer_channel_id": "ea96c632-cea8-4e93-a2a9-b43cdfd2784c",
- "customer_connector_id": "38442d12-3ddc-4ea7-815d-16388caccddf",
- "customer_id": "160c0c4b-9966-4dc1-a916-8407eb10d74e",
- "customer_reference": "A-123-B",
- "external_reference": "string",
- "externally_processed": true,
- "finished_at": "2019-08-24T14:15:22Z",
- "operator_channel_id": "ca45affe-f503-4778-ab9e-3dd26cdd2d66",
- "operator_id": "fa9de6bb-1df8-4ba6-9e6d-1172fbf7e166",
- "operator_reference": "example reference",
- "outsourced": true,
- "source_provider_id": "89679b1d-5eea-4ceb-8c38-aea88452dbc0",
- "state": "cancelled",
- "ticket_number": 7440303,
- "updated_at": "2019-08-24T14:15:22Z",
- "vehicle_model_id": 0,
- "vin": "JH4KA7630PC007649",
- "voucher_code": "WQ4MM3"
}
], - "total": 3255
}
Retrieve a single ticket by its identifier.
Successful response.
id | string <uuid> Ticket identifier. | ||||||||||||||
assigned_at | string or null <date-time> Date and time the ticket was joined by the first operator. | ||||||||||||||
cancel_reason_id | integer or null <int32> Reference to a cancel reason. Only present for tickets in the | ||||||||||||||
connection_id | string or null <uuid> Identifier of the connection. | ||||||||||||||
created_at | string <date-time> Date and time of creation. | ||||||||||||||
customer_channel_id | string or null <uuid> Identifier for the ticket messenger channel with the customer. This will not be set for tickets in the 'prepared' state. | ||||||||||||||
customer_connector_id | string or null <uuid> Identifier of the connector that is used by the customer for whom the initial ticket was created. | ||||||||||||||
customer_id | string or null <uuid> Identifier of the customer for whom the ticket was created. | ||||||||||||||
customer_reference | string [ 0 .. 255 ] characters Reference added by the customer. | ||||||||||||||
external_reference | string Reference of this ticket to something in an external system. This property value is never changed from within the Jifeline system. | ||||||||||||||
externally_processed | boolean Whether this ticket has been processed by an external system. This field is purely present to allow an external system to easily register if it has already "processed" it. This property value is never changed from within the Jifeline system. | ||||||||||||||
finished_at | string or null <date-time> Date and time the ticket was finished at. Only present for tickets in the | ||||||||||||||
operator_channel_id | string or null <uuid> Identifier for the ticket messenger channel with the operator of the partnered provider that outsourced this ticket to you. This will be | ||||||||||||||
operator_id | string or null <uuid> Identifier of the assigned operator. This value will be set when the ticket currently is or has been in state "in_progress". | ||||||||||||||
operator_reference | string [ 0 .. 255 ] characters Reference added by the operator. | ||||||||||||||
outsourced | boolean Reflects whether a ticket has been outsourced at least once to another provider. | ||||||||||||||
source_provider_id | string <uuid> The identifier of the provider that was the source of this ticket. This is the identifier of the provider that insourced this ticket, otherwise it will be your provider identifier. | ||||||||||||||
state | string (Ticket-state) This state provides information about the current activity of the ticket.
| ||||||||||||||
ticket_number | integer <int64> Human-readable ticket identifier. | ||||||||||||||
updated_at | string <date-time> Date and time the ticket was last updated. | ||||||||||||||
vehicle_model_id | integer <int64> Identifier of the vehicle model of the ticket. | ||||||||||||||
vin | string or null = 17 characters Vehicle Identification Number (VIN) of the vehicle of the ticket. Can be null for tickets in "prepared" state. | ||||||||||||||
voucher_code | string or null Code of the applied voucher. |
An error occurred - see status code and problem response for more information.
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "assigned_at": "2019-08-24T14:15:22Z",
- "cancel_reason_id": 0,
- "connection_id": "d3547de1-d1f2-4344-b4c2-17169b7526f9",
- "created_at": "2019-08-24T14:15:22Z",
- "customer_channel_id": "ea96c632-cea8-4e93-a2a9-b43cdfd2784c",
- "customer_connector_id": "38442d12-3ddc-4ea7-815d-16388caccddf",
- "customer_id": "160c0c4b-9966-4dc1-a916-8407eb10d74e",
- "customer_reference": "A-123-B",
- "external_reference": "string",
- "externally_processed": true,
- "finished_at": "2019-08-24T14:15:22Z",
- "operator_channel_id": "ca45affe-f503-4778-ab9e-3dd26cdd2d66",
- "operator_id": "fa9de6bb-1df8-4ba6-9e6d-1172fbf7e166",
- "operator_reference": "example reference",
- "outsourced": true,
- "source_provider_id": "89679b1d-5eea-4ceb-8c38-aea88452dbc0",
- "state": "cancelled",
- "ticket_number": 7440303,
- "updated_at": "2019-08-24T14:15:22Z",
- "vehicle_model_id": 0,
- "vin": "JH4KA7630PC007649",
- "voucher_code": "WQ4MM3"
}