REST Responses
All REST responses have the following basic JSON structure:
{
"status": "success" ||
"object-specific error" ||
"not found error" ...
"payload": null || <resource specific>
}All REST responses have the following basic JSON structure:
{
"status": "success" ||
"object-specific error" ||
"not found error" ...
"payload": null || <resource specific>
}