This query returns a list of when you bookmark a post on Medium.
Developer info
- API endpoint slug
- medium.history_of_post_bookmarked_by_you
- Runtime method
- performQuery("medium.history_of_post_bookmarked_by_you")
Query fields
No fields for this query
Ingredients
Bookmarked atDate and time post was bookmarked.
- Slug
- bookmarked_at
- Filter code
- Medium.historyOfPostBookmarkedByYou.BookmarkedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
Post URLThe URL to the post on Medium.
- Slug
- post_url
- Filter code
- Medium.historyOfPostBookmarkedByYou.PostUrl
- Type
- Web URL
- Example
- https://medium.com/@majelbstoat/what-are-bloom-filters-1ec2a50c68ff
Post titleThe title of the post on Medium.
- Slug
- post_title
- Filter code
- Medium.historyOfPostBookmarkedByYou.PostTitle
- Type
- String
- Example
- What are Bloom Filters?