Skip to content

[Bug Report: API Field Missing] Contacts response customField keyย #177

Description

@Cobeas

๐Ÿ› Describe the Bug

I keep making useless requests to the /customFields endpoint just so I can find a customField_id by the key and then finding that Id at the contact level (/contacts/search response) so that it can be used in multiple sub-accounts.

๐Ÿ“ API Endpoint

/contacts/search

โœ… Expected Behavior

The API should include the custom_field_key next to the Id and value

๐Ÿ’ป Screenshots or Code Samples

Current customFields response in /contacts/search

{
id: "some_id",
value: "string"
}

Expected:

{
key: "custom_field_key",
id: "some_id",
value: "string"
}

Product Area

contacts

๐Ÿ“‹ Use Case

We need this field to:

  • Make less calls to the API
  • Write more efficient code

๐Ÿšจ Why Should This Be Prioritized?

This should be prioritized because:

  • It would be an easy fix

๐Ÿง  Additional Context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    bug-missing-api-fieldSomething isn't working in the Highlevel API or fields are missing in the API Endpoints.contactsprocessed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions