Skip to content

GET/api/v1/tenant/products/{productId}/rules

Parameters 1

NameTypeDescription
productIdrequiredpath · integer

ReturnsResponseListProductAccessRuleView

Response examples

200OK

*/* example derived from schema

{
  "statusCode": 0,
  "statusMessage": "string",
  "data": [
    {
      "id": 0,
      "productId": 0,
      "scopeType": "string",
      "scopeId": 0
    }
  ],
  "errors": [
    {
      "code": "string",
      "message": "string",
      "field": "string"
    }
  ]
}

Directwerk — whitelabel publication infrastructure