List task planning suggestion transitions

This endpoint can be used to get a list of task planning suggestion transitions. At least one of _id, taskIds, _createdAt or _updatedAt must be provided.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
_id
array of strings

List of task planning suggestion IDs

_id
string

Selector object for created at timestamp — supports $gt (greater than) and $lt (less than) attributes using Unix timestamp(s) in milliseconds - maximum allowed range is 365 days

string

Selector object for updated at timestamp — supports $gt (greater than) and $lt (less than) attributes using Unix timestamp(s) in milliseconds - maximum allowed range is 365 days

taskIds
array of strings

List of task IDs

taskIds
status
array of strings

Filter on specific transitions, possible statuses : cancelled, created, open, picked, requested

status
number

Skip from index count (default: 0)

number

Number of items (default: 100, max: 1000)

sort
object

Field to sort by (e.g., {_updatedAt: 1})

Headers
string
required

Session ID

Responses

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json