List FavoriteList
GET/v1/favoritelists
List FavoriteList
Request
Query Parameters
Pagination page number
Pagination offset number
Favorite List name
Favorite List is default
Favorite List company ID
Favorite List contact ID
Favorite List customer ID
List of product ids
List of cluster ids
Responses
- 200
- 400
- 403
- 500
Paginated list of FavoriteList
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
items
object[]
required
List of items of type FavoriteListDto
Possible values: <= 64 characters
Favorite List name
Favorite List company ID
Favorite List contact ID
Favorite List customer ID
Favorite List product IDs list
Favorite List cluster IDs list
Default Favorite List
Favorite List slug
Favorite List date created
Favorite List date modified
Favorite List identifier
Total number of items found
Possible values: >= 1
Default value: 12
The amount of items to show per page
Possible values: >= 1
Default value: 1
The current page
Possible values: >= 1
Total amount of pages
Possible values: >= 1
Start position of the current page
Possible values: >= 1
End position of the current page
{
"items": [
{
"name": "MyFavoriteList",
"companyId": 1111,
"contactId": 1111,
"customerId": 1111,
"productIds": [
1111,
2222,
3333
],
"clusterIds": [
1111,
2222,
3333
],
"isDefault": true,
"slug": "my-favorite-list-slug",
"createdAt": "2022-01-01T00:00:00.000Z",
"updatedAt": "2022-01-01T00:00:00.000Z",
"id": "64e896addf2137b255101f49"
}
],
"itemsFound": 12,
"offset": 12,
"page": 4,
"pages": 1,
"start": 1,
"end": 12
}
Bad request
Forbidden.
Unknown get FavoriteList error