v1
latestOpenAPI 3.0.02026-08-061280285.2 KBOther APIs
Get list of activities by ids. This does not include notes, call, email and calender activities.
The below table describes the required input
| <h3>Params</h3> | <h3>Data Type</h3> | <h3>Required</h3> |
|---|---|---|
| activity_ids | array | True |
Sample Payload
{
"activity_ids": [1, 2, 3]
}
post/api/external/activity-fetch
Headers
RF-Api-Keystring
Request body
Example request
{
"activity_ids": [
1,
2,
3
]
}Response
Auto generated using Swagger Inspector