Vai al contenuto principale
GET
/
sites
/
{siteId}
/
media
/
{mediaId}
Scarica un file multimediale
curl --request GET \
  --url https://api.altostrat.io/sites/{siteId}/media/{mediaId} \
  --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.

mediaId
string
required

L'identificatore univoco (chiave) per il file multimediale.

Response

Il contenuto binario del file multimediale.

The response is of type file.