/
/1/clients - GET
/1/clients - GET
Overview
The /1/clients endpoint provides for the examination of already created clients.
Required Headers
- Authorization: Token token="<your session token here>"
- User-Agent: dmtd-rest-api
- Content-Type: application/json
Arguments
Name | Type | Optional | Description |
---|---|---|---|
organization_id | Integer | Required | The organization identifier |
Example
curl -X GET \
-H 'Authorization: Token token="9319224d0002e7a32b26c0686c42a0bf"' \
-H "Accept: application/json" \
-H "User-Agent: dmtd-rest-api" \
-H "Content-Type: application/json" \
https://api-sandbox.datamtd.com/1/clients?organization_id=1
Response
{ "response": [ { "id": 1, "organization_id": 1, "code": null, "date_of_birth": "2015-04-30", "diagnosis": null, "first_name": null, "gender": 1, "last_name": null, "created_at": "2015-04-30T14:15:19.000Z", "updated_at": "2015-04-30T14:15:19.000Z", "settings": null, "color": null }, { "id": 2, "organization_id": 1, "code": null, "date_of_birth": "2015-04-30", "diagnosis": null, "first_name": null, "gender": 2, "last_name": null, "created_at": "2015-04-30T14:15:19.000Z", "updated_at": "2015-04-30T14:15:19.000Z", "settings": null, "color": null },
...
], "count": 56 }
, multiple selections available,
Related content
/1/protocol/area_question - GET
/1/protocol/area_question - GET
More like this
REST API Request Format
REST API Request Format
More like this
VB-MAPP Server REST API
VB-MAPP Server REST API
Read with this
/1/clients - POST
/1/clients - POST
More like this
/1/learner - GET
/1/learner - GET
More like this
/1/guide - GET
/1/guide - GET
More like this