Description
Returns the user-defined fields information.
Parameters
Name | Description |
---|---|
requiredFieldsOnly |
Location: query Type: boolean Specifies whether all user-defined fields of the object type will be returned or not. If set to true, only required fields will be returned.Note: Starting in Address Manager API v9.2.0, this parameter is now required.
|
type |
Location: query Type: string The type of object the user-defined field belongs to. This must be one of the constants listed in Object types. |
Responses
Code | Description |
---|---|
200 |
Type: Array of APIUserDefinedField Returns the user-defined fields information. |