Get all templates, potentially filtered by businesses, locations, authors, ...
Security
X-API-KEY or Authorization
- https://uberall.com/apihttps://uberall.com/api/templates
- Mock Serverhttps://docs.uberall.com/_mock/apis/swagger/templates
- X-API-KEY
- Authorization
curl -i -X GET \
'https://uberall.com/api/templates?query=string&tags=string&minLastEdited=string&maxLastEdited=string&minTimesUsed=0&maxTimesUsed=0&createdBy=string&businesses=0&locations=string&page=0&size=0&sort=string&direction=string' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'Templates retrieved
Enum:"SUCCESS""PENDING""QUOTA_LIMIT_EXCEED""NOT_AUTHORIZED""FORBIDDEN""BAD_ACCESS_TOKEN""BAD_PRIVATE_KEY""BAD_PUBLIC_KEY""MISSING_PARAMETER""INVALID_PARAMETER"
Response
{
"status": "SUCCESS",
"message": "string",
"warnings": [
"string"
],
"response": [
{
"id": 0,
"title": "string",
"message": "string",
"usageCount": 0,
"status": "string",
"tags": [
"string"
],
"dateCreated": "2019-08-24T14:15:22Z",
"lastEdited": "2019-08-24T14:15:22Z",
"createdBy": {
"id": 0,
"firstname": "string",
"lastname": "string"
},
"lastEditedBy": {
"id": 0,
"firstname": "string",
"lastname": "string"
},
"businesses": [
0
]
}
]
}