clinic-locations

Get clinic locations with available slots

Get list of clinic locations where the operator has available in-person slots.

get/api/clinic-locations

Query parameters

appointment_type'CALL_CONOSCITIVA' | 'CALL_GRATUITA' | 'CALL_SUPPORTO' | 'CALL_EXTRA' | 'INCONTRO_PSICOLOGO' | 'INCONTRO_NUTRIZIONISTA' | 'INCONTRO_CONGIUNTO' required

Appointment type constants.

Response

Successful Response

totalinteger required

Total number of clinic locations

Example response

{
  "locations": [
    {
      "address": "Via Roma 1, 06100 Perugia",
      "city": {
        "id": 54039,
        "name": "Perugia",
        "province_code": "PG"
      },
      "city_id": 54039,
      "id": "123e4567-e89b-12d3-a456-426614174000",
      "is_active": true,
      "name": "Sede Perugia Centro"
    }
  ],
  "total": 1
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.