Download OpenAPI specification:Download
Retrieves the collection of Archive resources.
| page | integer Default: 1 The collection page number |
| pageSize | string Archive pageSize |
| tags | string Filter by tags |
| createdAtFrom | string Archive createdAtFrom |
| createdAtTo | string Archive createdAtTo |
| updatedAtFrom | string Archive updatedAtFrom |
| updatedAtTo | string Archive updatedAtTo |
| fileName | string Archive fileName |
| contentType | string application/pdf |
[- {
- "totalItems": 0,
- "pageSize": 0,
- "currentPage": 0,
- "items": [
- {
- "objectId": "93684e36-6f32-4845-9727-840c2d628673",
- "status": "in_progress",
- "retentionPeriod": "50d",
- "tags": [
- "assure",
- "dossier"
], - "file": {
- "name": "string",
- "contentType": "string",
- "sha256": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "lastUpdatedAt": "2019-08-24T14:15:22Z",
- "expiresAt": "2019-08-24T14:15:22Z"
}
]
}
]Creates a Archive resource.
The new Archive resource
| retentionPeriod required | string <= 50 characters The time period the resource should be archived. Format: “duration + unit” |
| tags | Array of strings |
object (UploadedFileData) |
{- "retentionPeriod": "50d",
- "tags": [
- "assure",
- "dossier"
], - "file": {
- "name": "string",
- "contentType": "string",
- "sha256": "string"
}
}{- "objectId": "93684e36-6f32-4845-9727-840c2d628673",
- "status": "in_progress",
- "retentionPeriod": "50d",
- "tags": [
- "assure",
- "dossier"
], - "file": {
- "name": "string",
- "contentType": "string",
- "sha256": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "lastUpdatedAt": "2019-08-24T14:15:22Z",
- "expiresAt": "2019-08-24T14:15:22Z"
}Retrieves a Archive resource.
| objectId required | string Archive identifier |
{- "objectId": "93684e36-6f32-4845-9727-840c2d628673",
- "status": "in_progress",
- "retentionPeriod": "50d",
- "tags": [
- "assure",
- "dossier"
], - "file": {
- "name": "string",
- "contentType": "string",
- "sha256": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "lastUpdatedAt": "2019-08-24T14:15:22Z",
- "expiresAt": "2019-08-24T14:15:22Z"
}Updates the Archive resource.
| objectId required | string Archive identifier |
The updated Archive resource
| retentionPeriod required | string <= 50 characters The time period the resource should be archived. Format: “duration + unit” |
| tags | Array of strings |
{- "retentionPeriod": "50d",
- "tags": [
- "assure",
- "dossier"
]
}{- "objectId": "93684e36-6f32-4845-9727-840c2d628673",
- "status": "in_progress",
- "retentionPeriod": "50d",
- "tags": [
- "assure",
- "dossier"
], - "file": {
- "name": "string",
- "contentType": "string",
- "sha256": "string"
}, - "createdAt": "2019-08-24T14:15:22Z",
- "lastUpdatedAt": "2019-08-24T14:15:22Z",
- "expiresAt": "2019-08-24T14:15:22Z"
}Creates a Archive Direct resource.
| signicat-archive-retention-period required | string Example: P1Y The duration for which the archive object should be retained, specified in ISO 8601 duration format |
| signicat-archive-tags | string or null Example: assure, dossier A comma-separated list of tags associated with the archive object for categorization or search purposes. |
| content-disposition required | string Example: attachment; filename="filename.ext" The Content-Disposition header specifying how the content should be handled. Mapped to the object field File.Name. Format should be: attachment; filename="filename.ext" |
| content-digest required | string Example: sha-256=:base64-value: The Content-Digest header contains a SHA-256 hash of the content, used to verify its integrity and ensure that the data has not been tampered with during transmission. The hash value must be encoded in base64 format. |
| content-type required | string Example: application/pdf The MIME type of the file being uploaded. |
Upload a binary file (e.g., image, document).
{ }{ }Retrieves the collection of AuditLog resources.
| objectId required | string AuditLog identifier |
| page | integer Default: 1 The collection page number |
[- {
- "id": "string",
- "accountId": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "message": "string",
- "messageId": "string",
- "eventType": "string"
}
]Creates a File resource.
| objectId required | string File identifier |
| content-disposition required | string Example: attachment; filename="filename.ext" The Content-Disposition header specifying how the content should be handled. Mapped to the object field File.Name. Format should be: attachment; filename="filename.ext" |
| content-digest required | string Example: sha-256=:base64-value: The Content-Digest header contains a SHA-256 hash of the content, used to verify its integrity and ensure that the data has not been tampered with during transmission. The hash value must be encoded in base64 format. |
| content-type required | string Example: application/pdf The MIME type of the file being uploaded. |
Upload a binary file (e.g., image, document).
{- "status": 0,
- "code": "string",
- "title": "string",
- "traceId": "string"
}