Examples of using Method response in English and their translations into French
{-}
-
Colloquial
-
Official
You do not configure the method response or integration response at all.
An API method response is an HTTP response of a given status code.
For example, the following 200 method response shows an example of pass-through of a successful integration response as-is.
In principle, you can define a method response corresponding to a specific response from the backend.
you must set up at least one method response for non-proxy integrations.
An API method response encapsulates the output of an API method request that the client will receive.
To set up a method response, you must have created the method request.
To set up a method response status code, set the statusCode property to an HTTP status code.
Method response parameters define which headers the client receives in response to the associated method request.
A method response model defines a format of the method response body.
Setting up a method response model is necessary when you generate a strongly typed SDK for the API.
payload mappings from the integration response to the method response.
Specifies a mapping template to transform the integration response body to the method response body for a given MIME type.
Selection regular expression used to match the integration response to the method response.
Next, we model the data structure of the method response payload after the Result schema.
integration response body properties, to the method response body.
you must also set up at least a method response of the 200 status code.
Similarly, the backend may return an integration response payload different from the method response payload, as expected by the frontend.
translate integration response bodies to the method response bodies.
However, you must configure your API to enable compression of the method response payload.