エンドポイント
バナー一件取得
バナーコンテンツを一件取得
GET
/
static
/
projects
/
{projectId}
/
spaces
/
{spaceId}
/
banner
/
instances
/
{instanceId}
/
banners
/
{contentId}
Copy
curl --request GET \
--url https://cdn.r25.io/static/projects/{projectId}/spaces/{spaceId}/banner/instances/{instanceId}/banners/{contentId} \
--header 'x-r25-ac-api-key: <x-r25-ac-api-key>' \
--header 'x-r25-ac-api-secret: <x-r25-ac-api-secret>'
Copy
{
"contentId": "<string>",
"projectId": "<string>",
"spaceId": "<string>",
"name": "<string>",
"alias": "<string>",
"status": "draft",
"reservedAt": 123,
"closingAt": 123,
"openingAt": 123,
"values": {
"title": "<string>",
"url": "<string>",
"image": {
"mediaId": "<string>",
"media": {
"name": "<string>",
"assets": [
{
"path": "media/00000000000000000000000.png",
"accessUrl": "<string>"
}
],
"type": "image",
"mediaId": "<string>",
"projectId": "<string>",
"spaceId": "<string>",
"accessUrl": "<string>",
"thumbnailAccessUrl": "<string>",
"meta": {
"ext": "png",
"mimetype": "image/png",
"asset": "AdobeAnimate_cjs_1_0_0"
},
"fileSize": 1234567,
"duration": 1234567,
"operations": [
{
"type": "trim",
"orientation": "top-left"
}
],
"thumbnailOperations": [
{
"type": "trim",
"orientation": "top-left"
}
],
"alias": "<string>",
"originalUrl": "<string>",
"status": "published",
"signed": true
}
}
},
"createdAt": 123,
"updatedAt": 123
}
Headers
コンソールで取得したAPIキーを指定してください。
コンソールで取得したAPIシークレットを指定してください。
Path Parameters
ご自身のプロジェクトIDを指定してください。
ご自身のスペースIDを指定してください。
ご自身のアプリケーションIDを指定してください。
コンテンツのIDを指定してください。
Response
200
application/json
バナーコンテンツ一件
The response is of type object
.
Copy
curl --request GET \
--url https://cdn.r25.io/static/projects/{projectId}/spaces/{spaceId}/banner/instances/{instanceId}/banners/{contentId} \
--header 'x-r25-ac-api-key: <x-r25-ac-api-key>' \
--header 'x-r25-ac-api-secret: <x-r25-ac-api-secret>'
Copy
{
"contentId": "<string>",
"projectId": "<string>",
"spaceId": "<string>",
"name": "<string>",
"alias": "<string>",
"status": "draft",
"reservedAt": 123,
"closingAt": 123,
"openingAt": 123,
"values": {
"title": "<string>",
"url": "<string>",
"image": {
"mediaId": "<string>",
"media": {
"name": "<string>",
"assets": [
{
"path": "media/00000000000000000000000.png",
"accessUrl": "<string>"
}
],
"type": "image",
"mediaId": "<string>",
"projectId": "<string>",
"spaceId": "<string>",
"accessUrl": "<string>",
"thumbnailAccessUrl": "<string>",
"meta": {
"ext": "png",
"mimetype": "image/png",
"asset": "AdobeAnimate_cjs_1_0_0"
},
"fileSize": 1234567,
"duration": 1234567,
"operations": [
{
"type": "trim",
"orientation": "top-left"
}
],
"thumbnailOperations": [
{
"type": "trim",
"orientation": "top-left"
}
],
"alias": "<string>",
"originalUrl": "<string>",
"status": "published",
"signed": true
}
}
},
"createdAt": 123,
"updatedAt": 123
}
Assistant
Responses are generated using AI and may contain mistakes.