POST api/GetDocuments
Get documents
Request Information
Payload
| Name | Payload Parameters | Additional information |
|---|---|---|
| Parameters |
int Personnel_Number int Linked_ID int Link_Type |
None. |
Response Information
Response body formats
application/json, text/json
[
{
"DocumentGUID": "a2b81d22-e2f1-46b0-b5cd-35a10e8b2374",
"DocumentData": "QEBA",
"DocumentFileName": "sample string 2",
"EmployeeCanDelete": true,
"LinkType": "AbsenceDocument",
"UploadedDateTime": "2025-12-16T10:32:45.8496013+00:00",
"ExpiryActive": true,
"AllowManualExpiryDate": true,
"ExpiryDate": "2025-12-16T10:32:45.8496013+00:00",
"UniqueID": 7,
"IsURL": true,
"PublishInERecruit": true,
"TypeDescription": "Absence Document (Web Link)"
},
{
"DocumentGUID": "a2b81d22-e2f1-46b0-b5cd-35a10e8b2374",
"DocumentData": "QEBA",
"DocumentFileName": "sample string 2",
"EmployeeCanDelete": true,
"LinkType": "AbsenceDocument",
"UploadedDateTime": "2025-12-16T10:32:45.8496013+00:00",
"ExpiryActive": true,
"AllowManualExpiryDate": true,
"ExpiryDate": "2025-12-16T10:32:45.8496013+00:00",
"UniqueID": 7,
"IsURL": true,
"PublishInERecruit": true,
"TypeDescription": "Absence Document (Web Link)"
},
{
"DocumentGUID": "a2b81d22-e2f1-46b0-b5cd-35a10e8b2374",
"DocumentData": "QEBA",
"DocumentFileName": "sample string 2",
"EmployeeCanDelete": true,
"LinkType": "AbsenceDocument",
"UploadedDateTime": "2025-12-16T10:32:45.8496013+00:00",
"ExpiryActive": true,
"AllowManualExpiryDate": true,
"ExpiryDate": "2025-12-16T10:32:45.8496013+00:00",
"UniqueID": 7,
"IsURL": true,
"PublishInERecruit": true,
"TypeDescription": "Absence Document (Web Link)"
}
]
text/html
[{"DocumentGUID":"a2b81d22-e2f1-46b0-b5cd-35a10e8b2374","DocumentData":"QEBA","DocumentFileName":"sample string 2","EmployeeCanDelete":true,"LinkType":"AbsenceDocument","UploadedDateTime":"2025-12-16T10:32:45.8496013+00:00","ExpiryActive":true,"AllowManualExpiryDate":true,"ExpiryDate":"2025-12-16T10:32:45.8496013+00:00","UniqueID":7,"IsURL":true,"PublishInERecruit":true,"TypeDescription":"Absence Document (Web Link)"},{"DocumentGUID":"a2b81d22-e2f1-46b0-b5cd-35a10e8b2374","DocumentData":"QEBA","DocumentFileName":"sample string 2","EmployeeCanDelete":true,"LinkType":"AbsenceDocument","UploadedDateTime":"2025-12-16T10:32:45.8496013+00:00","ExpiryActive":true,"AllowManualExpiryDate":true,"ExpiryDate":"2025-12-16T10:32:45.8496013+00:00","UniqueID":7,"IsURL":true,"PublishInERecruit":true,"TypeDescription":"Absence Document (Web Link)"},{"DocumentGUID":"a2b81d22-e2f1-46b0-b5cd-35a10e8b2374","DocumentData":"QEBA","DocumentFileName":"sample string 2","EmployeeCanDelete":true,"LinkType":"AbsenceDocument","UploadedDateTime":"2025-12-16T10:32:45.8496013+00:00","ExpiryActive":true,"AllowManualExpiryDate":true,"ExpiryDate":"2025-12-16T10:32:45.8496013+00:00","UniqueID":7,"IsURL":true,"PublishInERecruit":true,"TypeDescription":"Absence Document (Web Link)"}]
application/xml, text/xml
<ArrayOfStoredDocument xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DocStorageLibrary">
<StoredDocument>
<AllowManualExpiryDate>true</AllowManualExpiryDate>
<DocumentData>QEBA</DocumentData>
<DocumentFileName>sample string 2</DocumentFileName>
<DocumentGUID>a2b81d22-e2f1-46b0-b5cd-35a10e8b2374</DocumentGUID>
<EmployeeCanDelete>true</EmployeeCanDelete>
<ExpiryActive>true</ExpiryActive>
<ExpiryDate>2025-12-16T10:32:45.8496013+00:00</ExpiryDate>
<IsURL>true</IsURL>
<LinkType>AbsenceDocument</LinkType>
<PublishInERecruit>true</PublishInERecruit>
<UniqueID>7</UniqueID>
<UploadedDateTime>2025-12-16T10:32:45.8496013+00:00</UploadedDateTime>
</StoredDocument>
<StoredDocument>
<AllowManualExpiryDate>true</AllowManualExpiryDate>
<DocumentData>QEBA</DocumentData>
<DocumentFileName>sample string 2</DocumentFileName>
<DocumentGUID>a2b81d22-e2f1-46b0-b5cd-35a10e8b2374</DocumentGUID>
<EmployeeCanDelete>true</EmployeeCanDelete>
<ExpiryActive>true</ExpiryActive>
<ExpiryDate>2025-12-16T10:32:45.8496013+00:00</ExpiryDate>
<IsURL>true</IsURL>
<LinkType>AbsenceDocument</LinkType>
<PublishInERecruit>true</PublishInERecruit>
<UniqueID>7</UniqueID>
<UploadedDateTime>2025-12-16T10:32:45.8496013+00:00</UploadedDateTime>
</StoredDocument>
<StoredDocument>
<AllowManualExpiryDate>true</AllowManualExpiryDate>
<DocumentData>QEBA</DocumentData>
<DocumentFileName>sample string 2</DocumentFileName>
<DocumentGUID>a2b81d22-e2f1-46b0-b5cd-35a10e8b2374</DocumentGUID>
<EmployeeCanDelete>true</EmployeeCanDelete>
<ExpiryActive>true</ExpiryActive>
<ExpiryDate>2025-12-16T10:32:45.8496013+00:00</ExpiryDate>
<IsURL>true</IsURL>
<LinkType>AbsenceDocument</LinkType>
<PublishInERecruit>true</PublishInERecruit>
<UniqueID>7</UniqueID>
<UploadedDateTime>2025-12-16T10:32:45.8496013+00:00</UploadedDateTime>
</StoredDocument>
</ArrayOfStoredDocument>