get https://api.securevan.com/v4/signups
Use this endpoint to find all of a Person’s Signups (across all Events) or to find all of the Signups for a specific Event.
Either the eventId
parameter, or the vanId
parameter, must be specified.
If vanId
is specified but the Person is not accessible, this endpoint will return an error with HTTP Status Code 403 Forbidden
.
If vanId
is specified but the Person does not exist, this endpoint will return an error with HTTP Status Code 404 Not Found
.
If eventId
is specified but the Event does not exist, this endpoint will return an error with HTTP Status Code 404 Not Found
.