Get shift completions
GET/api/v1/shifts/:shiftId/completions
Get shift completions.
Request
Path Parameters
shiftId stringrequired
Responses
- 200
 - 4XX
 - 5XX
 
- application/json
 
- Schema
 - Example (from schema)
 
Schema
- Array [
 - ]
 
data object[]required
id stringrequired
type stringrequired
{
  "data": [
    {
      "id": "string",
      "type": "string"
    }
  ]
}
- application/json
 
- Schema
 - Example (from schema)
 
Schema
- Array [
 - ]
 
errors object[]required
code stringrequired
id stringrequired
status stringrequired
title stringrequired
{
  "errors": [
    {
      "code": "string",
      "id": "string",
      "status": "string",
      "title": "string"
    }
  ]
}
- application/json
 
- Schema
 - Example (from schema)
 
Schema
- Array [
 - ]
 
errors object[]required
code stringrequired
id stringrequired
status stringrequired
title stringrequired
{
  "errors": [
    {
      "code": "string",
      "id": "string",
      "status": "string",
      "title": "string"
    }
  ]
}
Loading...