Vai al contenuto principale
GET
/
sites
/
{siteId}
/
notes
/
{noteId}
Ottieni contenuto nota del sito
curl --request GET \
  --url https://api.altostrat.io/sites/{siteId}/notes/{noteId} \
  --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.

noteId
string
required

L'identificatore univoco (nome del file) per la nota.

Response

Il contenuto Markdown della nota.

The response is of type file.