Model Filter Values
Authorizations
Query parameters
filter[filter_id]stringOptional
Filter results by filter_id.
filter[model_type]stringOptional
Filter results by model_type.
filter[model_id]stringOptional
Filter results by model_id.
filter[filter.model_type]stringOptional
Filter results by filter.model_type.
filter[filter.model_id]stringOptional
Filter results by filter.model_id.
filter[does_not_belong_to_deleted_step]stringOptional
Filter results by does_not_belong_to_deleted_step.
filter[model]stringOptional
Filter results by model.
includestringOptional
Comma-separated list of relationships to include. Available: filter
sortstringOptional
Sort field. Prefix with - for descending. Available: filter_id
pageinteger · min: 1OptionalDefault:
Page number for pagination.
1per_pageinteger · min: 1 · max: 100Optional
Number of results per page.
Responses
200
Successful response
application/json
401
Unauthenticated
403
Unauthorized
get
/api/v1/model-filter-valuesAuthorizations
Path parameters
model_filter_valuestringRequired
The model filter value identifier.
Body
filter_idintegerOptional
valuestring · max: 1024Optional
Responses
200
Successful response
application/json
401
Unauthenticated
403
Unauthorized
422
Validation Error
application/json
put
/api/v1/model-filter-values/{model_filter_value}Last updated
Was this helpful?