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