Count Articles (POST)
Get count of articles matching given filter.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects an object.
ancestor
The ancestor directory of the articles.
applies_to_parts
Filters for articles belonging to any of the provided parts.
article_type
Filter for the type of articles. If this is not provided, then
articles that are not content blocks are returned.
Allowed values:
brands
Filters for articles belonging to any of the provided brands.
created_by
Filters for articles created by any of the provided users.
modified_by
Filters for articles modified by any of the provided users.
owned_by
Filters for articles owned by any of the provided users.
scope
Filter for the scope of the articles.
Response
Success.
count
The total number of articles matching the filter.