Vai al contenuto principale
GET
/
sites
/
{siteId}
/
documents
/
{documentId}
Scarica un file di documento
curl --request GET \
  --url https://api.altostrat.io/sites/{siteId}/documents/{documentId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Un token bearer è richiesto per tutte le richieste API.

Path Parameters

siteId
string
required

L'identificatore univoco per il sito.

documentId
string
required

L'identificatore univoco (chiave) per il file di documento.

Response

Il contenuto binario del file di documento.

The response is of type file.