Custom Fields API

CUSTOM FIELDS

 

Description

Lists all custom fields that are assigned

Returns

Custom field information or Error

 

XML Tags

None

 

CALLING SAMPLE
<criticalimpact>
<login>
<username>username_here</username>
<password>password_here</password>
</login>
<command>
<action>customfields</action>
</command>
</criticalimpact>
 
RETURN SAMPLE (SUCCESSFUL)
<criticalimpact>
<customfields>
<custom1>sample</custom1>
...
<custom100>sample</custom100>
</customfields>
</criticalimpact>