The REST API is deprecated and will be removed in the future. Some endpoints may no longer be available. Use the GraphQL API instead.

Get rule condition by id

GET

https://api.pack.cloud/v1/organizations/{organizationId}/rules/{ruleId}/conditions/{conditionId}

Request

Path parameters

organizationIdstring
ruleIdstring
conditionIdstring

Response

OK

Body

idstring
ID of the rule condition
code
Code of the condition
Example:total_quantity_items_returned
operator
Operator of the condition
Example:eq
value
Value of the condition
Example:10
created_atstring
Creation time of resource
updated_atstring
Latest update time of resource