GET /api/users/:user_id/table_preferences
Lista de preferências da tabela para um usuário

Parâmentros

Nome parâmetro Descrição
location_id
opcional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
opcional

Set the current organization context for the request

Validations:

  • Must be a Integer


GET /api/users/:user_id/table_preferences/:name
Detalhes de preferência da tabela de uma determinada tabela

Parâmentros

Nome parâmetro Descrição
location_id
opcional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
opcional

Set the current organization context for the request

Validations:

  • Must be a Integer

name
requerido

Validations:

  • Must be a String


POST /api/users/:user_id/table_preferences
Cria uma preferência de tabelas para uma determinada tabela

Parâmentros

Nome parâmetro Descrição
location_id
opcional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
opcional

Set the current organization context for the request

Validations:

  • Must be a Integer

table_preferences
requerido

Validations:

  • Must be a Hash

table_preferences[name]
requerido

Nome da tabela

Validations:

  • Must be a String

table_preferences[columns]
opcional

Lista de colunas selecionadas do usuário

Validations:

  • Must be an array of any type


PUT /api/users/:user_id/table_preferences/:name
Atualiza uma preferência de tabela para uma determinada tabela

Parâmentros

Nome parâmetro Descrição
location_id
opcional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
opcional

Set the current organization context for the request

Validations:

  • Must be a Integer

table_preferences
requerido

Validations:

  • Must be a Hash

table_preferences[name]
requerido

Nome da tabela

Validations:

  • Must be a String

table_preferences[columns]
opcional

Lista de colunas selecionadas do usuário

Validations:

  • Must be an array of any type


DELETE /api/users/:user_id/table_preferences/:name
Exclui uma preferência de tabela para uma determinada tabela

Parâmentros

Nome parâmetro Descrição
location_id
opcional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
opcional

Set the current organization context for the request

Validations:

  • Must be a Integer

name
requerido

nome da tabela

Validations:

  • Must be a String