POST api/Document/Link
Creates a document link with a validity period and a unique key to download the document with webbrowser.
Request Information
URI Parameters
None.
Body Parameters
GetDocumentLinkRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| ArchiveGuid | string |
None. |
|
| DocId | integer |
None. |
|
| ValidDays | integer |
None. |
|
| DateCreated | date |
None. |
|
| Token | Token |
None. |
Request Formats
application/json, text/json
Sample:
{
"ArchiveGuid": "sample string 1",
"DocId": 2,
"ValidDays": 3,
"DateCreated": "2026-09-15T11:35:39.6236199+02:00",
"Token": {
"OrgId": 1,
"OrgGuid": "sample string 2",
"UserId": 3,
"UserGuid": "sample string 4",
"Username": "sample string 5",
"UserNumber": "sample string 6",
"EMail": "sample string 7",
"CreatedAt": "2026-09-15T11:35:39.6236199+02:00",
"ValidTo": "2026-09-15T11:35:39.6236199+02:00",
"Realm": "sample string 10",
"IsDelegated": true,
"AccessKey": "sample string 12"
}
}
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.
application/bson
Sample:
Binary JSON content. See http://bsonspec.org for details.