Get participant respondent status in projects by participant id
GET {{baseUrl}}/ex-invitations/participants/:participantId
Show all ids of the projects that a participant has been involved in and has yet to complete
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"projectIds":["\u003cstring\u003e","\u003cstring\u003e"],"meta":{"httpStatus":"\u003cstring\u003e","requestId":"\u003cstring\u003e","notice":"\u003cstring\u003e"}}