GET /hr_api/v1/shift_keywords

Returns a list of active Shift Keywords

Params

Property Required Details Location

scope

Optionally override the default scope. Will be ignored if invalid.

Must be one of: active, all.

URL

page

Index returns 100 records per request. Defaults to 1.

Must be a Integer

URL

Examples

GET /hr_api/v1/shift_keywords
200
{
  "shift_keywords": [
    {
      "uuid": "08460745-2387-4135-850a-b4d557043066",
      "name": "shift keyword"
    },
    {
      "uuid": "1802d48b-e309-4672-9387-9e47c52ef530",
      "name": "shift keyword #2"
    },
    {
      "uuid": "bda2d47b-3532-4f1c-93bc-690dd841f8d4",
      "name": "unassoc_shift_keyword"
    },
    {
      "uuid": "d48d3926-5d2c-4381-8ed5-9f673e99db47",
      "name": "unassoc_shift_keyword 2"
    },
    {
      "uuid": "155155fd-986c-4903-9dd4-9a2471b30f06",
      "name": "shift1"
    },
    {
      "uuid": "f33826aa-ee33-4c43-ae18-767fd9bcd36e",
      "name": "shift11 amended"
    },
    {
      "uuid": "a9c706e9-f6f8-4142-b3af-347a76f1c197",
      "name": "0.9 Shift"
    },
    {
      "uuid": "10e5651b-1b0c-45a5-9afd-e553c59c553e",
      "name": "Rails 4.0 Test"
    },
    {
      "uuid": "5298744a-4bef-4fd8-9ee4-32c4d9492f13",
      "name": "Boot S3 Shift"
    }
  ]
}