Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 6.64 KB

File metadata and controls

12 lines (8 loc) · 6.64 KB

ListCustomersResponseBody

A list of customer objects.

Fields

Field Type Required Description Example
count long ✔️ The number of items in this result set. If more items are available, a _links.next URL will be present in the result
as well.

The maximum number of items per result set is controlled by the limit property provided in the request. The default
limit is 50 items.
5
embedded ListCustomersEmbedded ✔️ N/A
links ListLinks ✔️ Links to help navigate through the lists of items. Every URL object will contain an href and a type field.