Filter transports created by your truckers and partners
Last updated
Was this helpful?
Last updated
Was this helpful?
If you want to retrieve transports that were not created by you, you can use the transports list API with filters :
This can be achieved by doing this GET request (replace company_pk with the id of the company you're retrieving transports for):
/transports/?creation_method__not=api&created_by={company_pk}
As a response, you will get a paginated list of transports according to the
This can be achieved by doing this GET request (replace company_pk with the id of the company you're retrieving transports for):
/transports/?created_by__not={company_pk}
As a response, you will get a paginated list of transports according to the .