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

categoryId
string
required

カテゴリーのIDを指定してください。

Response

カテゴリー一件

categoryId
string
required

カテゴリーのID

name
string
required

カテゴリー名

projectId
string
required

プロジェクトのID

spaceId
string
required

スペースのID

createdAt
integer
required

カテゴリーの作成日時

updatedAt
integer
required

カテゴリーの更新日時

alias
string

カテゴリーを一意に識別する文字列