docs
Hasura Platform
Getting started
Installing the Hasura CLI
The complete tutorial
GraphQL tutorial
Hasura project
Hasura cluster
Project microservices
API Console
Auth
Data (GraphQL/JSON APIs)
Filestore
Notify (Sending emails/SMS)
Postgres
API gateway
Hasura Hub
Hasura CLI reference
Hasura API reference
Auth API
Data API
Endpoints
Query types
Response structure
Error Codes
Filestore API
Notify API
Guides
Installing Hasura on a Kubernetes Cluster
Hasura architecture
Billing for Hasura
Moving to v0.16 from v0.15
Moving to v0.15 from older versions
DOCS vx.y
Support
Data API Response structure
ΒΆ
Status code
Description
Response structure
200
Success
Request
specific
400
Bad request
{
"path"
:
String
,
"error"
:
String
}
401
Unauthorized
{
"error"
:
String
}
500
Internal server error
{
"error"
:
String
}
«
previous
|
next
»
Was this page helpful?
Submit
Thank you for your feedback!
<%= totalResults %> result<%= totalResults > 1 ? 's' : '' %> for
'<%= _.escape(searchString) %>'
powered by
<% if ( objs.length > 0 ) { %>
<% _.each(objs, function(obj, index ) { %>
<%= obj.title %>
<%= obj.description.length > 200 ? obj.description.slice(0, 200 ) + ' ...' : obj.description %>
<% }); %>
<% } else { %>
Sorry! we cannot find what you are searching for!
<% } %>
Support