ID of the annotation to be fetched
Fetches a group by its ID
GET /groups/\{id\}
fetchGroup: https://h.readthedocs.io/en/latest/api-reference/#tag/groups/paths/~1groups~1{id}/get
ID of the group to be fetched
Gets group members by group ID
GET /groups/\{id\}/members
getGroupMembers: https://h.readthedocs.io/en/latest/api-reference/#tag/groups/paths/~1groups~1{id}~1members/get
ID of the group to be created or updated
Retrieve a list of applicable Groups as well as a user's private Groups.
GET /groups
getListOfGroups: https://h.readthedocs.io/en/latest/api-reference/#tag/groups/paths/~1groups/get
Fetches user's profile
GET /profile
fetchProfile: https://h.readthedocs.io/en/latest/api-reference/#tag/profile/paths/~1profile/get
Fetch the groups for which the currently-authenticated user is a member.
GET /profile/groups
fetchUsersGroups: https://h.readthedocs.io/en/latest/api-reference/#tag/profile/paths/~1profile~1groups/get
Performs a request against the API root, returning a list of available services
GET /
root: https://h.readthedocs.io/en/latest/api-reference/#tag/general/paths/~1/get
Generated using TypeDoc
Fetches an annotation by its ID
GET /annotations/\{id\}
See
fetchAnnotation: https://h.readthedocs.io/en/latest/api-reference/#tag/annotations/paths/~1annotations~1{id}/get
Throws
ApiError