GET api/pro/clinics/{clinicId}/sessions
Gets all sessions for the specified clinic.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clinicId |
The id of the clinic. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Returns a list of all sessions for the specified clinic.
Collection of SessionResponseName | Description | Type | Additional information |
---|---|---|---|
Id | string |
None. |
|
EntityActivity | EntityActivityDto |
None. |
|
Name | string |
None. |
|
StartDate | date |
None. |
|
BlobMetadata | BlobMetadataDto |
None. |
|
ClinicId | string |
None. |
|
ClientId | string |
None. |
|
LicenseId | string |
None. |
|
ProductId | string |
None. |
|
Archived | boolean |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.