GET /hr_api/v1/shift_keywords/:uuid

Return details of an existing Shift Keyword

Params

Property Required Details Location

uuid

Must be a String

URL

Examples

GET /hr_api/v1/shift_keywords/:uuid
200
{
  "shift_keyword": {
    "uuid": "08460745-2387-4135-850a-b4d557043066",
    "name": "shift keyword",
    "hours": null,
    "start_time": null,
    "end_time": null,
    "pay_type_hours": "shift keyword",
    "comments": null,
    "title": "shift keyword",
    "is_keyword": true,
    "sort": null,
    "category_status": "active"
  }
}