...
To retrieve products, consumers are required to send an HTTP GET request to the /api/ipn/products endpoint. This endpoint requires the security token, obtained during the Authentication process on the API, as an integral component of the JSON payload within the body of the request. Additionally, should there be a necessity to filter products by professions, an optional attribute, professionId, can be included as part of the JSON payloada HTTP GET parameter.
Action name | get products |
---|---|
HTTP path | /api/ipn/products |
HTTP method | GET |
...
HTTP Request Header | |||
---|---|---|---|
Authorization | string | required | A security token provided from Authentication endpoint. |
JSON BodyHTTP GET parameter | |||
professionId | int | optional | An attribute used to filter out all products for particular profession. |
...
HTTP Request without profession filter | ||
| ||
HTTP Request with profession filter | ||
| ||
Successful HTTP Response | ||
| ||
Failed HTTP Response | ||
|