Get tasks via GET
Retrieves paginated tasks for the authenticated user using query parameters for location filter criteria.
Query parameters
Page number (zero-based)
Number of tasks per page
Comma-separated list of location IDs to filter by
Comma-separated list of business IDs to filter by
Comma-separated list of product filters
Comma-separated list of location group IDs to filter by
Comma-separated list of labels to filter by
Comma-separated list of location IDs to exclude
Comma-separated list of business IDs to exclude
Comma-separated list of location group IDs to exclude
Comma-separated list of labels to exclude
Filter strategy to apply: location-groups, labels, business, or location
Search query string depending on filter category
Response
Tasks retrieved successfully
Example response
{
"tasks": [
{
"parameters": {
"address": "123 Main St, Berlin",
"directory": "google",
"directoriesCount": 2,
"field": "phone"
},
"locationId": 12345,
"product": "listingHealth",
"link": "/listings/health/12345"
}
],
"pageSize": 10,
"size": 10,
"totalCount": 42,
"totalHighPriorityCount": 5,
"totalMediumPriorityCount": 15,
"totalLowPriorityCount": 22
}Changes
No changes recorded. 2 of the 14 revisions have no diff computed, so they could not be searched.