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
タグ一件
tagId
string
required

タグのID

name
string
required

タグ名

projectId
string
required

プロジェクトのID

spaceId
string
required

スペースのID

createdAt
integer
required

タグの作成日時

updatedAt
integer
required

タグの更新日時

alias
string

タグを一意に識別する文字列