Skip to main content

FieldLogs

1 - Create a Task without a Task Identifier

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

action1Assign.jpg

A sample JSON for this action is as follows:

 {    "publishedId": "ABCD01",   "action": "1",   "projectId":"12345Id",   "queueId": "12345 ",   "category": "Operation 001" }

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 "1"

projectId

String

Y

Project ID of the created Task

projectID.jpg

queueId

String

Y

Queue ID to which the Task is assigned

TaskQueueID.jpg

category

String

N

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

categoryTask.jpg