Next Topic

Previous Topic

Book Contents

Get Agent Custom Fields

Returns an array of custom fields for a specified agent.

GET /assetmgmt/assets/{agentId}/customfields

Headers

Model Schema

Field

Datatype

Filterable

Sortable

FieldName

string

 

 

FieldValue

int

 

 

FieldType

string

 

 

Sample Response Model

{
  "Result": [
    {
      "FieldName": "Cycle",
      "FieldValue": "F",
      "FieldType": "string"
    }
  ],
  "ResponseCode": 0,
  "Status": "OK",
  "Error": "None"
}