HubSpot Ideas

jamesmarxdev

Add tag names to Get Blog Posts API

See this:
https://developers.hubspot.com/docs/api/cms/blog-post

 

It would be awesome to get something back like we for the search api eg:

            "tags": [
                "Case Studies",
                "Snapt Aria",
                "Load Balancing",
                "HAProxy",
                "Ecosystem"
            ],

 

Instead of having to do another lookup for tag names:

            "tagIds": [
                10699998339,
                49539978933,
                50276136876,
                51866836888
            ],