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. |
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. |