Model Filter Values

List Model Filter Values

get

Retrieves a paginated list of filter values associated with a model. Note: Model variables, filter values, and notes can all be attached to different entity types via model_type and model_id.

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

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: 1Optional

Page number for pagination.

Default: 1
per_pageinteger · min: 1 · max: 100Optional

Number of results per page.

Responses
chevron-right
200

Successful response

application/json
get
/api/v1/model-filter-values

Create Model Filter Value

post

Creates a new filter value for a model. Note: Model variables, filter values, and notes can all be attached to different entity types via model_type and model_id.

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Body
model_typestringRequired
model_idintegerRequired
filter_idintegerRequired
valuestring · max: 1024Required
Responses
chevron-right
200

Successful response

application/json
post
/api/v1/model-filter-values

Update Model Filter Value

put

Updates an existing model filter value. Note: Model variables, filter values, and notes can all be attached to different entity types via model_type and model_id.

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Path parameters
model_filter_valuestringRequired

The model filter value identifier.

Body
filter_idintegerOptional
valuestring · max: 1024Optional
Responses
chevron-right
200

Successful response

application/json
put
/api/v1/model-filter-values/{model_filter_value}

Delete Model Filter Value

delete

Permanently deletes a specific model filter value. Note: Model variables, filter values, and notes can all be attached to different entity types via model_type and model_id.

Authorizations
AuthorizationstringRequired

API key passed in the Authorization header. Format: <api-key>

Path parameters
model_filter_valuestringRequired

The model filter value identifier.

Responses
chevron-right
200

Successful response

application/json
messagestringOptional
delete
/api/v1/model-filter-values/{model_filter_value}

Last updated

Was this helpful?