GET
/
static
/
projects
/
{projectId}
/
spaces
/
{spaceId}
/
banner
/
instances
/
{instanceId}
/
banners
/
{contentId}
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>'
{
  "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

x-r25-ac-api-key
string
required

コンソールで取得したAPIキーを指定してください。

x-r25-ac-api-secret
string
required

コンソールで取得したAPIシークレットを指定してください。

Path Parameters

projectId
string
required

ご自身のプロジェクトIDを指定してください。

spaceId
string
required

ご自身のスペースIDを指定してください。

instanceId
string
required

ご自身のアプリケーションIDを指定してください。

contentId
string
required

コンテンツのIDを指定してください。

Response

200
application/json
バナーコンテンツ一件
contentId
string
required

バナーのID

projectId
string
required

プロジェクトのID

spaceId
string
required

スペースのID

name
string
required

バナータイトル

status
enum<string>
required

バナーのステータス

Available options:
draft,
published
values
object
required
alias
string

バナーを一意に識別する文字列

reservedAt
integer

バナーの公開予約日時

closingAt
integer

バナーの公開終了日時

openingAt
integer

バナーの公開開始日時

createdAt
integer

バナーの作成日時

updatedAt
integer

バナーの更新日時