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 }
カテゴリーを一件取得
コンソールで取得したAPIキーを指定してください。
コンソールで取得したAPIシークレットを指定してください。
ご自身のプロジェクトIDを指定してください。
ご自身のスペースIDを指定してください。
カテゴリーのIDを指定してください。
カテゴリー一件
The response is of type object.
object