2024-04-25 - 1.0.0 #staging
7 months ago by Anais Hebert
Added
-
Added an endpoint to copy project POST:
/v1/projects/:projectId/copy
-
Get past participants and invite them to projects
GET /v1/team-respondents
Search all past participants for a team. Requires organization feature: participant database.PUT /v1/team-respondents/batch-invite
Invite multiple team respondents to a project. Requires organization feature: participant database.GET /v1/team-respondents/profiles/{profileId}
Find a past participant for a team by profile Id Requires organization feature: participant database.
-
Reject a screener after scheduled meeting if participant doesnt meet quality requirements. Only for qualitative projects. Participant will not be paid.
- PATCH
/v1/projects/{projectId}/screener-responses/{screenerResponseId}/reject
- PATCH
Fixed
- Messaging conversations' metadata no longer being stripped out