Attributes

Search for Attribute Keys

You can search for Attribute Keys by various search criteria.

post/v1/attribute_keys/search

Request body

namestring

A name for the custom attribute key.

kindstring

The kind of custom attribute key. Must be one of the following - [text, date, email, image].

department_idnumber

Only return custom attribute keys of the given Department.

page_sizenumber

The pagination response size, default of 50.

pagenumber

The pagination page.

Response

OK

Changes

Changed in 2 of the 30 revisions of this API.63

    • deleted the query request parameter department_id

      request-parameter-removed

    • deleted the query request parameter kind

      request-parameter-removed

    • deleted the query request parameter name

      request-parameter-removed

    • deleted the query request parameter page

      request-parameter-removed

    • deleted the query request parameter page_size

      request-parameter-removed

    • added the new optional request property page

      new-optional-request-property

    • added the new optional request property page_size

      new-optional-request-property

  • 98201e8dd1b411See the full diff
    • deleted the header request parameter Authorization

      request-parameter-removed

    • the endpoint scheme security ApiKeyAuth was added to the API

      api-security-added