Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

API Endpoint:

Tip

Method: GET

https://wwwintegration-api.freighttiger.com/integration/integration/indent - Integration/Sandbox Environment

https://wwwapi.freighttiger.com/api/integration/indent - Production Environment

Request

...

Headers:

Name

Type

Location

Description

Example

Authorization

string

headers

JWT token required to authenticate API call.

Authorization: Bearer eyJhbGciOiJIUzI1Ni

feed_unique_id

string

parameters

unique identifier

do12345

Request Parameters:

Name

Type

Location

Description

Example

indent_status

string

parameters

Any one of the given examples

PENDING_LSP_ACCEPTANCE,
PENDING_VEHICLE_PLACEMENT,
PENDING_VEHICLE_REPORTING,
PARTIALLY_CLOSED,
COMPLETELY_CLOSED,
CANCELLED,
EXPIRED

page_size

Number

parameters

Number of record shows per page

5

page_number

Number

parameters

page number

1

publish_start_timestamp

Number

parameters

Time in milliseconds

1618490680000

publish_end_timestamp

Number

parameters

Time in milliseconds

1618496680000

sort_order

string

parameters

order by

publish_date

Request Method : “GET“
Response Body:

...