...
This section provides informations about api call. First is type of api call. All api calls in Odds&More documentation are POST. Behind slash sign is the name of api call. Each api is properly named regarding its function. Behind name is short description of api call.
This line points to parameters. All parameters are stored in body request below so here will always be “No parameters”.
Request body is always application/json.
Here you can choose if you want to test api for single or multiple items if needed.
Here you can switch between “Example value” which shows example of api call, and “Schema” which reveals parameters and their descriptions.
“Try it out” button gives you ability to test api call. When clicked, buton “Execute” will appear on the bottom
This is the body of api call. “Format_2” = “1” and “params” are constant in any api call and are needed for execution. Inside brackets are values of parameters. Informations about parameters are located on section called “Schema” which is mentioned above. Here you can enter desired values for parameters.
This sections displays possible responses.
When clicked on “Try it out button” out” button you can change api parameters and then test api by click “Execute” button.
...