GET /api/bookmarks
200
{
"total": 2,
"subtotal": 2,
"page": 1,
"per_page": 20,
"search": null,
"sort": {
"by": null,
"order": null
},
"results": [
{
"name": "foo",
"controller": "hosts",
"query": "foo=boo",
"public": true,
"id": 980190962,
"owner_id": null,
"owner_type": null
},
{
"name": "three",
"controller": "hosts",
"query": "three",
"public": true,
"id": 113629430,
"owner_id": null,
"owner_type": null
}
]
}
| Param name | Description |
|---|---|
|
location_id optional |
Scope by locations Validations:
|
|
organization_id optional |
Scope by organizations Validations:
|
|
search optional |
filter results Validations:
|
|
order optional |
Sort field and order, eg. ‘id DESC’ Validations:
|
|
page optional |
paginate results Validations:
|
|
per_page optional |
number of entries per request Validations:
|
| Field name | Type | Possible values |
|---|---|---|
| controller | string | |
| name | string |