v1
latestOpenAPI 3.1.02026-08-061,5107704.5 MBLead & Opportunity
OpptyRecurrences.get
Returns OpptyRecurrence with given id
get/entities/OpptyRecurrences/{id}
Path parameters
idstring uuid required
ID of OpptyRecurrence to retrieve
Response
OpptyRecurrence data
Example response
{
"success": true,
"data": {
"id": "01234567-abcd-dcba-ffff-000000000000",
"modified": "2019-01-01T00:00:00",
"created": "2019-01-01T00:00:00",
"day": 1,
"end_date": "2019-01-01",
"month": 1,
"occur_every": 1,
"occurrences_count": 1,
"oppty_id": "01234567-abcd-dcba-ffff-000000000000",
"start_date": "2019-01-01",
"step_id": "01234567-abcd-dcba-ffff-000000000000",
"week": -1,
"revision": 1
}
}