الانتقال إلى المحتوى الرئيسي
GET
/
sites
/
{siteId}
/
notes
/
{noteId}
الحصول على محتوى ملاحظة الموقع
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

مطلوب رمز حامل (bearer token) لجميع طلبات واجهة برمجة التطبيقات.

Path Parameters

siteId
string
required

المعرف الفريد للموقع.

noteId
string
required

المعرف الفريد (اسم الملف) للملاحظة.

Response

محتوى الماركداون للملاحظة.

The response is of type file.