Examples

GET /api/bookmarks/foo
200
{
  "bookmark": {
    "name": "foo",
    "query": "foo=boo",
    "id": 980190962,
    "owner_id": null,
    "public": true,
    "controller": "hosts",
    "owner_type": null
  }
}

Params

Param name Description
id
required

Value: Must be an identifier, string from 1 to 128 characters containing only alphanumeric characters, space, underscore(_), hypen(-) with no leading or trailing space.