Returns a policy navigation

GET /policies/{policyId}/navigation

Returns a policy navigation.

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

policyId

string

Policy Identifier

Response

{
  description: Successful operation.
          content:
            application/json:
              schema:
                type: object
}

Last updated

Was this helpful?