Search Experiences
Testing
GET
/profiles/me/experiences/search
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aladia.io/v2/profiles/me/experiences/search?type=work&startDate=2023-12-25T03:00:06.411+00:00&endDate=2024-12-25T03:00:06.411+00:00&certificateType=internal' \
--header 'apikey: '
Response Response Example
200 - Success
{
"data": [
{
"id": "670775694daebf393b266ea1",
"profileId": "670775694daebf393b266ea1",
"name": "Forward Usability Consultant",
"authority": "Haley, Fadel and Klein",
"jobType": "D:r.\\bR(e_",
"contractType": "Jyd77Sdy8\\",
"degree": "jrMOjiW;&Z",
"fieldOfStudy": "`|b{pa(xuR",
"type": "study",
"certificateType": "external",
"certificateId": "670775694daebf393b266ea1",
"skills": [
"$Kl|FU!8ta",
"{_[n2qok$5"
],
"description": "District",
"address": "Fort Worth",
"link": "http://flippant-cheque.net",
"startDate": "2023-12-04T20:31:30.801Z",
"endDate": "2025-08-01T13:52:57.555Z",
"organization": {
"id": "670775694daebf393b266ea1",
"name": "Daugherty, Torphy and Dickinson",
"picture": "https://loremflickr.com/640/480/business",
"domain": "lf2QhzQOx?"
},
"brand": {
"id": "670775694daebf393b266ea1",
"name": "aliquid quos veritatis",
"domain": "trivial-fob.net",
"picture": "https://loremflickr.com/640/480/fashion",
"aladiaOrganization": false
},
"createdAt": "2001-08-04",
"updatedAt": "1989-07-22"
}
],
"cursor": {
"next": null,
"prev": "commodo eu",
"totalItems": -21887592
}
}
Request
Query Params
type
enum<string>Â
optional
Allowed values:
studywork
Example:
work
startDate
stringÂ
optional
Example:
2023-12-25T03:00:06.411+00:00
endDate
stringÂ
optional
Example:
2024-12-25T03:00:06.411+00:00
certificateType
stringÂ
optional
Example:
internal
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Body Params multipart/form-data
object {0}
Responses
Modified at 2025-04-09 13:24:12