| Required role: | Admin |
| GET | /guest_checks |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| GuestId | query | int? | No | |
| GuestEventId | query | int? | No | |
| NightOf | query | DateTime? | No | |
| CheckClass | query | string | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Result | form | List<GuestCheckDTO> | No | |
| ResponseStatus | form | ResponseStatus | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| GuestCheckId | form | int | No | |
| GuestId | form | int | No | |
| NightOf | form | DateTime | No | |
| CheckDt | form | DateTime? | No | |
| CheckClass | form | string | No | |
| CreatedBy | form | string | No | |
| CreatedDt | form | DateTime? | No | |
| ModifiedBy | form | string | No | |
| ModifiedDt | form | DateTime? | No | |
| GuestFirstName | form | string | No | |
| GuestLastName | form | string | No | |
| GuestFullName | form | string | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET //guest_checks HTTP/1.1 Host: api.lsu-staging.abodehms.com Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length
{Unable to show example output for type 'GuestChecksResponse' using the custom 'csv' filter}One or more errors occurred. (Unable to cast object of type 'ServiceStack.Host.BasicResponse' to type 'ServiceStack.Host.NetCore.NetCoreResponse'.)