AlphaAlpha Docs

Get closing phase presets

Returns all option-closing phase presets for a type

GET
/types/{typeId}/closing-phase-presets
AuthorizationBearer <token>

In: header

Path Parameters

typeId*string

Response Body

application/json

application/json

application/json

application/json

application/json

curl -X GET "http://localhost:18080/api/v1/types/string/closing-phase-presets"
[
  {
    "description": "string",
    "id": "string",
    "name": "string",
    "optionCategories": [
      "string"
    ],
    "optionNames": [
      "string"
    ],
    "order": 0
  }
]
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}
{
  "detail": "string",
  "time": "2019-08-24T14:15:22Z",
  "title": "string"
}