{ "page": { "size": <PAGESIZE>, "totalElements": <TOTALELEMENTS>, "totalPages": <TOTALPAGES>, "number": <PAGENUMBER> }, "_embedded": { "clients": [ { "id": <ID>, "uuid": "<UUID>", "name": "<NAME>", "rs3": <RS3>, "contact": { "address": "<ADDRESS1>", "address2": "<ADDRESS2>", "city": "<CITY>", "state": "<STATE>", "zip": <ZIP>, "phone": "<PHONE>" }, "expirationDate": "<EXPIRATIONDATE>", "notes": "<NOTES>", "description": "<DESCRIPTION>", "industry": "<INDUSTRY>", "disabled": <DISABLED>, "demoClient": <DEMOCLIENT>, "accountManagerId": <ACCOUNTMANAGERID> } ] }, "_links": { "self": { "href": "http://platform.risksense.com/api/v1/client?page=<PAGENUMBER>&size=<PAGESIZE>" } } }
Was this page helpful?