Saltar al contenido principal
GET
/
sites
/
{siteId}
/
notes
/
{noteId}
Obtener contenido de nota de sitio
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

Se requiere un token de portador (bearer token) para todas las solicitudes a la API.

Path Parameters

siteId
string
required

El identificador único para el sitio.

noteId
string
required

El identificador único (nombre de archivo) para la nota.

Response

El contenido Markdown de la nota.

The response is of type file.