get https://enterprise-li-api.labelinsight.com/api/v2//data
Response
Field | Type | Description |
---|---|---|
content | List | A list of products. |
cursor | String | The value of the current cursor supplied. |
nextCursor | String | The value of the cursor to supply as a query parameter to fetch the next page. |
last | Boolean | (Deprecated) Indicates if iteration over the list of products is complete if page is also provided. |
first | Boolean | DEPRECATED Indicates if this is the first "page" if the page is also provided. |
size | Integer | Number of products requested. |
numberOfElements | Integer | Number of products returned in this response. |
totalPages | Integer | Total number of pages. |
totalElements | Integer | Total number of products. |