GET /api/users/:user_id/table_preferences
Lista de preferencias de tabla para un usuario

Parámetros

Nombre del parámetro Descripción
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
Detalles de preferencia de tabla de una determinada tabla

Parámetros

Nombre del parámetro Descripción
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
Crea una preferencia de tabla para una determinada tabla

Parámetros

Nombre del parámetro Descripción
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

Nombre de la tabla

Validations:

  • Must be a String

table_preferences[columns]
opcional

Lista de columnas seleccionadas por el usuario

Validations:

  • Must be an array of any type


PUT /api/users/:user_id/table_preferences/:name
Actualiza una preferencia de tabla para una determinada tabla

Parámetros

Nombre del parámetro Descripción
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

Nombre de la tabla

Validations:

  • Must be a String

table_preferences[columns]
opcional

Lista de columnas seleccionadas por el usuario

Validations:

  • Must be an array of any type


DELETE /api/users/:user_id/table_preferences/:name
Elimina una preferencia de tabla para una determinada tabla

Parámetros

Nombre del parámetro Descripción
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

nombre de la tabla

Validations:

  • Must be a String