Search Experiences of Profile-Id
Developing
GET
/profiles/{profileId}/experiences/search
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aladia.io/v2/profiles/66692da30981c8979374844e/experiences/search?type=study&endDate=2023-12-25T03:00:06.411+00:00&startDate=2024-12-25T03:00:06.411+00:00' \
--header 'apikey: '
Response Response Example
200 - Success
{
"data": [
{
"id": "670775694daebf393b266ea1",
"profileId": "670775694daebf393b266ea1",
"name": "Regional Security Representative",
"authority": "West LLC",
"jobType": "poZ;^ax|{n",
"contractType": "5O-&\"G!,Uv",
"degree": "UxhPd*mnbd",
"fieldOfStudy": "U&e!$VMWL8",
"type": "study",
"certificateType": "internal",
"certificateId": "670775694daebf393b266ea1",
"skills": [
"jE6l4<3:n}",
"Fn(lIH]-&l",
"%n`dIH#Tjl"
],
"description": "Dynamic",
"address": "Allentown",
"link": "https://crisp-lab.name",
"startDate": "2023-11-29T01:09:17.385Z",
"endDate": "2024-12-20T14:49:19.101Z",
"organization": {
"id": "670775694daebf393b266ea1",
"name": "Skiles, Schumm and Becker",
"picture": "https://loremflickr.com/640/480/cats",
"domain": "E*Pry9YbhI"
},
"brand": {
"id": "670775694daebf393b266ea1",
"name": "quasi repellat voluptate",
"domain": "granular-gentleman.org",
"picture": "https://loremflickr.com/640/480/food",
"aladiaOrganization": false
},
"createdAt": "1996-10-19",
"updatedAt": "1993-11-14"
},
{
"id": "670775694daebf393b266ea1",
"profileId": "670775694daebf393b266ea1",
"name": "Regional Program Coordinator",
"authority": "Bruen, Grady and Kozey",
"jobType": "(p>As@cu(1",
"contractType": "^jhb!Nfux}",
"degree": "0j`|t5n(Rt",
"fieldOfStudy": "/0Z`K+@'MA",
"type": "study",
"certificateType": "internal",
"certificateId": "670775694daebf393b266ea1",
"skills": [
"SX&\"t<aP2;"
],
"description": "Lead",
"address": "Orem",
"link": "https://webbed-mailing.biz",
"startDate": "2024-05-14T10:25:13.620Z",
"endDate": "2025-08-30T11:32:54.465Z",
"organization": {
"id": "670775694daebf393b266ea1",
"name": "Kulas, Johnston and Raynor",
"picture": "https://loremflickr.com/640/480/city",
"domain": "=@g_^#V3PO"
},
"brand": {
"id": "670775694daebf393b266ea1",
"name": "voluptatibus dignissimos similique",
"domain": "shrill-finance.info",
"picture": "https://loremflickr.com/640/480/animals",
"aladiaOrganization": false
},
"createdAt": "2022-03-28",
"updatedAt": "1966-12-08"
},
{
"id": "670775694daebf393b266ea1",
"profileId": "670775694daebf393b266ea1",
"name": "Dynamic Integration Architect",
"authority": "Schowalter - Aufderhar",
"jobType": "vZ!(I?z<0w",
"contractType": "P2#$KPnBUc",
"degree": "W)ffRV|r_2",
"fieldOfStudy": "Tm^PRcK`l\\",
"type": "study",
"certificateType": "internal",
"certificateId": "670775694daebf393b266ea1",
"skills": [
"b<BMlUJn@+"
],
"description": "Future",
"address": "Terre Haute",
"link": "http://unequaled-string.info",
"startDate": "2023-10-16T14:26:16.557Z",
"endDate": "2025-07-17T12:06:36.997Z",
"organization": {
"id": "670775694daebf393b266ea1",
"name": "Gulgowski, Boyle and Wiza",
"picture": "https://loremflickr.com/640/480/nature",
"domain": "506Bw%C[xK"
},
"brand": {
"id": "670775694daebf393b266ea1",
"name": "fugit cumque veritatis",
"domain": "low-zampone.org",
"picture": "https://loremflickr.com/640/480/sports",
"aladiaOrganization": false
},
"createdAt": "2002-07-28",
"updatedAt": "1974-01-03"
}
],
"cursor": {
"next": "id aliqua",
"prev": "eiusmod reprehenderit deserunt laborum ipsum",
"totalItems": 19316936
}
}
Request
Path Params
profileId
stringÂ
required
Example:
66692da30981c8979374844e
Query Params
type
stringÂ
optional
Example:
study
endDate
stringÂ
optional
Example:
2023-12-25T03:00:06.411+00:00
startDate
stringÂ
optional
Example:
2024-12-25T03:00:06.411+00:00
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Responses
Modified at 2025-04-09 13:28:18