Skip to main content

FieldLogs

2 - Create a Task with a unique Task Identifier

This QR code creates a Task with a unique Task identifier. When this QR code is scanned, the user is directed to the Assign Task page within the mobile application.

Important

Ensure that the Task Identifier provided is not a duplicate.

action1Assign.jpg

A sample JSON for this action is as follows:

{    "publishedId": "ABCD01", "action": "1", "projectId":"12345Id", "queueId": "12345 ", "taskIdentifier": "TSK_ID_12102025", "category": "QR_1" }

The attributes in the JSON are described below.

Attribute

Type

Required

Description

publishedID

String

Y

Publication ID of the Template

publicationID.jpg

action

Integer

Y

Takes the value "2"

projectId

String

Y

Project ID of the created Task.

(Default = Currently Selected Project)

projectID.jpg

queueId

String

Y

Queue ID to which the Task is assigned

(Default = No Queue)

TaskQueueID.jpg

taskIdentifier

String

Y

Unique Identifier of the Task

category

String

Y

You can enter any string here. It will appear as the category of the Task.

categoryTask.jpg