List facility's Specialties

Returns all Specialities associated with the specified facility.

Request
path Parameters
facilityId
required
string <uuid>

Identifier of the facility to get the Specialities for.

query Parameters
taxonomyId
string <uuid>
sortedBy
string
Value: "TaxonomyId"
object
offset
integer <int32>
cursor
string
count
integer <int32>
sortDirection
string
Enum: "Asc" "Desc"
Responses
200

Success

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not Found

500

Server Error

get/facilities/{facilityId}/specialties
Response samples
application/json
{
  • "previousCursor": "string",
  • "nextCursor": "string",
  • "nextOffset": 0,
  • "pageSize": 0,
  • "count": 0,
  • "totalCount": 0,
  • "items": [
    ],
  • "sort": {
    }
}