list publication configs
/projects/{group}/publications/configs [GET]
| API Support | Available since | Last updated | Output |
|---|---|---|---|
| 5.9600 | 5.9600 | xml |
Description
Lists publication configs.
Returns the list of configuration files for all types of publication available in the project.
Parameters
| Name | Description | Required | Type | Default value |
|---|---|---|---|---|
| includes | Comma-separated list of configs to include (only one currently supported) | no | enum | publication-config |
Permission
Response
<publication-types>
<publication-type name="default" definedby="default">
<publication-config> ... </publication-config>
</publication-type>
<publication-type name="[publication type]" definedby="[project]">
<publication-config> ... </publication-config>
</publication-type>
</publication-types>
Error Handling
No specific errors expected for this service.