AlphaAlpha Docs

Get option sales presets

Returns all option sales presets for a type

GET
/types/{typeId}/option-sales-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/option-sales-presets"
[
  {
    "choices": [
      {
        "code": "string",
        "option": "string"
      }
    ],
    "description": "string",
    "id": "string",
    "name": "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"
}