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
}{
description: Unauthorized.
}{
description: Forbidden.
}{
description: Internal server error.
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'
}Last updated