Skip to main content

Get all Custom Fields

GET 

/v2/settings/extensions/custom-apis/:custom_api_id/fields

Get all Custom Fields

Filtering

The following operators and attributes are available for filtering Custom Fields:

AttributeOperatorsExample
nameeq,likeeq(name,"Last Name")
descriptioneq,likelike(description,*confidential*)
slugeq,like,inlike(slug,*private*)
field_typeeq,ineq(field_type,string)
idlt,le,eq,gt,ge,ineq(id,859aeba1-03c2-4822-bd4c-89afce93d7eb)
created_atlt,le,eq,gt,gege(created_at,2024-04-29T00:00:00.000Z)
updated_atlt,le,eq,gt,gele(updated_at,2024-04-29T00:00:00.000Z)

Sorting

The following attributes are available for filtering. When specified, the results are sorted in ascending order based on the value of the field. To sort in descending order, prefix the attribute with -, for example, -updated_at. The default sort order is created_at in descending order.

  • created_at
  • description
  • field_type
  • id
  • name
  • updated_at

Request

Responses

OK