Returns all defined LeadOppties
Request Code Samples
curl --location --globoff '/entities/LeadOppties?include-deleted=&first=&last=&before=&after=&expand=expand%3Downer%2Csales_unit%2Caccount_relations.account&order-by=order-by%3Dcreated%2C-modified&filter=[object%20Object]&filter-op=[object%20Object]&load-only=load-only%3Did%2Cname%2Cowner.id'
Responses
{
"success": true,
"data": [
{
"is_delete_protected": false,
"id": "01234567-abcd-dcba-ffff-000000000000"
}
],
"page_info": {
"start_cursor": "WyIwMSIsICJiMmYwODI0Ni1iYWE5LTQyY2QtYmM3Yi04YmM4MjY3M2E2NTgiXQ==",
"end_cursor": "WyIwNSIsICJmMjZhZjZiMC00ZWE4LTQ3MDgtODU2NC0wN2JmYzI4ZGQ5ZTgiXQ==",
"has_previous_page": true,
"has_next_page": true
}
}
Modified at 2026-07-01 14:10:40