GET api/ItemData/GetActiveDataChangeTasks

Gettings tag values assignment tasks

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Result containing a list of tag values assignment tasks

ObjResultOfChangeDataTask[]
NameDescriptionTypeAdditional information
Data

Collection of ChangeDataTask

None.

Error

Error description

string

None.

Success

Flag of successful operation

boolean

None.

ErrorCode

Error code

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "data": [
    {
      "id": "sample string 1",
      "current": 2,
      "error": "sample string 3",
      "total": 4,
      "complete": true,
      "step": 6,
      "cancelled": true
    },
    {
      "id": "sample string 1",
      "current": 2,
      "error": "sample string 3",
      "total": 4,
      "complete": true,
      "step": 6,
      "cancelled": true
    }
  ],
  "error": "sample string 1",
  "success": true,
  "errorCode": 3
}