Retrieve an Experience
Developing
GET
/profiles/me/experiences/{experienceId}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aladia.io/v2/profiles/me/experiences/6660c7e81f0e3b1cf2c7d687' \
--header 'apikey: '
Response Response Example
200 - Success
{
"id": "670775694daebf393b266ea1",
"profileId": "670775694daebf393b266ea1",
"name": "National Response Assistant",
"authority": "King Inc",
"jobType": "Y,43oBSy(W",
"contractType": "N*GM&aJIkH",
"degree": "6_@B>otaIX",
"fieldOfStudy": "mi=oUxj>44",
"type": "study",
"certificateType": "internal",
"certificateId": "670775694daebf393b266ea1",
"skills": [
"!JH!GB]*D;"
],
"description": "Future",
"address": "Lawton",
"link": "http://automatic-vitamin.org",
"startDate": "2023-11-17T23:59:30.560Z",
"endDate": "2025-07-10T00:42:12.910Z",
"organization": {
"id": "670775694daebf393b266ea1",
"name": "Cronin LLC",
"picture": "https://loremflickr.com/640/480/fashion",
"domain": "Ia=d7@do%^"
},
"brand": {
"id": "670775694daebf393b266ea1",
"name": "adipisci nemo in",
"domain": "absolute-decoration.com",
"picture": "https://loremflickr.com/640/480/cats",
"aladiaOrganization": false
},
"createdAt": "1965-08-18",
"updatedAt": "1946-06-04"
}
Request
Path Params
experienceId
stringÂ
required
Example:
6660c7e81f0e3b1cf2c7d687
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Responses
Modified at 2025-04-09 13:27:19