Authorization: Bearer ********************
curl --location --request GET '/document-file/page?refObjectType&refObjectId&page&size'
{
"content": [
{
"id": "string",
"refObjectType": "string",
"refObjectId": "string",
"documentType": "string",
"documentSide": null,
"fileName": "string",
"description": null,
"createdTime": "string",
"status": "string"
}
],
"pageable": {
"pageNumber": 0,
"pageSize": 0
},
"totalPages": 0,
"totalElements": 0,
"number": 0,
"numberOfElements": 0,
"size": 0
}