v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBfieldManagementV1
Get a list of all custom fields.
Request a list of all the custom fields configured in your account.
get/v1/fields
Response
List of all custom fields.
Example response
{
"data": [
{
"fieldName": "hostIP",
"fieldId": "00000000031D02DA",
"dataType": "String",
"state": "Enabled"
}
]
}