Returns an array of custom fields for a specified agent.
GET /assetmgmt/assets/{agentId}/customfields
Headers
Model Schema
Field |
Datatype |
Filterable |
Sortable |
|
|
|
|
|
|
|
|
|
|
|
|
Sample Response Model
{
"Result": [
{
"FieldName": "Cycle",
"FieldValue": "F",
"FieldType": "string"
}
],
"ResponseCode": 0,
"Status": "OK",
"Error": "None"
}