list document configs
/groups/{group}/documents/configs [GET]
API Support | Available since | Last updated | Output |
---|---|---|---|
5.9900 | 5.9900 | xml |
Description
Returns the list of configuration files for all types of PSML documents available in the project.
Parameters
Name | Description | Required | Type | Default value |
---|---|---|---|---|
includes | Comma-separated list of configs to include | no | string | document-config,document-template,editor-config |
Permission
This service is restricted to guest and higher unless the group is accessible to public.
Response
<document-types> <document-type name="help" definedby="default"> [<document-config> ... </<document-config>] [<document-template type="psml"> ... </document-template>] [<editor-configs> ... </editor-configs>] </document-type> <document-type ... > </document-type> ... </document-types>
Error Handling
No specific errors expected for this generator.