Langsung ke konten utama
GET
/
sites
/
{siteId}
/
documents
/
{documentId}
Unduh file dokumen
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

Token pembawa (bearer token) diperlukan untuk semua permintaan API.

Path Parameters

siteId
string
required

Pengidentifikasi unik untuk situs.

documentId
string
required

Pengidentifikasi unik (kunci) untuk file dokumen.

Response

Konten biner dari file dokumen.

The response is of type file.