-
Notifications
You must be signed in to change notification settings - Fork 1
GET applications
Jefferson Medeiros edited this page Nov 27, 2019
·
5 revisions
Returns a list with applications. The query supports Paging and Sorting. Only Admin user can list information of all applications.
page: integer The page number.
limit: integer The number of items to return.
sort: array[string] Contains the names of the attributes, separated by commas, that will be used to sort the result of the query. For ascending sort, use the '+' character before the attribute name. For descending sort, use the '-' character before the attribute name. By default, the order is ascending, so the '+' symbol is optional, just enter the attribute.
curl -X GET "https://localhost:3001/v1/applications?page=1&limit=20" -H "accept: application/json" -H "Authorization: Bearer YOUR_ACCESS_TOKEN"
-
200
Successful requisition.[ { "id": "5db32930bec1431c51ae15fb", "username": "APPBR01", "institution_id": "5a62be07de34500146d9c624", "application_name": "Raspberry Pi 3 Model B+" } ]
OCARIoT Account Microservice API (Full documentation)
- POST institutions
- GET institutions
- GET institutions.inst_id
- PATCH institutions.inst_id
- DELETE institutions.inst_id
- POST educators.children.groups
- GET educators.children.groups
- GET educators.children.groups.group_id
- PATCH educators.children.groups.group_id
- DELETE educators.children.groups.group_id
- POST healthprofessionals
- GET healthprofessionals
- GET healthprofessionals.hprof_id
- PATCH healthprofessionals.hprof_id