You are viewing the documentation for Blueriq 17. Documentation for other versions is available in our documentation directory.
Web service call
Null values
When a response to a REST JSON call contains properties with null values these properties will be handled as non-existent properties. This means that null values are only accepted for properties that are specified as non-required in the response domain schema. Non-required properties on request domain schemas are not present in the actual request that the web service call creates.
Blueriq as a Service
HTTP status codes
When working with Blueriq as a Service (Baas) there are several status HTTP status codes that can be expected in the response.
Response code | Description |
---|---|
200 | OK |
400 | The request could not be deserialized. |
401 | A non-accessible flow is requested. |
404 | |
406 | The request contains an Accept header for an unsupported MIME type. |
500 | An unexpected exception occured while handling the request. |
Overview
Content Tools