Skip to main content

Fetch a custom field

GET 

/v2/custom_fields/:id

Fetches a custom field, by ID only.

Request

Path Parameters

    id stringrequired

    Custom Field ID

Responses

Success

Schema
    id integer

    ID of Custom Field

    name string

    Name of the Custom Field

    field_type string

    Type of the Custom Field. Value must be one of: person, company, opportunity.

    value_type string

    Value Type of the Custom Field. Value must be one of: text, date.

    created_at date-time

    Datetime of when the Custom Field was created

    updated_at date-time

    Datetime of when the Custom Field was last updated

Loading...