Is it possible to get only pinned articles from the collection? Asked to enter this as a request, it was pointed out that there is a programmatic api parsing that would do it as well
Hello, thank you for sharing this. I know our support team was able to respond earlier but I wanted to close the loop. Right now there is no API endpoint that supports "pinned only." Today, you can determine this via some relatively simple logic using the pinned_count of a collection to take a slice of the content_elements array.
Hello, thank you for sharing this. I know our support team was able to respond earlier but I wanted to close the loop. Right now there is no API endpoint that supports "pinned only."
Today, you can determine this via some relatively simple logic using the pinned_count of a collection to take a slice of the content_elements array.
Hope this helps!