convert to psml
/members/{member}/groups/{group}/converttopsml [POST]
API Support | Available since | Last updated | Output |
---|---|---|---|
Description
Convert documents to PSML for a group.
Invoking this service starts an Asynchronous process.
Parameters
Name | Description | Required | Type | Default |
---|---|---|---|---|
projectgroups | Whether to convert all groups under a project | no | boolean | false |
validateonly | Whether to validate only | no | boolean | true |
Permission
This service requires administrator.
Response
This service returns the following XML:
<psml-conversion> <thread ...> ... </thread> </psml-conversion>
Error Handling
No specific errors expected for this service.