Core
API v2.x
2

Response #

The Response Payload is a standardized response sent by Kuzzle in JSON format.

PropertyTypeDescription
controllerstringAPI controller name
actionstringAPI action name
indexstringIndex name
collectionstringCollection name
_idstringDocument unique identifier
errorErrorPayloadAPI error
nodestringUnique identifier of the node who processed the request
resultanyAPI action result
statusnumberHTTP status code
requestIdstringKuzzleRequest unique identifier
volatileobjectKuzzleRequest volatile data
roomstringRoom unique identifier

See also the ResponsePayload framework type.