mirror of
https://github.com/dathere/ckanaction.git
synced 2025-12-19 08:49:26 +00:00
25 lines
No EOL
803 B
Text
25 lines
No EOL
803 B
Text
---
|
|
title: followee_list
|
|
full: true
|
|
_openapi:
|
|
method: POST
|
|
toc: []
|
|
structuredData:
|
|
headings: []
|
|
contents:
|
|
- content: >
|
|
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).
|
|
---
|
|
|
|
{/* This file was generated by Fumadocs. Do not edit this file directly. Any changes should be made by running the generation command again. */}
|
|
|
|
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).
|
|
|
|
|
|
<APIPage document={"./lib/openapi.yml"} operations={[{"path":"followee_list","method":"post"}]} /> |