ckanaction

followee_list

Return the list of objects that are followed by the given user.

Returns all objects, of any type, that the given user is following (e.g. followed users, followed datasets, followed groups).

POST
followee_list
Authorization<token>

CKAN API token

In: header

id?string

the id or name of the user

q?string

a query string to limit results by, only objects whose display name begins with the given string (case-insensitive) wil be returned

curl -X POST "http://localhost:5000/api/3/action/followee_list" \  -H "Content-Type: application/json" \  -d '{}'