Get Policy
Retrieve the details of a specified Policy.
Request
URI
GET
https://{api_host}/advanced-designer-service/api/policies/{id}
COPY
Path Parameters
string
id
Required
The id of a policy.
Responses
200
'Success' with the Policy
Returns policyDefinition of type(s) */*
{
"hrid": "string",
"tenantId": "string",
"description": "string",
"id": "string",
"properties": {
"entries": [
{
"key": "string"
}
]
}
}
string As ^\w+$
hrid
Optional
hrid
string
tenantId
Optional
tenantId
string
description
Optional
description
string As uuid As uuid
id
Optional
id
404
'Not found' if no Policy with provided id
Operation doesn't return any data structure