Skip to content

Instantly share code, notes, and snippets.

@PenzK
Created October 26, 2016 15:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PenzK/8731e94cbe71a6942abbebab4068659c to your computer and use it in GitHub Desktop.
Save PenzK/8731e94cbe71a6942abbebab4068659c to your computer and use it in GitHub Desktop.
Successeful list response
{
"limit": 20,
"offset": 0,
"total": 40,
"result": [
{
"id": 37,
"name": "Test"
}
]
}
===========================
Successeful response
{
"result" : {
"id": 37,
"name": "Test"
}
}
===========================
Error response
{
"code": 2000,
"message": "You don't have permission to perform this request",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment