GET /api/users/:user_id/table_preferences
ユーザーのテーブル設定一覧

パラメーター

パラメーター名 記述
location_id
任意

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
任意

Set the current organization context for the request

Validations:

  • Must be a Integer


GET /api/users/:user_id/table_preferences/:name
特定のテーブルの設定詳細

パラメーター

パラメーター名 記述
location_id
任意

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
任意

Set the current organization context for the request

Validations:

  • Must be a Integer

name
必須

Validations:

  • Must be a String


POST /api/users/:user_id/table_preferences
特定のテーブルの設定を作成します

パラメーター

パラメーター名 記述
location_id
任意

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
任意

Set the current organization context for the request

Validations:

  • Must be a Integer

table_preferences
必須

Validations:

  • Must be a Hash

table_preferences[name]
必須

テーブル名

Validations:

  • Must be a String

table_preferences[columns]
任意

ユーザーが選択したコラムの一覧

Validations:

  • Must be an array of any type


PUT /api/users/:user_id/table_preferences/:name
特定のテーブルの設定を更新します

パラメーター

パラメーター名 記述
location_id
任意

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
任意

Set the current organization context for the request

Validations:

  • Must be a Integer

table_preferences
必須

Validations:

  • Must be a Hash

table_preferences[name]
必須

テーブル名

Validations:

  • Must be a String

table_preferences[columns]
任意

ユーザーが選択したコラムの一覧

Validations:

  • Must be an array of any type


DELETE /api/users/:user_id/table_preferences/:name
特定のテーブルの設定を削除します

パラメーター

パラメーター名 記述
location_id
任意

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
任意

Set the current organization context for the request

Validations:

  • Must be a Integer

name
必須

テーブル名

Validations:

  • Must be a String