get https://{baseUrl}/api/files//
Log in to see full request history
Responses
400The operation wasn't successful; the body of the response contains details.
401The caller is not authenticated with RegScale.
400The operation wasn't successful; the body of the response contains details.
401The caller is not authenticated with RegScale.
xxxxxxxxxx
curl --request GET \
--url https://your-instance.regscale.co/api/files/parentId/parentModule \
--header 'accept: application/json'
xxxxxxxxxx
19{
"uploadedBy": "string",
"id": "string",
"trustedDisplayName": "string",
"trustedStorageName": "string",
"size": 0,
"mimeType": "string",
"fullPath": "string",
"fileHash": "string",
"shaHash": "string",
"folder": "string",
"tags": "string",
"parentId": 0,
"parentModule": "string",
"partType": "string",
"partId": "string",
"uploadedById": "string",
"uploadDate": "2025-04-17T09:00:16.326Z"
}