Skip to content

POST /app/services/nurse/get-take-examens

Description

This endpoint allows a nurse to get the take examens service

TIP

user authentication is required to access this information.

Body

NameTypeDescriptionRequired
locationstringlocationYes
service_idstringservice_idYes

Response

json
{
  "message": "Servicio Activo",
  "status": 200
}

Released under the MIT License.