GET api/admin/visitstatuses?from={from}&count={count}
Gets a list of visit statuses.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| from |
a valid date time that will tell the service to get only the records updated since this date. When not provided it will get all available records. |
date |
None. |
| count |
set it to 1 to include the total count in a header. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
An Http response message with the folliwing status codes: 200 = success (always includes the list of visit statuses; however this list can be empty), 500 = something went wrong (the request was not processed)
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |