AladiaDocs
Api referenceProfilesExperiences

Search experiences

Search profiles

GET
/v2/profiles/me/experiences/search

Search profiles

AuthorizationBearer <token>

In: header

Query Parameters

next?string
prev?string
sortBy?string
sortDirection?string

Value in

  • "desc"
  • "asc"
startDate?string
endDate?string
type?string

Value in

  • "certificate"
  • "work"
  • "study"
subType?string

Value in

  • "external"
  • "internal"
provider?string
filter?string

Value in

  • "ongoing"
  • "completed"

Response Body

application/json

curl -X GET "https://example.com/v2/profiles/me/experiences/search"
{  "data": [    "string"  ],  "cursor": {    "next": "string",    "prev": "string",    "totalItems": 0  }}