GET
/
v1
/
team-respondents
/
profiles
/
{profileId}
Retrieve past participant profile
curl --request GET \
  --url https://api-staging.respondent.io/v1/team-respondents/profiles/{profileId}
{
  "profileId": "<string>",
  "userId": "<string>",
  "firstName": "<string>",
  "lastInitial": "<string>",
  "jobTitle": "<string>",
  "linkedinUrl": "<string>",
  "skills": [],
  "company": "<string>",
  "companySize": "selfemployed",
  "location": [
    {
      "city": {
        "id": "<string>",
        "country": "AF",
        "city": "<string>",
        "state": "<string>",
        "formattedAddress": "<string>",
        "administrative_area_level_1": "<string>",
        "postal_code": "<string>",
        "locality": "<string>",
        "location": {
          "latitude": 123,
          "longitude": 123
        },
        "zip": "<string>"
      },
      "zipcode": null,
      "state": "<string>",
      "loc": {
        "type": "<string>",
        "coordinates": [
          123
        ]
      }
    }
  ],
  "gender": "male",
  "educationLevel": "somehighschool",
  "ethnicity": "americanindianalaskannative",
  "householdIncome": "<30000",
  "industry": [
    "<string>"
  ],
  "seniorityLevel": "unpaid",
  "source": "marketplace",
  "lastPaidAt": "<string>",
  "socialLinks": {}
}

Path Parameters

profileId
string
required

Response

200 - application/json

The response is of type object.