Task Search Service API (1.0.0)

Sync task to Elastic DB and provide APIs to filter task.

Read tasks from all organizations

Only VersaFleet's SysAdmin is authorized.

Authorizations:
bearerAuth
query Parameters
page
integer <int64> >= 1
Default: 1
per_page
integer <int64> >= 1
Default: 200
order
string
Default: "desc"
Enum: "asc" "desc"

The direction of the sort

range_start_created_at
string

Range start (inclusive) of Created At

range_end_created_at
string

Range end (inclusive) of Created At

org_id
Array of strings

Array of Merchant IDs

Responses

Response samples

Content type
application/json
Example
{
  • "message": "Bearer token is not found in HTTP Authorization header."
}