List Responses
A List Response contains the common properties associated with lists returned from the GunBroker.com REST API. A List Response may also contain
Links if applicable.
Output
Field |
Data Type |
Description |
Count |
integer |
The total count for the results. |
PageIndex |
integer |
The current page index for the results. |
PageSize |
int |
The current page size for the results. |
Results |
array |
An array of objects for the results for the list. |
Links
Rel |
Description |
Condition |
next |
The next page |
Only if the next page is available |
previous |
The previous page |
Only if the previous page is available |