Get Agent Custom Fields
Returns an array of custom fields for a specified agent.
GET /assetmgmt/assets/{agentId}/customfields
- Does not accept filter and sort expressions.
Headers
- Authorization: Bearer {hash string returned from Authentication}
Model Schema
|
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sample Response Model
{"Result": [
{"FieldName": "Cycle",
"FieldValue": "F",
"FieldType": "string"
}
],
"ResponseCode": 0,
"Status": "OK",
"Error": "None"
}