POST api/GetDocuments

Get documents

Request Information

Payload

NamePayload ParametersAdditional information
Parameters int Personnel_Number
int Linked_ID
int Link_Type

None.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "DocumentGUID": "08492996-af6d-42fc-8d0f-357fe7986cfc",
    "DocumentData": "QEBA",
    "DocumentFileName": "sample string 2",
    "EmployeeCanDelete": true,
    "LinkType": "AbsenceDocument",
    "UploadedDateTime": "2026-01-23T14:17:54.4296704+00:00",
    "ExpiryActive": true,
    "AllowManualExpiryDate": true,
    "ExpiryDate": "2026-01-23T14:17:54.4296704+00:00",
    "UniqueID": 7,
    "IsURL": true,
    "PublishInERecruit": true,
    "TypeDescription": "Absence Document (Web Link)"
  },
  {
    "DocumentGUID": "08492996-af6d-42fc-8d0f-357fe7986cfc",
    "DocumentData": "QEBA",
    "DocumentFileName": "sample string 2",
    "EmployeeCanDelete": true,
    "LinkType": "AbsenceDocument",
    "UploadedDateTime": "2026-01-23T14:17:54.4296704+00:00",
    "ExpiryActive": true,
    "AllowManualExpiryDate": true,
    "ExpiryDate": "2026-01-23T14:17:54.4296704+00:00",
    "UniqueID": 7,
    "IsURL": true,
    "PublishInERecruit": true,
    "TypeDescription": "Absence Document (Web Link)"
  },
  {
    "DocumentGUID": "08492996-af6d-42fc-8d0f-357fe7986cfc",
    "DocumentData": "QEBA",
    "DocumentFileName": "sample string 2",
    "EmployeeCanDelete": true,
    "LinkType": "AbsenceDocument",
    "UploadedDateTime": "2026-01-23T14:17:54.4296704+00:00",
    "ExpiryActive": true,
    "AllowManualExpiryDate": true,
    "ExpiryDate": "2026-01-23T14:17:54.4296704+00:00",
    "UniqueID": 7,
    "IsURL": true,
    "PublishInERecruit": true,
    "TypeDescription": "Absence Document (Web Link)"
  }
]

text/html

Sample:
[{"DocumentGUID":"08492996-af6d-42fc-8d0f-357fe7986cfc","DocumentData":"QEBA","DocumentFileName":"sample string 2","EmployeeCanDelete":true,"LinkType":"AbsenceDocument","UploadedDateTime":"2026-01-23T14:17:54.4296704+00:00","ExpiryActive":true,"AllowManualExpiryDate":true,"ExpiryDate":"2026-01-23T14:17:54.4296704+00:00","UniqueID":7,"IsURL":true,"PublishInERecruit":true,"TypeDescription":"Absence Document (Web Link)"},{"DocumentGUID":"08492996-af6d-42fc-8d0f-357fe7986cfc","DocumentData":"QEBA","DocumentFileName":"sample string 2","EmployeeCanDelete":true,"LinkType":"AbsenceDocument","UploadedDateTime":"2026-01-23T14:17:54.4296704+00:00","ExpiryActive":true,"AllowManualExpiryDate":true,"ExpiryDate":"2026-01-23T14:17:54.4296704+00:00","UniqueID":7,"IsURL":true,"PublishInERecruit":true,"TypeDescription":"Absence Document (Web Link)"},{"DocumentGUID":"08492996-af6d-42fc-8d0f-357fe7986cfc","DocumentData":"QEBA","DocumentFileName":"sample string 2","EmployeeCanDelete":true,"LinkType":"AbsenceDocument","UploadedDateTime":"2026-01-23T14:17:54.4296704+00:00","ExpiryActive":true,"AllowManualExpiryDate":true,"ExpiryDate":"2026-01-23T14:17:54.4296704+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>08492996-af6d-42fc-8d0f-357fe7986cfc</DocumentGUID>
    <EmployeeCanDelete>true</EmployeeCanDelete>
    <ExpiryActive>true</ExpiryActive>
    <ExpiryDate>2026-01-23T14:17:54.4296704+00:00</ExpiryDate>
    <IsURL>true</IsURL>
    <LinkType>AbsenceDocument</LinkType>
    <PublishInERecruit>true</PublishInERecruit>
    <UniqueID>7</UniqueID>
    <UploadedDateTime>2026-01-23T14:17:54.4296704+00:00</UploadedDateTime>
  </StoredDocument>
  <StoredDocument>
    <AllowManualExpiryDate>true</AllowManualExpiryDate>
    <DocumentData>QEBA</DocumentData>
    <DocumentFileName>sample string 2</DocumentFileName>
    <DocumentGUID>08492996-af6d-42fc-8d0f-357fe7986cfc</DocumentGUID>
    <EmployeeCanDelete>true</EmployeeCanDelete>
    <ExpiryActive>true</ExpiryActive>
    <ExpiryDate>2026-01-23T14:17:54.4296704+00:00</ExpiryDate>
    <IsURL>true</IsURL>
    <LinkType>AbsenceDocument</LinkType>
    <PublishInERecruit>true</PublishInERecruit>
    <UniqueID>7</UniqueID>
    <UploadedDateTime>2026-01-23T14:17:54.4296704+00:00</UploadedDateTime>
  </StoredDocument>
  <StoredDocument>
    <AllowManualExpiryDate>true</AllowManualExpiryDate>
    <DocumentData>QEBA</DocumentData>
    <DocumentFileName>sample string 2</DocumentFileName>
    <DocumentGUID>08492996-af6d-42fc-8d0f-357fe7986cfc</DocumentGUID>
    <EmployeeCanDelete>true</EmployeeCanDelete>
    <ExpiryActive>true</ExpiryActive>
    <ExpiryDate>2026-01-23T14:17:54.4296704+00:00</ExpiryDate>
    <IsURL>true</IsURL>
    <LinkType>AbsenceDocument</LinkType>
    <PublishInERecruit>true</PublishInERecruit>
    <UniqueID>7</UniqueID>
    <UploadedDateTime>2026-01-23T14:17:54.4296704+00:00</UploadedDateTime>
  </StoredDocument>
</ArrayOfStoredDocument>