0
ソーシャルテーブルAPIのレイアウトオートメーション機能を使用しようとしています。私の要求を提出すると、次のエラー応答が返されます。SocialtablesレイアウトオートメーションAPIがエラー "アクセスがこの機能に拒否されました"を返します
{ "message": "Access Denied to this feature" }
これは、このメッセージを返す唯一のAPIメソッドです。他のAPIアクションを正常に実行することができます。
ここは私のリクエストのボディです。リクエストに何か問題がありますか、現在このAPIメソッドに問題がありますか?
{ "attendee_management": true,
"category": "Association",
"end_time": "2017-05-30T18:56:03.318Z",
"name": "Test Event",
"public": true,
"start_time": "2017-05-30T18:56:03.318Z",
"uses_metric": true,
"spaces": [
{
"name": "Test Space",
"venue_id": "131935",
"wizard": {
"attendees": 100,
"setup": "staggered",
"spacing": {
"x": 2,
"y": 2
}
}
}
],
"venue_mapper_version": 0 }