Get Policies By Hrid

Get Policies By Hrid

Gets policies matching the filtering criteria.

Request
URI
GET
https://{api_host}/advanced-designer-service/api/policies/hrids
COPY
Query Parameters
string
hrid
Optional

Policy human-readable ID filter string

integer
page
Optional

Page Number

integer
limit
Optional

Number of entries per page

string
$orderby
Optional

Multiple comma-separated properties sorted in ascending or descending order

integer
$top
Optional

Sets the number of returned entries from the top of the response (total number per page in relation to skip)

integer
$skip
Optional

Sets how many entries you would like to skip

string
$filter
Optional

Boolean expression for whether a particular entry should be included in the response


Responses
200

'Success' with Policy on pages

Returns Page of type(s) */*
{
    "number": 0,
    "size": 0,
    "last": false,
    "numberOfElements": 0,
    "totalPages": 0,
    "content": [
        {}
    ],
    "first": false,
    "totalElements": 0
}
integer As int32 As int32
number
Optional

number

integer As int32 As int32
size
Optional

size

boolean
last
Optional

last

integer As int32 As int32
numberOfElements
Optional

numberOfElements

integer As int32 As int32
totalPages
Optional

totalPages

sort
Optional

sort

array of object
content
Optional

content

boolean
first
Optional

first

integer As int64 As int64
totalElements
Optional

totalElements