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": [
{
"value": {},
"key": "string"
}
]
}
}
string
As ^\w+$
hrid
Optional
Constraints:
minLength: 1
maxLength: 255
hrid
string
tenantId
Optional
Constraints:
minLength: 1
maxLength: 255
tenantId
string
description
Optional
Constraints:
minLength: 0
maxLength: 2000
description
string As uuid
As uuid
id
Optional
id
object
properties
Optional
Equivalent of java.util.Map
404
'Not found' if no Policy with provided id
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/advanced-designer-service/api/policies/{id}