Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.67 KB

index.md

File metadata and controls

30 lines (24 loc) · 1.67 KB
code type title description order
false
page
Request | API | Core
Request payload reference
100

Request

The Request payload is a standardized request sent to Kuzzle in JSON format.

That's the standard format expected for protocols other than HTTP.

With the HTTP protocol, users can send a Request payload to the JSON Query Endpoint.

The following properties are the most common but any property can be added to a Request

Property Type Description
controller string API controller name
action string API action name
index string Index name
collection string Collection name
_id string Document unique identifier
jwt string Authentication token
body object Request body
requestId string Request unique identifier
volatile object Request volatile data

See also the RequestPayload framework type.