Returns a paginated list of Service Offerings.
Security
ApiKey
- Mock serverhttps://developer.getparallax.com/_mock/api-documentation/swagger/v1/service-offerings
- Production Serverhttps://api.getparallax.com/v1/service-offerings
curl -i -X GET \
'https://developer.getparallax.com/_mock/api-documentation/swagger/v1/service-offerings?page=0&page_size=0' \
-H 'X-API-KEY: YOUR_API_KEY_HERE'OK
The array of result objects for the current page.
Response
{ "count": 0, "total": 0, "page": 0, "total_pages": 0, "page_size": 0, "results": [ { … } ] }