GET /api/users/135138680/table_preferences
200
{
"total": 0,
"subtotal": 0,
"page": 1,
"per_page": 20,
"search": null,
"sort": {
"by": null,
"order": null
},
"results": []
}
| Param name | Description |
|---|---|
|
location_id optional |
Set the current location context for the request Validations:
|
|
organization_id optional |
Set the current organization context for the request Validations:
|
GET /api/users/135138680/table_preferences/test_subscriptions_resource
200
{
"id": 3,
"name": "test_subscriptions_resource",
"columns": [
"1",
"2",
"3"
],
"created_at": "2021-11-26 08:50:31 UTC",
"updated_at": "2021-11-26 08:50:31 UTC"
}
| Param name | Description |
|---|---|
|
location_id optional |
Set the current location context for the request Validations:
|
|
organization_id optional |
Set the current organization context for the request Validations:
|
|
name required |
Validations:
|
POST /api/users/135138680/table_preferences
{
"name": "test_subscriptions_resource",
"columns": [
"1",
"2",
"3"
],
"table_preference": {
"name": "test_subscriptions_resource",
"columns": [
"1",
"2",
"3"
]
}
}
201
{
"id": 2,
"name": "test_subscriptions_resource",
"columns": [
"1",
"2",
"3"
],
"created_at": "2021-11-26 08:50:31 UTC",
"updated_at": "2021-11-26 08:50:31 UTC"
}
| Param name | Description |
|---|---|
|
location_id optional |
Set the current location context for the request Validations:
|
|
organization_id optional |
Set the current organization context for the request Validations:
|
|
table_preferences required |
Validations:
|
|
table_preferences[name] required |
Name of the table Validations:
|
|
table_preferences[columns] optional |
List of user selected columns Validations:
|
PUT /api/users/135138680/table_preferences/test_subscriptions_resource
{
"columns": [
"1",
"2",
"3"
],
"table_preference": {
"columns": [
"1",
"2",
"3"
]
}
}
200
{
"id": 1,
"name": "test_subscriptions_resource",
"columns": [
"1",
"2",
"3"
],
"created_at": "2021-11-26 08:50:31 UTC",
"updated_at": "2021-11-26 08:50:31 UTC"
}
| Param name | Description |
|---|---|
|
location_id optional |
Set the current location context for the request Validations:
|
|
organization_id optional |
Set the current organization context for the request Validations:
|
|
table_preferences required |
Validations:
|
|
table_preferences[name] required |
Name of the table Validations:
|
|
table_preferences[columns] optional |
List of user selected columns Validations:
|
DELETE /api/users/135138680/table_preferences/test_subscriptions_resource
{
"table_preference": {}
}
200
{
"id": 4,
"name": "test_subscriptions_resource",
"columns": [
"1",
"2",
"3"
],
"created_at": "2021-11-26 08:50:32 UTC",
"updated_at": "2021-11-26 08:50:32 UTC"
}
| Param name | Description |
|---|---|
|
location_id optional |
Set the current location context for the request Validations:
|
|
organization_id optional |
Set the current organization context for the request Validations:
|
|
name required |
name of the table Validations:
|