Instance Follows
List instances followed by the server
get/api/v1/server/following
Query parameters
state'pending' | 'accepted'
actorType'Person' | 'Application' | 'Group' | 'Service' | 'Organization'
startinteger
Offset used to paginate results
countinteger
Number of items to return
sortstring
Example:-createdAt
Sort column
Response
successful operation
Example response
{
"data": [
{
"follower": {
"id": 42,
"name": "chocobozzz"
},
"following": {
"id": 42,
"name": "chocobozzz"
},
"id": 42
}
],
"total": 1
}