Jump to content

REST API Documentation

/core/members/{id}/follows


Get list of items a member is following

Parameters

Name Type Description
page int Page number
perPage int Number of results per page - defaults to 25

Exceptions

Code Message Description
2C292/F NO_PERMISSION The authorized user does not have permission to view the follows
2C292/I INVALID_ID The member could not be found

Response

Name Type Description
page int The page number for the results being shown
perPage int The number of results that will be on each page
totalResults int The total number of results
totalPages int The number of pages of results
results array of follow objects The results for this page

follow object

Name Type Description
followKey int Unique key that represents the follow
followApp string The application of the content that was followed
followArea string The area of the content that was followed
followId int The ID of the content that was followed
followAnon bool Flag to indicate if the member is following anonymously
followNotify bool Flag to indicate if notifications should be sent
followType string|null Notification preference for this follow, or null if notifications are not being sent
followSent datetime|null Date and time the last notification was sent, or NULL if none has been sent
followName string Textual representation of the content that was followed (title, name, etc.)
followUrl string URL to the content that was followed
×
×
  • Create New...