GET api/Tasks/{id}

Retrieves information for a task/appointment.

Request

Parameters

Name Description Default
id Unique task ID.
notesFormat Format of the task summary. rtf

Response

Body

Content Type: application/xml
Schema: http://download.overtech.com.au/schemas/XmlTask.xsd
Exported task definition or an error message

Status Codes

Code Condition
200 OK The operation completed successfully.
400 Bad RequestInvalid task ID.
401 Unauthorized Access token is invalid, expired or not specified.
403 ForbiddenUser does not have permission to view the task.
404 Not FoundTask not found.
406 Not Acceptable Content type specified in the Accept header isn't supported.
500 Internal Server Error An internal error occurred.
501 Not ImplementedServer does not have the required plug-in.

Remarks

The summary format can be one of the following values:
ValueDescription
rtfRich Text Format.
htmlHTML Format.
textPlain Text Format.