diff --git a/docs/index.html b/docs/index.html index be757c95..0242029c 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1297,7 +1297,7 @@ " class="sc-eeDSqt sc-eBMFzZ bSgSrX cWARBq sc-dCFGXG gKOXES">
Forbidden
{- "keyword": "string",
- "profession": "string",
- "specialties": "string",
- "location": {
- "city": "string",
- "locationType": "string"
}, - "days": [
- "string"
]
}
{- "success": true,
- "payload": {
- "nextCursor": "string",
- "results": [
- {
- "collectionMetaobjectId": "string",
- "userMetaobjectId": "string",
- "customerId": 0,
- "fullname": "string",
- "email": "user@example.com",
- "phone": "string",
- "username": "string",
- "yearsExperience": "string",
- "professions": [
- "string"
], - "specialties": [
- "string"
], - "aboutMe": "string",
- "aboutMeHtml": "string",
- "shortDescription": "string",
- "gender": "string",
- "social": {
- "youtube": "string",
- "x": "string",
- "instagram": "string",
- "facebook": "string"
}, - "speaks": [
- "string"
], - "theme": {
- "color": "string"
}, - "active": true,
- "isBusiness": true
}
], - "totalCount": 0
}
}
{- "keyword": "string",
- "profession": "string",
- "specialties": "string",
- "location": {
- "city": "string",
- "locationType": "string",
- "originType": "string"
}, - "days": [
- "string"
]
}
{- "success": true,
- "payload": {
- "nextCursor": "string",
- "results": [
- {
- "collectionMetaobjectId": "string",
- "userMetaobjectId": "string",
- "customerId": 0,
- "fullname": "string",
- "email": "user@example.com",
- "phone": "string",
- "username": "string",
- "yearsExperience": "string",
- "professions": [
- "string"
], - "specialties": [
- "string"
], - "aboutMe": "string",
- "aboutMeHtml": "string",
- "shortDescription": "string",
- "gender": "string",
- "social": {
- "youtube": "string",
- "x": "string",
- "instagram": "string",
- "facebook": "string"
}, - "speaks": [
- "string"
], - "theme": {
- "color": "string"
}, - "active": true,
- "isBusiness": true
}
], - "totalCount": 0
}
}
This endpoint get all users group by professions
limit | string limit items (default 5) @@ -1315,7 +1315,7 @@ " class="sc-eeDSqt sc-eBMFzZ bSgSrX cWARBq sc-dCFGXG gKOXES">Not found Response samples
Content type application/json { |