Content Report
Generate site content report
Generates a detailed report of the different Content Types living under a Site and the number of content items for each type. Useful for data analysis and deletion planning.
get/api/v1/contentreport/site/{site}
Path parameters
sitestring required
Site ID or key to generate the report for
Query parameters
pageinteger
Page number for pagination
per_pageinteger
Number of items per page
orderbystring
Field to order results by
directionstring
Sort direction (ASC or DESC)
Response
Content Report for the specified Site ID/Key, or an empty list if either the Site doesn't exist, or no content is found.
Changes
No recorded changes to this endpoint across all 1 revision of this API.