Get Object's Activities

Prev Next
Get
/objects/{OBJECT_ID}/activities

This API returns the data of a specific Activity Type listed in the query param of a specific conversation (object). Use the ActivityType Enum listed above to receive the desired information.

(GET) /objects/OBJECT_ID/activities?activityType=X_from_Enum

Example: To see the remarks added to the conversation (activity type #1)
https://api.commbox.io/objects/56575395/activities?activityType=1

Security
HTTP
Type bearer

API key is needed to authorize requests. You can get your API key via the management console.
A Bearer Token is needed to be set in the Authorization header of every API call.
For additional support you can contact us.

Path parameters
OBJECT_ID
Required

Object Id is a CommBox generated number for the conversation.

Responses
200

Operation successful

Expand All
object
status
string
Example200
description
string
ExampleOperation successful
response_time
string
Example2024-10-30T10:45:41.6038344Z
data
Array of object
object
objectId
string

Conversation ID

Example383591
user
object
id
integer
Example536267
first_name
string
ExampleSam
last_name
string
ExampleAdams
identity
object
identityId
integer

Agent's ID

Example547219
thumbnailUrl
string
Example
type
integer

The activity type - see Enum

Example1
data
string

The content of activity recorded

Example{"text":"Sent a link to video Chat - not responded"}
createdTime
string

Activity creation time

Example2024-10-30T13:23:33
400

Bad Request - The request could not be understood by the server. Incoming parameters might not be valid

object
status
integer
Example400
description
string
ExampleBad Request
response_time
string (date-time)
401

Unauthorized - The supplied credentials, if any, are not sufficient to access the resource

object
status
integer
Example401
description
string
ExampleUnauthorized access
response_time
string (date-time)
404

Not Found - The requested resource is not found

object
status
integer
Example404
description
string
ExampleNot found
response_time
string (date-time)
429

Too Many Requests - Too many requests have been made in a short period of time (Throttling)

object
status
integer
Example429
description
string
ExampleToo Many Requests
response_time
string (date-time)
500

Internal Server Error - The server could not return the representation due to an internal server error

{
  "status": 500,
  "description": "Operation failed",
  "response_time": "2025-04-15T07:24:52.956Z"
}
object
status
integer
Example500
description
string
ExampleOperation failed
response_time
string (date-time)
501

Not Implemented - The requested operation is not supported