cURL
curl --request GET \ --url https://api.example.com/view-specific/{customerId}/relations
{ "data": [ { "id": "<string>", "userId": "<string>", "resourceId": "<string>", "relationType": "<string>", "email": "<string>" } ], "pageInfo": { "first": true, "last": true }, "totalCount": 123, "currentPage": 123, "totalPages": 123 }
the page info
Show child attributes
the sort options
the list of items in the page
the total number of items
the current page
the total number of pages
Was this page helpful?