Get all Custom APIs
GET/v2/settings/extensions/custom-apis
Get all Custom APIs
Filtering
The following operators and attributes are available for filtering Custom APIs:
Attribute | Operators | Example |
---|---|---|
name | eq ,like | eq(name,"Wishlist") |
description | eq ,like | like(description,*list*) |
slug | eq ,like ,in | like(slug,*lists) |
api_type | eq ,like ,in | like(api_type,wishlist*) |
id | lt ,le ,eq ,gt ,ge ,in | eq(id,7e067539-6f6c-46e1-8c55-940031b36c6a) |
created_at | lt ,le ,eq ,gt ,ge | ge(created_at,2024-04-29T00:00:00.000Z) |
updated_at | lt ,le ,eq ,gt ,ge | le(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.
api_type
created_at
description
id
name
updated_at
Request
Responses
- 200
- 400
- 500
OK
Bad request. The request failed validation.
Internal server error. There was a system failure in the platform.