API Reference//
- Dismiss a task
Get key metrics
Get key metrics configuration
Update key metrics configuration
Get location rankings via GET
Get location rankings via POST
Get location scores via GET
Get location scores via POST
Get suggestions via GET
Get suggestions via POST
Dismiss a suggestion
Get tasks via GET
Get tasks via POST
Undo a task dismissal
Get location IDs for a task type via GET
Get location IDs for a task type via POST
Dismiss a task
Marks a task as dismissed for the given user, optionally scoped to a specific location and directory.
Enum:"ADD_REQUIRED_FIELDS_TO_RESUME_SYNC""CLAIM_LISTING_FOR_LOCATION""CREATE_NEW_POST""ENABLE_EMAIL_NEW_MESSAGES""ENABLE_EMAIL_NEW_FORMS""ENABLE_EMAIL_NEW_POSTING_APPROVAL""ENABLE_EMAIL_NEW_REVIEW_REPLY_APPROVAL""ENABLE_EMAIL_DIGEST""FILL_MISSING_REQUIRED_FIELDS""FILL_MISSING_BASIC_FIELDS"
- https://uberall.com/apihttps://uberall.com/api/home/tasks/dismiss
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/home/tasks/dismiss
curl -i -X POST \
https://uberall.com/api/home/tasks/dismiss \
-H 'Content-Type: application/json' \
-d '{
"type": "ADD_REQUIRED_FIELDS_TO_RESUME_SYNC",
"locationId": 0,
"directory": "string"
}'Task dismissed successfully
Type of the dismissed task
Enum:"ADD_REQUIRED_FIELDS_TO_RESUME_SYNC""CLAIM_LISTING_FOR_LOCATION""CREATE_NEW_POST""ENABLE_EMAIL_NEW_MESSAGES""ENABLE_EMAIL_NEW_FORMS""ENABLE_EMAIL_NEW_POSTING_APPROVAL""ENABLE_EMAIL_NEW_REVIEW_REPLY_APPROVAL""ENABLE_EMAIL_DIGEST""FILL_MISSING_REQUIRED_FIELDS""FILL_MISSING_BASIC_FIELDS"
Location identifier associated with the dismissed task
Example:12345
Response
{ "type": "ADD_REQUIRED_FIELDS_TO_RESUME_SYNC", "locationId": 12345, "directory": "google" }