Retrieves information for a task/appointment.
| Name | Description | Default |
|---|---|---|
id
|
Unique task ID. | |
notesFormat
|
Format of the task summary. |
rtf
|
Content Type:
application/xml
Schema:
http://download.overtech.com.au/schemas/XmlTask.xsd
Exported task definition or an error message
| Code | Condition |
|---|---|
| 200 OK | The operation completed successfully. |
| 400 Bad Request | Invalid task ID. |
| 401 Unauthorized | Access token is invalid, expired or not specified. |
| 403 Forbidden | User does not have permission to view the task. |
| 404 Not Found | Task 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 Implemented | Server does not have the required plug-in. |
| Value | Description |
|---|---|
rtf | Rich Text Format. |
html | HTML Format. |
text | Plain Text Format. |