Langsung ke konten utama
GET
/
sites
/
{siteId}
/
notes
/
{noteId}
Dapatkan konten catatan situs
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

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

Path Parameters

siteId
string
required

Pengidentifikasi unik untuk situs.

noteId
string
required

Pengidentifikasi unik (nama file) untuk catatan.

Response

Konten Markdown dari catatan tersebut.

The response is of type file.