Use a valid Bearer token to authenticate.
sortBy is used to sort the result-set in ascending or descending order according to selected field. The value of this param is one of available fields on task schedule objects.
Example: name, periode, flow, hubId, etc.
Default: createdTime
sortOrder is to decide ascending or descending order
Example: asc or desc.
Default: desc
Limit of vehicles result list.
Example: 10.
Default: 20
Pagination of vehicles result list.
Example: 2.
Default: 1
finding data by name task scheduler.
Example: Morning
The unique name of organization's flow.
Use Flow /flows API to get the list of flow names.
Example: Visit
The identifier for the flow that generated by system. Use Flow /flows API to get the list of flow id.
Example: 63d8c9b0dbd5ef20a627dd86
finding data running on SUCCESS or FAILED, acceptable value:SUCCESS,FAILED.
Example: SUCCESS
User email for a given task.
Example: worker@paket.id,jhon@paket.id
Fields is for selecting the specific fields that you can choose by multiples to show in the response using a string with a comma delimiter.
Example: name,periode,hubId.