Retrieves a single participant by its id.
GET https://api.snapaddy.com/visitreport/v1/participant/{participantId}
| Parameter name | Value | Description | Additional |
|---|---|---|---|
| participantId | string | ID of the participant |
Required |
This request requires the use of one of following authorisation methods:
API key
.
The following HTTP status codes may be returned, optionally with a response resource.
| Status code | Description | Resource |
|---|---|---|
| 200 | OK Success |
Participant |
| 401 | Unauthorized Unauthorized |
HTTP 401 Error |
| 404 | Not Found Not Found |
HTTP 404 Error |
| 500 | Internal Server Error Internal Server Error |
HTTP 500 Error |