Understanding what just happened
The URL
The Headers
The Request Body
{
"pagination": {
"page_offset": 1, // Start with the first page
"page_size": 5, // Return 5 opportunities per page
"sort_order": [ // Sort by opportunity ID, newest first
{
"order_by": "opportunity_id",
"sort_direction": "descending"
}
]
}
}The Response
Last updated
Was this helpful?