Meeting registrations
Information on registrations for a meeting
Accept header for requests to Meeting registrations
application/vnd.procurios.meeting2+json; version=1
All registrations GET
Scope:
Get the list of all registrations for any meeting
Parameters
Parameter | Type | Description |
---|---|---|
page | int | The api will provide 25 results per page |
since | datetime | Only get results created or updated since yyyy-mm-ddThh:mm:ss |
relationIds | int[] | Limit the results to the given relationIds, as a single integer, comma-separated list of integers, or array of integers |
Schema GET
Scope:
Get a JSON schema for a meeting registration
Registrations GET
Scope:
Get the list of registrations for the meeting
Create a new registration POST
Scope:
Create a new registration
Parameters
Parameter | Type | Description |
---|---|---|
sendEmail | bool | Send an e-mail to the registrant (as configured for the meeting) |
Registration GET
Scope:
Get a registration
Registration DELETE
Scope:
Cancel a registration; does not remove the registration!
Parameters
Parameter | Type | Description |
---|---|---|
sendEmail | bool | Send an e-mail to the registrant (as configured for the meeting) |