PATCH
/
v1
/
projects
/
{projectId}
/
screener-responses
/
{screenerResponseId}
/
reject
Mark as rejected
curl --request PATCH \
  --url https://api-staging.respondent.io/v1/projects/{projectId}/screener-responses/{screenerResponseId}/reject \
  --header 'x-api-key: <x-api-key>' \
  --header 'x-api-secret: <x-api-secret>'
{
  "qualified": true,
  "qualifiedPendingIdVerification": true,
  "percentage": 123,
  "status": "PENDING",
  "favorite": true,
  "hidden": true,
  "responses": [
    {
      "questionId": "<string>",
      "questionText": "<string>",
      "order": 123,
      "type": "<string>",
      "questionType": "radio",
      "answers": [
        {
          "id": "<string>",
          "uid": "<string>",
          "text": "<string>",
          "answerValue": 123,
          "goToQuestionUid": "<string>",
          "isOther": true,
          "other": "<string>"
        }
      ],
      "qualify": true
    }
  ],
  "totalTime": 123,
  "isNew": true,
  "inviteSentAt": "2023-11-07T05:31:56Z",
  "scheduledAt": "2023-11-07T05:31:56Z",
  "statusUpdatedAt": "2023-11-07T05:31:56Z",
  "ndaUrl": "<string>",
  "ndaAgree": true,
  "project": {
    "name": "<string>",
    "incentive": 123,
    "id": "<string>",
    "organizationId": "<string>",
    "teamId": "<string>"
  },
  "profile": {
    "id": "<string>",
    "userId": "<string>",
    "firstName": "<string>",
    "lastName": "<string>",
    "picture": "<string>",
    "skills": [
      {
        "id": "<string>",
        "name": "<string>",
        "slug": "<string>",
        "validated": false,
        "type": "skill"
      }
    ]
  },
  "matching": {
    "isGenderMatch": true,
    "isAgeMatch": true,
    "isEthnicityMatch": true,
    "isEducationMatch": true,
    "questionsQualified": true,
    "isLocationMatch": true,
    "isIndustryMatch": true,
    "isJobTitleMatch": true,
    "isHouseholdIncomeMatch": true,
    "isCompanySizeMatch": true,
    "isTopicsMatch": true
  },
  "externalProject": {
    "researcherId": "<string>",
    "bookingUrl": "<string>",
    "meetingCancelLink": "<string>",
    "bookedDate": "2023-11-07T05:31:56Z",
    "timezone": "<string>"
  },
  "invitation": {
    "id": "<string>",
    "remoteCommunicationDetails": "<string>",
    "event": {
      "uid": "<string>"
    },
    "message": null,
    "videoProvider": {
      "loginProviderId": "<string>",
      "providerKey": "zoom",
      "userId": "<string>"
    }
  },
  "actor": "researcher",
  "reason": "time",
  "shortNoticeCancel": true,
  "message": "<string>",
  "rejection": {
    "message": "<string>",
    "rejectedAt": "2023-11-07T05:31:56Z"
  },
  "visibility": {
    "status": "VISIBLE"
  },
  "createdAt": "2023-11-07T05:31:56Z",
  "task": {
    "completedAt": "<string>"
  },
  "id": "<string>",
  "projectId": "<string>",
  "userId": "<string>"
}

Headers

x-api-key
string
required
x-api-secret
string
required

Path Parameters

projectId
string
required
screenerResponseId
string
required

Response

200 - application/json

The response is of type object.