browseBookmarksByTag

@GET(value = "tags/{tag}/bookmarks")
abstract suspend fun browseBookmarksByTag(@Path(value = "tag") tag: Tag, @Query(value = "page") page: Int, @QueryMap parameters: BookmarksFilterParameters = BookmarksFilterParameters()): AO3Response<TagBookmarksPage>

Retrieves a list of up to 20 bookmark blurbs at the specified page that are associated with the specified tag.

Additional arguments can be specified in parameters with a WorksFilterParameters object.

Parameters

tag

Name of the tag

page

Page to be retrieved

parameters

Additional parameters for filtering the results