Is there a list anywhere of the standard metadata fields for a Confluence page? Prior to any sort of user customisation
Hi @Kieran Lynch ,
If I understand your question correctly, you'd have to look here: https://developer.atlassian.com/cloud/confluence/rest/api-group-content/#api-wiki-rest-api-content-get . This lists the API calls and responses for Confluence. The response examples contain the metadata fields.
We also have an app, which allows you to list many of the fields: https://marketplace.atlassian.com/apps/1228316/document-metadata-for-confluence-cloud?hosting=cloud&tab=overview . You can use the free trial to get a quick overview of these fields.
However the Confluence API has the concept of "expansions", which lets you get much more metadata related to a page, i.e. page ancestors, the space the page is in, ... .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.