الانتقال إلى المحتوى الرئيسي
GET
/
sites
/
{siteId}
/
media
/
{mediaId}
تنزيل ملف وسائط
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

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

Path Parameters

siteId
string
required

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

mediaId
string
required

المعرف الفريد (المفتاح) لملف الوسائط.

Response

المحتوى الثنائي لملف الوسائط.

The response is of type file.