GET api/pro/clinics/{clinicId}/clients

Gets all Clients for a specific clinic

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clinicId

The id of the Clinic

string

Required

Body Parameters

None.

Response Information

Resource Description

Return the ClientResponse for the specified clinic id

Collection of ClientResponse
NameDescriptionTypeAdditional information
Id

string

None.

ClinicId

string

None.

PersonInfo

PersonInfoDto

None.

ContactInfo

ContactInfoDto

None.

Archived

boolean

None.

EntityActivity

EntityActivityDto

None.

Response Formats

application/json, text/json

Sample:

Sample not available.