GET /api/users/:user_id/table_preferences
List of table preferences for a user

Parameter

Parametername Beschreibung
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer


GET /api/users/:user_id/table_preferences/:name
Table preference details of a given table

Parameter

Parametername Beschreibung
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

name
verpflichtend

Validations:

  • Must be a String


POST /api/users/:user_id/table_preferences
Creates a table preference for a given table

Parameter

Parametername Beschreibung
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

table_preferences
verpflichtend

Validations:

  • Must be a Hash

table_preferences[name]
verpflichtend

Name der Tabelle

Validations:

  • Must be a String

table_preferences[columns]
optional

Vom Nutzer gewählte Spalten auflisten

Validations:

  • Must be an array of any type


PUT /api/users/:user_id/table_preferences/:name
Updates a table preference for a given table

Parameter

Parametername Beschreibung
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

table_preferences
verpflichtend

Validations:

  • Must be a Hash

table_preferences[name]
verpflichtend

Name der Tabelle

Validations:

  • Must be a String

table_preferences[columns]
optional

Vom Nutzer gewählte Spalten auflisten

Validations:

  • Must be an array of any type


DELETE /api/users/:user_id/table_preferences/:name
Delete a table preference for a given table

Parameter

Parametername Beschreibung
location_id
optional

Set the current location context for the request

Validations:

  • Must be a Integer

organization_id
optional

Set the current organization context for the request

Validations:

  • Must be a Integer

name
verpflichtend

Name der Tabelle

Validations:

  • Must be a String