List contacts

GET {{baseUrl}}/buyers/:buyerId/contacts?page=&pageSize=10

Request Params

KeyDatatypeRequiredDescription
pagenullThe number of items to skip before starting to collect the result set
pageSizenumberThe numbers of items to return.

RESPONSES

status: OK

{"totalRecords":2,"page":"0","pageSize":10,"isNumberPagination":true,"pageCount":2,"items":[{"id":-95883428,"firstName":"ut officia Lorem","lastName":"in ","default":true,"contactItems":[{"contactTypeId":-34752505,"contactType":"id","value":"ea non do laboris in"},{"contactTypeId":-16563744,"contactType":"laborum Duis nisi culpa anim","value":"cillum commodo sed laboris"}]},{"id":-4679945,"firstName":"ullamco","lastName":"Ut enim","default":false,"contactItems":[{"contactTypeId":41392236,"contactType":"Excepteur qui","value":"in occaecat"},{"contactTypeId":81188294,"contactType":"cillum id sit","value":"eu irure proident"}]}]}