Skip to main content
GET
/
events
/
{id}
/
shifts
Get Event Shifts
curl --request GET \
  --url https://api.roostedhr.com/api/1_12/events/{id}/shifts \
  --header 'X-API-KEY: <api-key>'
[
  {
    "id": "<string>",
    "event_id": "<string>",
    "custom_name": "<string>",
    "start_time": "<string>",
    "end_time": "<string>",
    "skillsets": [
      {
        "id": 123,
        "name": "<string>"
      }
    ],
    "quantity": 123,
    "filled": 123,
    "alternate_quantity": 123,
    "alternate_filled": 123,
    "comments": "<string>"
  }
]

Documentation Index

Fetch the complete documentation index at: https://docs.roostedhr.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-KEY
string
header
required

Path Parameters

id
string
required

Event ID

Response

OK

id
string
event_id
string
custom_name
string
start_time
string
end_time
string
skillsets
object[]
quantity
integer
filled
integer
alternate_quantity
integer
alternate_filled
integer
comments
string