Skip to main content
Skip table of contents

What API do I use to fetch/get transporter?

API Endpoint: v1/api/integration/transporter

Method: GET

Request Format: Query Parameter

Query Parameters:

Query Parameter

How to provide

Usage

modifiedbefore

/api/integration/transporter?modifiedbefore=2024-09-01T13:04:36.221Z

Gets the records modified before the mentioned date.

limit

/api/integration/transporter?modifiedbefore=2024-09-01T13:04:36.221Z&limit=2

Gets the number of records mentioned by limit.

Valid values >= 1

pagenumber

/api/integration/transporter?limit=4&pagenumber=1

Gets the record on defined pagenumber in case limit is less than the total number of records in database.

Valid values >= 1

fields

/api/integration/transporter?limit=4&pagenumber=1&fields=id,name

Returns values mentioned in the fields

orderby

/api/integration/transporter?limit=4&pagenumber=1&orderby=modifiedon

Returns result sorted by orderby attribute.

filteron

/api/integration/transporter?filteron=name[contains]=Default

Returns result which satisfies conditions.

Common Reason for API failure:

What might be the issue

What is the resolution

No data being returned on giving modifiedbefore query parameter

Provide modifiedbefore query parameter in ISO format.

E.g., 2024-09-18T13:04:36.221Z, 2024-09-18

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.