Vai al contenuto principale
GET
/
api
/
v1
/
v-ciso
/
organizations
/
{organizationid}
/
workflows
/
{workflowid}
/
documents
/
{artifactid}
/
versions
/
{versionid}
/
download
Download a document version
curl --request GET \
  --url https://app.aegister.com/api/v1/v-ciso/organizations/{organizationid}/workflows/{workflowid}/documents/{artifactid}/versions/{versionid}/download \
  --header 'X-Aegister-Token: <api-key>'
{
  "error": 0,
  "messages": "<array>",
  "data": {
    "filename": "<string>",
    "content_type": "<string>",
    "size": 123,
    "content": "aSDinaTvuI8gbWludGxpZnk="
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.aegister.com/llms.txt

Use this file to discover all available pages before exploring further.

Autorizzazioni

X-Aegister-Token
string
header
obbligatorio

Parametri del percorso

artifactid
string
obbligatorio

Artifact ID.

organizationid
integer
obbligatorio

Organization ID.

versionid
integer
obbligatorio

Document version ID.

workflowid
string
obbligatorio

Workflow ID.

Risposta

error
integer

Any value different from 0 indicates an error.
More details can be found in messages.

Intervallo richiesto: 0 <= x <= 0
Esempio:

0

messages
array

If error is 1, contains zero or more details on the error.

Esempio:
[]
data
object