PolicyNoteDTOListDTO
pageint32
Current page number of entities
perPageint32
Number of entities requested for the current page
orderstringnullable
Ordering criteria used for the current page
statusCodeint32
HTTP StatusCode for the current result
recordsTotalint32
Total number of entities available
entities object[]nullable
Page of entities for this request
Array [
notestringrequired
Note added to an Access Policy by a User
Possible values: non-empty
and <= 1024 characters
createdAtdate-time
Timestamp the Note was created
createdBystringnullable
Email address of the User who created the Access Policy Note
]
PolicyNoteDTOListDTO
{
"page": 0,
"perPage": 0,
"order": "string",
"statusCode": 0,
"recordsTotal": 0,
"entities": [
{
"note": "string",
"createdAt": "2024-07-29T15:51:28.071Z",
"createdBy": "string"
}
]
}