GET
/
static
/
projects
/
{projectId}
/
spaces
/
{spaceId}
/
collection
/
tags
/
{tagId}
curl --request GET \
  --url https://cdn.r25.io/static/projects/{projectId}/spaces/{spaceId}/collection/tags/{tagId} \
  --header 'x-r25-ac-api-key: <x-r25-ac-api-key>' \
  --header 'x-r25-ac-api-secret: <x-r25-ac-api-secret>'
{
  "tagId": "<string>",
  "name": "<string>",
  "alias": "<string>",
  "projectId": "<string>",
  "spaceId": "<string>",
  "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を指定してください。

tagId
string
required

タグのIDを指定してください。

Response

200
application/json

タグ一件

The response is of type object.