curl --location '/deals?q=Alpha&state=323%2C287&responsible=1458%2C2531%2C1282&sort=-dealId%2Ctitle&fields=created%2Cupdated%2Ctitle&limit=100&offset=102' \
--header 'Authorization: Bearer JWT'{
"deals": [
{
"dealId": 123,
"name": "Alpha Company",
"summary": "Marketing analysis",
"contacts": [
{
"contactId": "8f0daf26-c9bb-40fa-b436-ffe3b89528eb",
"firstName": "John",
"lastName": "Smith",
"email": "test1@incomaker.com",
"phone": "+420 284681213"
},
{
"contactId": "abs2af26-d9ba-a0f1-4438-abe3b8952842",
"firstName": "Jane",
"lastName": "Smooth",
"email": "test2@incomaker.com",
"phone": "+420 603525125"
}
],
"userId": 1,
"stateId": 2,
"value": 10000,
"progress": 75,
"tags": [
"Test",
"Test2"
],
"fields": [
{
"name": "importance",
"value": "high"
},
{
"name": "urgency",
"value": "medium"
}
]
},
{
"dealId": 124,
"name": "Alpha Ltd",
"summary": "",
"contacts": [
{
"contactId": "8f0daf26-c9bb-40fa-b436-ffe3b89528eb",
"firstName": "John",
"lastName": "Smith",
"email": "test1@incomaker.com",
"phone": "+420 284681213"
}
],
"userId": 100,
"stateId": 1,
"value": 1000,
"progress": 50
}
],
"start": 21,
"count": 40,
"totalCount": 100,
"totalPages": 5,
"links": [
{
"href": "/offset=40&limit=60",
"rel": "next"
},
{
"href": "/offset=0&limit=20",
"rel": "previous"
}
]
}