Detailed descriptions
body: A multipart message with two sections.
The details section should be JSON with the following fields:
-
title: the task summary as a string -
entryPoints: the files explicitely sent for review as a list of paths relative to the root of the task zip -
contextMapRelPah: (optional) paths relative to the root of the task zip -
localBaseURL: the URL of the task on the computer from which it was uploaded Thetaskpart should contain a zip archive with all the supporting files of the task.
Example responses
200 Response
{
"id": "string",
"title": "string",
"userRole": "string",
"creationTime": "string",
"creatorId": "string",
"finished": true,
"sharingType": "string",
"settings": {
"forceTrackChanges": true,
"concurrentEditing": true,
"contextMap": "string",
"ditaval": "string"
},
"finalizeReviewTime": 0,
"concurrentEditing": true,
"activityUrl": "string",
"baseUrl": "string"
}