Skip to main content
Description: Get a list of allowed values for Product Service Complexity field.

Example Request

curl -X GET "{{backend_url}}/api/app-config/bulk/artemis_product_service_complexities" \
  -H "Authorization: Bearer <token>" \
  -H "X-Domain-ID: {{domain_id}}"

List of Ownership Layers value:

  "SIMPLE",
  "COMPLEX",
  "HIGH RISK",
  "UNUSUAL",
  "UNKNOWN",
  "NOT APPLICABLE"