Retrieve All Following
Developing
GET
/followers/{followerId}/following
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.aladia.io/v2/followers/666fe773ef35eae166aed326/following?name=Yohannes&type=user&type=teacher&limit=50&sortDirection=asc' \
--header 'apikey: '
Response Response Example
200 - Success
{
"data": [
{
"id": "6660c7e81f0e3b1cf2c7d687",
"type": "organization",
"story": {
"status": "viewed",
"nextStoryId": "occaecat aute ea"
},
"entityType": "organization",
"name": "eos quisquam recusandae",
"online": false,
"username": "Zack.Herzog71",
"picture": "https://loremflickr.com/640/480/nightlife",
"isFollowing": false,
"createdAt": "2025-01-02T21:23:06.818Z",
"lastActivity": "laborum consequat ex dolore occaecat"
}
],
"cursor": {
"next": null,
"prev": "proident ex amet cupidatat",
"totalItems": -81095381
}
}
Request
Path Params
followerId
stringÂ
required
Example:
666fe773ef35eae166aed326
Query Params
name
stringÂ
optional
Example:
Yohannes
type
array[string]
optional
Example:
["user","teacher"]
limit
integerÂ
optional
Default:
50
sortDirection
enum<string>Â
optional
Allowed values:
ascdesc
Default:
asc
Header Params
apikey
stringÂ
optional
Example:
{{apikey}}
Responses
Modified at 2025-04-08 16:09:25