APIs & Integrations

LukeM7
メンバー

Posts API: is it possible to filter by tags or keyword?

Hello,
I wanted to know if there's a way to filter the posts in get_blog_posts API function by passing some extra parameter like "tag=TAG_NAME" or "search=SEARCH_KEYWORD"?

Thank you,

0 いいね!
3件の返信
Derek_Gervais
元HubSpot社員
元HubSpot社員

Posts API: is it possible to filter by tags or keyword?

Hi @LukeM7,

The 'List blog posts' endpoint doesn't currently support filtering by tags, and it only supports 'search' insomuch as you can include the name parameter along with exact, contains, icontains, and ne parameters to filter by the internal name of the blog post.

0 いいね!
Luke_David
メンバー

Posts API: is it possible to filter by tags or keyword?

Can you elaborate on how you'd structure the url parameter that would restrict the query to contains

0 いいね!
Luke_David
メンバー

Posts API: is it possible to filter by tags or keyword?

User error. I was missing the i in __icontain.