v1

latestOpenAPI 3.0.02026-08-061280285.2 KB
Other 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_idsarrayTrue

Sample Payload

{
  "activity_ids": [1, 2, 3]
}
post/api/external/activity-fetch

Headers

RF-Api-Keystring

Request body

activity_idsinteger[]

list of activity ids whose details are to be fetched.

Example request

{
  "activity_ids": [
    1,
    2,
    3
  ]
}

Response

Auto generated using Swagger Inspector

All 128 operations