Get Results Styles

GET /result_styles

Get Result Style List

Responses

  • 200 application/json

    OK

    Hide response attributes Show response attributes object
    • success integer
    • user integer
    • response array[object]
      Hide response attributes Show response attributes object
      • id integer
      • name string
GET /result_styles
curl \
 --request GET 'https://app.decorai.io/api/result_styles'
Response examples (200)
{
  "success": 42,
  "user": 42,
  "response": [
    {
      "id": 42,
      "name": "string"
    }
  ]
}