Api referenceProfilesExperiences
Search experiences
Search profiles
Search profiles
AuthorizationBearer <token>
In: header
Path Parameters
profileId*string
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/string/experiences/search"{ "data": [ "string" ], "cursor": { "next": "string", "prev": "string", "totalItems": 0 }}