6 - Sharing a Task
This QR code is used to share a Task with a colleague. When the recipient scans the QR code, they are presented with a set of options.
![]() |
A sample JSON for this action is as follows:
{ "action": "6", "projectId":"12345d", "taskId": "1234abcd", "category": "Operation 001" }
The attributes in the JSON are described below.
Attribute | Type | Required | Description | |
|---|---|---|---|---|
| Integer | Y | Use the action code "6" | |
| String | Y | Project ID of the created Task.
| |
| String | Y | Unique identifier of the Task. | |
category | String | N | Category of the Task. |

