API structure has changed
8 structure changes including:
8 Modifications
Modified
8
GET /api/accounts
- Query
- filter, sort, limit, page query parameters Added
GET /api/booths
- Response
-
200 response Modified
-
content type Modified
- data property Modified
-
content type Modified
GET /api/booths/{id}
- Response
-
200 response Modified
-
content type Modified
- account_name, facility_id properties Added
-
content type Modified
GET /api/facilities/{id}
- Response
-
200 response Modified
-
content type Modified
- account_name property Added
-
content type Modified
POST /api/facilities
- Response
-
200 response Modified
-
content type Modified
- account_name property Added
-
content type Modified
POST /api/login/verify
- Response
-
200 response Modified
-
content type Modified
- user_id, user_name properties Added
-
content type Modified
PUT /api/booths/{id}
- Response
-
200 response Modified
-
content type Modified
- account_name, facility_id properties Added
-
content type Modified
PUT /api/facilities/{id}
- Response
-
200 response Modified
-
content type Modified
- account_name property Added
-
content type Modified