Web Service Method: Export Project Data Based on Template
Web Service Method: Export Project Data Based on Template
Description |
---|
Exports project data to RDF format based on a provided template. |
URL: /PoolParty/api/projects/{project}/exportFromTemplate
Request
Supported Methods |
---|
POST |
Content Type
application/json
Path Variables
Variable | Comment |
---|---|
| The UUID or the URI supplement (textual identifier) of the project to be used. |
Request Body
Attribute | Comment | Type | Required |
---|---|---|---|
template | A value for an existing template. | String | false |
Note
You can create export templates using this call: Web Service Method: Create Project RDF Data Export Template
You can also just request a list of existing templates for exporting using this call: Web Service Method: Request Existing Project RDF Data Export Templates
Response
application/json
Status: 200 - Ok