Enhance your application with Uberall's comprehensive API documentation
- Update all suggestions status
Uberall API (20260101)
Request
Update the status of all PENDING suggestions that belong to the locations identified by the filter parameters. For non-admin users any non-managed locations will be ignored. Note that rejecting a suggestion does not delete it, and accepting the suggestion won't automatically apply it to the location. The status can only be set to ACCEPTED or DECLINED
- https://uberall.com/api/locations/suggestions/update-all-status
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/locations/suggestions/update-all-status
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
https://uberall.com/api/locations/suggestions/update-all-status \
-H 'X-API-KEY: YOUR_API_KEY_HERE'No content- https://uberall.com/api/locations/{id}/suggestions
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/locations/{id}/suggestions
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://uberall.com/api/locations/{id}/suggestions?language=string&directoryTypes=string' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'Successfully retrieved suggestions
Suggestion Response Model
Status of the location
No contentRequest
Update the given suggestion object, used to track the status of incoming suggestions. Note that rejecting a suggestion does not delete it, and accepting the suggestion won't automatically apply it to the location.
List of Maps with both an id and a status key: [[id: 123, status: ACCEPTED], ...]
ACCEPTED, DECLINED or ACTIVE (if no decision was made for accepting/declining the suggestion)
Suggestion from directory
- https://uberall.com/api/locations/{id}/suggestions
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/locations/{id}/suggestions
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PUT \
'https://uberall.com/api/locations/{id}/suggestions' \
-H 'Content-Type: */*' \
-H 'X-API-KEY: YOUR_API_KEY_HERE' \
-d '[object Object]'Successfully updated suggestions
The actual response object of the response
ACCEPTED, DECLINED or ACTIVE (if no decision was made for accepting/declining the suggestion)
No content
Social AI Service
Products - Social AI Service