Skip to main content

Lists current assignment programs

GET 

/v3/assignmentprogram/current

This endpoint returns information on currently active assignment programs

Responses

Schema
    oneOf
    serverTime string

    Server time in Coordinated Universal Time (UTC)

    result string

    Possible values: [success]

    participants object[]
  • Array [
  • id number
    participant object
    contractType string
    contract stringnull
    maxSize double
    maxPosition double
    acceptLong boolean
    acceptShort boolean
    timeFrame string

    Possible values: [all, weekdays, weekends]

    enabled boolean
  • ]
Loading...