Uberall API (20250204)
Enhance your application with Uberall's comprehensive API documentation
https://docs.uberall.com/_mock/apis/swagger/
https://uberall.com/api/
- Mock server
https://docs.uberall.com/_mock/apis/swagger/data-points/filters/{id}
https://uberall.com/api/data-points/filters/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X GET \
'https://docs.uberall.com/_mock/apis/swagger/data-points/filters/{id}' \
-H 'accessToken: YOUR_API_KEY_HERE'
{ "status": "SUCCESS", "message": "string", "warnings": [ "string" ], "response": { "dataPointFilter": { … } } }
- Mock server
https://docs.uberall.com/_mock/apis/swagger/data-points/filters/{id}
https://uberall.com/api/data-points/filters/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X DELETE \
'https://docs.uberall.com/_mock/apis/swagger/data-points/filters/{id}?userId=0' \
-H 'accessToken: YOUR_API_KEY_HERE'
No content
A DataPointFilter object that needs to be updated
The list of directories for which the dataPoints should be filtered
The list of countries for which the dataPoints should be filtered
The list of data point types (REVIEW or PHOTO) for which the dataPoints should be filtered
The list of ratings (1, 2, 3, 4 or 5) for which the dataPoints should be filtered
Any combination of words that should be checked in the dataPoints text, reply messages and author
The frequency of the email notifications.
The date range for which the dataPoints should be filtered.
The list of businesses IDs for which the dataPoints should be filtered
- Mock server
https://docs.uberall.com/_mock/apis/swagger/data-points/filters/{id}
https://uberall.com/api/data-points/filters/{id}
- curl
- JavaScript
- Node.js
- Python
- Java
- C#
- PHP
- Go
- Ruby
- R
- Payload
curl -i -X PATCH \
'https://docs.uberall.com/_mock/apis/swagger/data-points/filters/{id}' \
-H 'Content-Type: application/json' \
-H 'accessToken: YOUR_API_KEY_HERE' \
-d '{
"name": "string",
"shared": true,
"directories": [
"FOURSQUARE"
],
"countries": [
"AF"
],
"dataPointTypes": [
"REVIEW"
],
"ratings": [
0
],
"labels": [
"string"
],
"isRead": true,
"hasReply": true,
"hasText": true,
"query": "string",
"frequency": "ALWAYS",
"timeSpan": "TODAY",
"crossfeedFilterId": 0,
"ownerId": 0,
"ownerName": "string",
"businessIds": [
0
],
"dateEnd": "2019-08-24T14:15:22Z",
"dateStart": "2019-08-24T14:15:22Z",
"salesPartnerId": 0,
"subscriberIds": [
0
]
}'
{ "status": "SUCCESS", "message": "string", "warnings": [ "string" ], "response": { "dataPointFilter": { … } } }
Social Posting
Products - Social Posting