Using this API you can update the attendee's status for a particular session. It will help to track the attendee's current status for sessions.
To call this API, you have to pass eventurl
, id
as path parameters. Also, need to send status
as a query parameter.
Following are the different values that can be set for status:
REGISTERED
- Attendee has registered/bookmarked the session
CHECK_IN_AVAILABLE
- Attendee is available for a networking session
IN_MEETING
- Attendee is currently in a session
LEFT
- Attendee has left the session
PAST_SESSION_CHECK_IN
- Attendee has registered for a past session to see the recorded session if available
This API can be used by authenticated users only, and it will require super admin/event admin/event staff/attendee access.
Here is the description of response attributes, which returns to the form of JSON.
After successfully updated will return void response with 200 status code.
Here is the possible error messages, which return if any condition gets failed or required data is missing for processing.
Error Code | Error Description |
---|---|
400 | The request could not be understood by the server due to malformed syntax. |
401 | You are not authorized to view the resource. |
403 | Accessing the resource you were trying to reach is forbidden. |
404 | The resource you were trying to reach is not found. |
40600013 | Cant create url |
4040200 | Event Not Found |
4010101 | Not authorized |