Skip to main content

FieldLogs

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.

shareTasl.jpg

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

action

Integer

Y

Use the action code "6"

projectId

String

Y

Project ID of the created Task.

projectID.jpg

taskID

String

Y

Unique identifier of the Task.

category

String

N

Category of the Task.