Get apiv1resource attributes
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The maximum number of resource-attributes to return. The service may return fewer than this value. If unspecified, at most 50 resource-attributes will be returned. The maximum value is 100; values above 100 will be coerced to 100.
A page token, received from a previous ListResourceAttributes call.
Provide this to retrieve the subsequent page.
When paginating, all other parameters provided to ListResourceAttributes must match
the call that provided the page token.
A Common Expression Language (CEL) filter string.
Available fields to filter by are resource_attribute_id, entity_id, entity_type, resource_attribute_key_id,
resource_attribute_enum_value_id, boolean_value, number_value, created_by_user_id, and created_date.
Archive state is controlled via the include_archived field below, not via filter.
For further information about how to use CELs, please refer to this guide.
How to order the retrieved resource-attributes. Formatted as a comma-separated string i.e. "FIELD_NAME[ desc],...".
Available fields to order_by are created_date and entity.entity_id.
If left empty, items are ordered by created_date in descending order (newest-first).
For more information about the format of this field, read this
Example: "entity.entity_id,created_date desc"
Whether to include archived resource-attributes. Defaults to false.