Skip to main content

List Custom API Role Policies

GET 

/v2/permissions/custom-api-role-policies

Retrieves a list of Custom API Role Policies

Filtering

The following operators and attributes are available for filtering Custom API Role Policies:

AttributeOperatorsExample
idlt,le,eq,gt,ge,ineq(id,3fa85f64-5717-4562-b3fc-2c963f66afa6)
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)
custom_api_ideqeq(id,fded1d2a-8bb8-48b6-86a5-9eb05cc8626a)
role_ideqeq(id,f5f77dd6-71df-48a4-b4f4-d2605a79f3ca)

Sorting

The following attributes are available for sorting. 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.

  • id
  • created_at
  • updated_at

Request

Responses

OK