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

Parameter

Parametername Beschreibung
location_id
optional

Scope nach Standorten

Validations:

  • Must be a Integer

organization_id
optional

Scope nach Organisationen

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

Scope nach Standorten

Validations:

  • Must be a Integer

organization_id
optional

Scope nach Organisationen

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

Scope nach Standorten

Validations:

  • Must be a Integer

organization_id
optional

Scope nach Organisationen

Validations:

  • Must be a Integer

table_preferences
verpflichtend

Validations:

  • Must be a Hash

table_preferences[name]
verpflichtend

Name of the table

Validations:

  • Must be a String

table_preferences[columns]
optional

List of user selected columns

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

Scope nach Standorten

Validations:

  • Must be a Integer

organization_id
optional

Scope nach Organisationen

Validations:

  • Must be a Integer

table_preferences
verpflichtend

Validations:

  • Must be a Hash

table_preferences[name]
verpflichtend

Name of the table

Validations:

  • Must be a String

table_preferences[columns]
optional

List of user selected columns

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

Scope nach Standorten

Validations:

  • Must be a Integer

organization_id
optional

Scope nach Organisationen

Validations:

  • Must be a Integer

name
verpflichtend

name of the table

Validations:

  • Must be a String