Skip to main content

Get a List of Custom Fields

Retrieve details of custom fields for different entities.

Query String Parameters

NameTypeDescriptionRequired
ActionStringListCustomFieldsRequired
EntityTypeIdintThis parameter selects an entity (ie Contact). Required
EntityGroupIdintThis parameter specifies the actual "group" of custom fields. See note.Required

Filter Parameters

Use the EntityTypeId and EntityGroupId filter parameters to filter the response for specific set of custom field definitions. Both parameters must be supplied to successfully filter the response data.

For example, if you want to look at the custom fields defined for Contacts use EntityTypeId = 1.

note

These are the custom field definitions (which are on the contact group, job type etc) not the actual custom field values on individual contacts.

note

EntityGroupId: This parameter specifies the actual "group" of custom fields to be returned. For example - when entityTypeId =1 (Contact), EntityGroupId is the contact group ID (which the custom fields are defined against).

Response Codes

CodeMessageInformation
0Response DataSee 'Response' example tab

Example

Request URL

https://webservice.bigchange.com/v01/services.ashx?action=ListCustomFields&EntityTypeId=1&EntityGroupId=14971