Gets requested properties for an existing task given its unique key.
readTask Parameter Descriptions
Parameter Name |
Data Type |
Description |
uniqueKey |
string |
Unique key of the record to read. |
properties |
List<String> |
A list of String values that identify the property names whose values to return with the resulting task record. |
readTask Response Descriptions
Parameter Name |
Data Type |
Description |
task |
A task record. Only specified property values are returned with the record. |
task for more information about the properties you can retrieve for the task