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
Sample:
[
{
"DocumentGUID": "f3d4f7b6-2770-4e59-a9bd-947005c985f8",
"DocumentData": "QEBA",
"DocumentFileName": "sample string 2",
"EmployeeCanDelete": true,
"LinkType": "AbsenceDocument",
"UploadedDateTime": "2026-02-21T15:36:47.2466492+00:00",
"ExpiryActive": true,
"AllowManualExpiryDate": true,
"ExpiryDate": "2026-02-21T15:36:47.2466492+00:00",
"UniqueID": 7,
"IsURL": true,
"PublishInERecruit": true,
"TypeDescription": "Absence Document (Web Link)"
},
{
"DocumentGUID": "f3d4f7b6-2770-4e59-a9bd-947005c985f8",
"DocumentData": "QEBA",
"DocumentFileName": "sample string 2",
"EmployeeCanDelete": true,
"LinkType": "AbsenceDocument",
"UploadedDateTime": "2026-02-21T15:36:47.2466492+00:00",
"ExpiryActive": true,
"AllowManualExpiryDate": true,
"ExpiryDate": "2026-02-21T15:36:47.2466492+00:00",
"UniqueID": 7,
"IsURL": true,
"PublishInERecruit": true,
"TypeDescription": "Absence Document (Web Link)"
},
{
"DocumentGUID": "f3d4f7b6-2770-4e59-a9bd-947005c985f8",
"DocumentData": "QEBA",
"DocumentFileName": "sample string 2",
"EmployeeCanDelete": true,
"LinkType": "AbsenceDocument",
"UploadedDateTime": "2026-02-21T15:36:47.2466492+00:00",
"ExpiryActive": true,
"AllowManualExpiryDate": true,
"ExpiryDate": "2026-02-21T15:36:47.2466492+00:00",
"UniqueID": 7,
"IsURL": true,
"PublishInERecruit": true,
"TypeDescription": "Absence Document (Web Link)"
}
]
text/html
Sample:
[{"DocumentGUID":"f3d4f7b6-2770-4e59-a9bd-947005c985f8","DocumentData":"QEBA","DocumentFileName":"sample string 2","EmployeeCanDelete":true,"LinkType":"AbsenceDocument","UploadedDateTime":"2026-02-21T15:36:47.2466492+00:00","ExpiryActive":true,"AllowManualExpiryDate":true,"ExpiryDate":"2026-02-21T15:36:47.2466492+00:00","UniqueID":7,"IsURL":true,"PublishInERecruit":true,"TypeDescription":"Absence Document (Web Link)"},{"DocumentGUID":"f3d4f7b6-2770-4e59-a9bd-947005c985f8","DocumentData":"QEBA","DocumentFileName":"sample string 2","EmployeeCanDelete":true,"LinkType":"AbsenceDocument","UploadedDateTime":"2026-02-21T15:36:47.2466492+00:00","ExpiryActive":true,"AllowManualExpiryDate":true,"ExpiryDate":"2026-02-21T15:36:47.2466492+00:00","UniqueID":7,"IsURL":true,"PublishInERecruit":true,"TypeDescription":"Absence Document (Web Link)"},{"DocumentGUID":"f3d4f7b6-2770-4e59-a9bd-947005c985f8","DocumentData":"QEBA","DocumentFileName":"sample string 2","EmployeeCanDelete":true,"LinkType":"AbsenceDocument","UploadedDateTime":"2026-02-21T15:36:47.2466492+00:00","ExpiryActive":true,"AllowManualExpiryDate":true,"ExpiryDate":"2026-02-21T15:36:47.2466492+00:00","UniqueID":7,"IsURL":true,"PublishInERecruit":true,"TypeDescription":"Absence Document (Web Link)"}]
application/xml, text/xml
Sample:
<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>f3d4f7b6-2770-4e59-a9bd-947005c985f8</DocumentGUID>
<EmployeeCanDelete>true</EmployeeCanDelete>
<ExpiryActive>true</ExpiryActive>
<ExpiryDate>2026-02-21T15:36:47.2466492+00:00</ExpiryDate>
<IsURL>true</IsURL>
<LinkType>AbsenceDocument</LinkType>
<PublishInERecruit>true</PublishInERecruit>
<UniqueID>7</UniqueID>
<UploadedDateTime>2026-02-21T15:36:47.2466492+00:00</UploadedDateTime>
</StoredDocument>
<StoredDocument>
<AllowManualExpiryDate>true</AllowManualExpiryDate>
<DocumentData>QEBA</DocumentData>
<DocumentFileName>sample string 2</DocumentFileName>
<DocumentGUID>f3d4f7b6-2770-4e59-a9bd-947005c985f8</DocumentGUID>
<EmployeeCanDelete>true</EmployeeCanDelete>
<ExpiryActive>true</ExpiryActive>
<ExpiryDate>2026-02-21T15:36:47.2466492+00:00</ExpiryDate>
<IsURL>true</IsURL>
<LinkType>AbsenceDocument</LinkType>
<PublishInERecruit>true</PublishInERecruit>
<UniqueID>7</UniqueID>
<UploadedDateTime>2026-02-21T15:36:47.2466492+00:00</UploadedDateTime>
</StoredDocument>
<StoredDocument>
<AllowManualExpiryDate>true</AllowManualExpiryDate>
<DocumentData>QEBA</DocumentData>
<DocumentFileName>sample string 2</DocumentFileName>
<DocumentGUID>f3d4f7b6-2770-4e59-a9bd-947005c985f8</DocumentGUID>
<EmployeeCanDelete>true</EmployeeCanDelete>
<ExpiryActive>true</ExpiryActive>
<ExpiryDate>2026-02-21T15:36:47.2466492+00:00</ExpiryDate>
<IsURL>true</IsURL>
<LinkType>AbsenceDocument</LinkType>
<PublishInERecruit>true</PublishInERecruit>
<UniqueID>7</UniqueID>
<UploadedDateTime>2026-02-21T15:36:47.2466492+00:00</UploadedDateTime>
</StoredDocument>
</ArrayOfStoredDocument>