Skip to main content
GET
/
integrations
/
v1
/
activities
/
{id}
Error
A valid request URL is required to generate request examples
{
  "success": true,
  "data": {
    "id": "<string>",
    "tenantId": "<string>",
    "relatedToType": "account",
    "relatedToId": "<string>",
    "ownerId": "<string>",
    "type": "call",
    "subject": "<string>",
    "activityDate": "2023-11-07T05:31:56Z",
    "createdAt": "2023-11-07T05:31:56Z",
    "updatedAt": "2023-11-07T05:31:56Z",
    "ownerName": "<string>",
    "description": "<string>",
    "relatedEntityName": "<string>"
  }
}
Requiere header x-api-key, tenantId y opportunityId en query.

Path Parameters

id
string
required
Minimum string length: 1

Query Parameters

tenantId
string
required
Minimum string length: 1
opportunityId
string
required
Minimum string length: 1

Response

Default Response

success
boolean
required
data
Activity · object
required