Shops > Tasks > tasks
GET:tasks.json
Description
Get all shop tasks.
This is a typical bulk get endpoint.
Permission bit: "tasks.read"
Topic: Tasks
Arguments
List of shop task ids. See also: Unique Identifiers
Example: ["ta_EQzGqWoY"]
Include only incomplete tasks
When asking for multiple items, allow returning less than was asked (in case some are missing)
Unique shop identifier. See also: Unique Identifiers
Example: "sh_EQzGqWoY"
type: TaskTypeParam
Filter tasks by type
Result
[Task!]
Preview (typescript)
Loading module