v1
latestOpenAPI 3.0.12026-07-245277551.2 MBTask
Get tasks
Returns all the tasks for a single property.
get/datainsights/v1.1/tasks
Query parameters
offsetinteger required
The difference between start of the data and the start of the response data
limitinteger required
Example:5
The maximum number of results in the response
Headers
X-PROPERTY-IDinteger required
Property id of the client
Response
OK
Example response
{
"limit": 5,
"total": 42,
"tasks": [
{
"id": "53cce75e-eed6-4040-8a98-8accf372947a",
"name": "export_stock_report_by_id",
"property_id": 79,
"user_id": 7513,
"created_at": "2023-08-24T17:08:04.094590",
"updated_at": "2023-08-24T17:08:04.094590s"
}
]
}