Appearance
GET/api/v1/formats
ReturnsResponseListFormatView
Response examples
200OK
{
"statusCode": 0,
"statusMessage": "string",
"data": [
{
"id": 0,
"slug": "string",
"name": "string",
"requiredLevelSortOrder": 0
}
],
"errors": [
{
"code": "string",
"message": "string",
"field": "string"
}
]
}