curl --location --request GET '/entities/LeadProcesses/'
{
"success": true,
"data": {
"is_delete_protected": false,
"id": "01234567-abcd-dcba-ffff-000000000000",
"is_deleted": false,
"modified": "2019-01-01T00:00:00",
"created": "2019-01-01T00:00:00",
"color": 1,
"name": "string",
"revision": 1,
"steps": [
{
"description": "string",
"has_readonly_form": false,
"has_version_increment": false,
"lead_process_id": "01234567-abcd-dcba-ffff-000000000000",
"name": "string",
"percent": 1,
"quote_process_id": "01234567-abcd-dcba-ffff-000000000000",
"sort_order": 1,
"timeframe": 1,
"revision": 1,
"documents": [
{
"id": "http://example.com"
}
],
"step_checklists": [
{
"id": "http://example.com"
}
],
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
],
"lead_types": [
"http://example.com"
]
}
}