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": "7bbdb95c-6168-4b34-af5f-f385abf212c8",
"DocumentData": "QEBA",
"DocumentFileName": "sample string 2",
"EmployeeCanDelete": true,
"LinkType": "AbsenceDocument",
"UploadedDateTime": "2025-11-24T10:27:41.5891034+00:00",
"ExpiryActive": true,
"AllowManualExpiryDate": true,
"ExpiryDate": "2025-11-24T10:27:41.5891034+00:00",
"UniqueID": 7,
"IsURL": true,
"PublishInERecruit": true,
"TypeDescription": "Absence Document (Web Link)"
},
{
"DocumentGUID": "7bbdb95c-6168-4b34-af5f-f385abf212c8",
"DocumentData": "QEBA",
"DocumentFileName": "sample string 2",
"EmployeeCanDelete": true,
"LinkType": "AbsenceDocument",
"UploadedDateTime": "2025-11-24T10:27:41.5891034+00:00",
"ExpiryActive": true,
"AllowManualExpiryDate": true,
"ExpiryDate": "2025-11-24T10:27:41.5891034+00:00",
"UniqueID": 7,
"IsURL": true,
"PublishInERecruit": true,
"TypeDescription": "Absence Document (Web Link)"
},
{
"DocumentGUID": "7bbdb95c-6168-4b34-af5f-f385abf212c8",
"DocumentData": "QEBA",
"DocumentFileName": "sample string 2",
"EmployeeCanDelete": true,
"LinkType": "AbsenceDocument",
"UploadedDateTime": "2025-11-24T10:27:41.5891034+00:00",
"ExpiryActive": true,
"AllowManualExpiryDate": true,
"ExpiryDate": "2025-11-24T10:27:41.5891034+00:00",
"UniqueID": 7,
"IsURL": true,
"PublishInERecruit": true,
"TypeDescription": "Absence Document (Web Link)"
}
]
text/html
[{"DocumentGUID":"7bbdb95c-6168-4b34-af5f-f385abf212c8","DocumentData":"QEBA","DocumentFileName":"sample string 2","EmployeeCanDelete":true,"LinkType":"AbsenceDocument","UploadedDateTime":"2025-11-24T10:27:41.5891034+00:00","ExpiryActive":true,"AllowManualExpiryDate":true,"ExpiryDate":"2025-11-24T10:27:41.5891034+00:00","UniqueID":7,"IsURL":true,"PublishInERecruit":true,"TypeDescription":"Absence Document (Web Link)"},{"DocumentGUID":"7bbdb95c-6168-4b34-af5f-f385abf212c8","DocumentData":"QEBA","DocumentFileName":"sample string 2","EmployeeCanDelete":true,"LinkType":"AbsenceDocument","UploadedDateTime":"2025-11-24T10:27:41.5891034+00:00","ExpiryActive":true,"AllowManualExpiryDate":true,"ExpiryDate":"2025-11-24T10:27:41.5891034+00:00","UniqueID":7,"IsURL":true,"PublishInERecruit":true,"TypeDescription":"Absence Document (Web Link)"},{"DocumentGUID":"7bbdb95c-6168-4b34-af5f-f385abf212c8","DocumentData":"QEBA","DocumentFileName":"sample string 2","EmployeeCanDelete":true,"LinkType":"AbsenceDocument","UploadedDateTime":"2025-11-24T10:27:41.5891034+00:00","ExpiryActive":true,"AllowManualExpiryDate":true,"ExpiryDate":"2025-11-24T10:27:41.5891034+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>7bbdb95c-6168-4b34-af5f-f385abf212c8</DocumentGUID>
<EmployeeCanDelete>true</EmployeeCanDelete>
<ExpiryActive>true</ExpiryActive>
<ExpiryDate>2025-11-24T10:27:41.5891034+00:00</ExpiryDate>
<IsURL>true</IsURL>
<LinkType>AbsenceDocument</LinkType>
<PublishInERecruit>true</PublishInERecruit>
<UniqueID>7</UniqueID>
<UploadedDateTime>2025-11-24T10:27:41.5891034+00:00</UploadedDateTime>
</StoredDocument>
<StoredDocument>
<AllowManualExpiryDate>true</AllowManualExpiryDate>
<DocumentData>QEBA</DocumentData>
<DocumentFileName>sample string 2</DocumentFileName>
<DocumentGUID>7bbdb95c-6168-4b34-af5f-f385abf212c8</DocumentGUID>
<EmployeeCanDelete>true</EmployeeCanDelete>
<ExpiryActive>true</ExpiryActive>
<ExpiryDate>2025-11-24T10:27:41.5891034+00:00</ExpiryDate>
<IsURL>true</IsURL>
<LinkType>AbsenceDocument</LinkType>
<PublishInERecruit>true</PublishInERecruit>
<UniqueID>7</UniqueID>
<UploadedDateTime>2025-11-24T10:27:41.5891034+00:00</UploadedDateTime>
</StoredDocument>
<StoredDocument>
<AllowManualExpiryDate>true</AllowManualExpiryDate>
<DocumentData>QEBA</DocumentData>
<DocumentFileName>sample string 2</DocumentFileName>
<DocumentGUID>7bbdb95c-6168-4b34-af5f-f385abf212c8</DocumentGUID>
<EmployeeCanDelete>true</EmployeeCanDelete>
<ExpiryActive>true</ExpiryActive>
<ExpiryDate>2025-11-24T10:27:41.5891034+00:00</ExpiryDate>
<IsURL>true</IsURL>
<LinkType>AbsenceDocument</LinkType>
<PublishInERecruit>true</PublishInERecruit>
<UniqueID>7</UniqueID>
<UploadedDateTime>2025-11-24T10:27:41.5891034+00:00</UploadedDateTime>
</StoredDocument>
</ArrayOfStoredDocument>