All responses will have the form
{
"data": "Array holding the content of the response",
"message": "Description of what happened"
}
Subsequent response definitions will only detail the expected value of the data fields
** Definition **
GET
** Response **
200 OK
on success
[
{
"fieldName": "fieldValue"
},
{
"fieldName": "fieldValue"
},
{
"fieldName": "fieldValue"
},
]
** Definition **
POST
** Response **
200 OK
on success
[
{
"fieldName": "fieldValue"
}
]