GET api/booking/selfcheckin/searchbyemail/{email}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
string |
Required |
Body Parameters
None.
Response Information
Resource Description
SearchByEmailResponseName | Description | Type | Additional information |
---|---|---|---|
Success | boolean |
None. |
|
Message | string |
None. |
|
CheckInDetails | Collection of CheckInDetail |
None. |
Response Formats
application/json, text/json
Sample:
{ "Success": true, "Message": "sample string 2", "CheckInDetails": [ { "$id": "2", "WorkshopName": "sample string 1", "WorkshopDate": "sample string 2", "WorkshopLocation": "sample string 3", "WorkshopInstanceId": 4, "StudentId": 5, "StudentName": "sample string 6", "StudentFirstName": "sample string 7", "StudentLastName": "sample string 8", "Attended": true, "TimeCheckIn": "sample string 10" }, { "$ref": "2" } ] }