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
profileId
string<ObjectId>
required
userId
string<ObjectId>
required
firstName
string
required
lastInitial
string
required
skills
object[]
required
companySize
enum<string>
required
Available options:
selfemployed,
1-10,
11-50,
51-200,
201-500,
501-1000,
1001-5000,
5001-10000,
10000+,
all
location
object[]
required
gender
enum<string>
required
Available options:
male,
female,
other,
N/A
educationLevel
enum<string>
required
Available options:
somehighschool,
highschoolgraduate,
somecollegenodegree,
tradetechnicalvocationaltraining,
associatedegree,
bachelordegree,
masterdegree,
doctoratedegree,
N/A
ethnicity
enum<string>
required
Available options:
americanindianalaskannative,
hispaniclatino,
blackorafricanamerican,
asianpacificislander,
whitecaucasian,
middleeastern,
multipleethnicity,
prefernotdisclose,
N/A
householdIncome
enum<string>
required
Available options:
<30000,
30000-39999,
40000-59999,
60000-79999,
80000-99999,
100000-149999,
150000-199999,
200000+,
all,
all
industry
string[]
required
jobTitle
string
linkedinUrl
string
company
string
seniorityLevel
enum<string>
Available options:
unpaid,
student,
training,
entrylevel,
senior,
manager,
director,
chiefofficer,
partner,
vicepresident
source
enum<string>
Available options:
marketplace,
recruited,
invited
lastPaidAt
string