Ticket
Operations
GET /tickets
Find all instances of the model matched by filter from the data source.
Parameters
Query Parameters
Filter defining fields, where, include, order, offset, and limit
Responses
Request was successful
GET /tickets/active
GET /tickets/count
GET /tickets/export/{action}
Batch ticket export
Parameters
Path Parameters
Query Parameters
Responses
Request was successful
GET /tickets/findOne
Find first instance of the model matched by filter from the data source.
Parameters
Query Parameters
Filter defining fields, where, include, order, offset, and limit
Responses
Request was successful
GET /tickets/volumeDelivered
Parameters
Query Parameters
Start of period for which to compute total volume delivered
End of period for which to compute total volume delivered, by default the current moment
Responses
Request was successful
GET /tickets/{id}
Find a model instance by {{id}} from the data source.
Parameters
Path Parameters
Model id
Query Parameters
Filter defining fields and include
Responses
Request was successful
GET /tickets/{id}/customerRel
Fetches belongsTo relation customerRel.
Parameters
Path Parameters
PersistedModel id
Query Parameters
Responses
Request was successful
GET /tickets/{id}/exists
GET /tickets/{id}/export/{action}
Export specific ticket
Parameters
Path Parameters
PersistedModel id
Query Parameters
Responses
Request was successful
GET /tickets/{id}/images
Queries images of Ticket.
Parameters
Path Parameters
PersistedModel id
Query Parameters
Responses
Request was successful
GET /tickets/{id}/images/count
GET /tickets/{id}/images/{fk}
Find a related item by id for images.
Parameters
Path Parameters
Foreign key for images
PersistedModel id
Responses
Request was successful
GET /tickets/{id}/returnPlant
Fetches belongsTo relation returnPlant.
Parameters
Path Parameters
PersistedModel id
Query Parameters
Responses
Request was successful
GET /tickets/{id}/returnTicketRoute
Fetches hasOne relation returnTicketRoute.
Parameters
Path Parameters
PersistedModel id
Query Parameters
Responses
Request was successful
GET /tickets/{id}/schedulePlant
Fetches belongsTo relation schedulePlant.
Parameters
Path Parameters
PersistedModel id
Query Parameters
Responses
Request was successful
GET /tickets/{id}/ticketAtPlant
GET /tickets/{id}/ticketBatchResult
Fetches hasOne relation ticketBatchResult.
Parameters
Path Parameters
PersistedModel id
Query Parameters
Responses
Request was successful
GET /tickets/{id}/ticketBatchResultAggr
Fetches hasOne relation ticketBatchResultAggr.
Parameters
Path Parameters
PersistedModel id
Query Parameters
Responses
Request was successful
GET /tickets/{id}/ticketCustomFields
Queries ticketCustomFields of Ticket.
Parameters
Path Parameters
PersistedModel id
Query Parameters
Responses
Request was successful
GET /tickets/{id}/ticketCustomFields/count
GET /tickets/{id}/ticketCustomFields/{fk}
Find a related item by id for ticketCustomFields.
Parameters
Path Parameters
Foreign key for ticketCustomFields
PersistedModel id
Responses
Request was successful
GET /tickets/{id}/ticketFiles
Queries ticketFiles of Ticket.
Parameters
Path Parameters
PersistedModel id
Query Parameters
Responses
Request was successful
GET /tickets/{id}/ticketFiles/count
GET /tickets/{id}/ticketFiles/{fk}
Find a related item by id for ticketFiles.
Parameters
Path Parameters
Foreign key for ticketFiles
PersistedModel id
Responses
Request was successful
GET /tickets/{id}/ticketInTransit
Fetches hasOne relation ticketInTransit.
Parameters
Path Parameters
PersistedModel id
Query Parameters
Responses
Request was successful
GET /tickets/{id}/ticketProducts
Queries ticketProducts of Ticket.
Parameters
Path Parameters
PersistedModel id
Query Parameters
Responses
Request was successful
GET /tickets/{id}/ticketProducts/count
GET /tickets/{id}/ticketProducts/{fk}
Find a related item by id for ticketProducts.
Parameters
Path Parameters
Foreign key for ticketProducts
PersistedModel id
Responses
Request was successful
GET /tickets/{id}/ticketRoute
Fetches hasOne relation ticketRoute.
Parameters
Path Parameters
PersistedModel id
Query Parameters
Responses
Request was successful
GET /tickets/{id}/ticketWater
Fetches hasOne relation ticketWater.
Parameters
Path Parameters
PersistedModel id
Query Parameters
Responses
Request was successful