Activities
List activities
Activities
Activities
List activities
GET
/
v1
/
activities
curl --request GET \
--url https://api.useconquest.com/v1/activities \
--header 'Authorization: Bearer <token>'
{
"page": 1,
"page_size": 10,
"total_activities": 1235,
"activities": [
{
"id": "cm5fkwwup0006dntb34yzw7dd",
"external_id": "ext_123",
"title": "Activity Title",
"message": "This is an activity message",
"thread_id": "thread_123",
"reply_to": "cm5fkwwup0006dntb34yzw7dd",
"react_to": "cm5fkwwup0006dntb34yzw7dd",
"invite_to": "cm5fkwwup0006dntb34yzw7dd",
"activity_type_id": "cm5fkwwup0006dntb34yzw7dd",
"channel_id": "cm5fkwwup0006dntb34yzw7dd",
"event_id": "cm5fkwwup0006dntb34yzw7dd",
"member_id": "cm5fkwwup0006dntb34yzw7dd",
"workspace_id": "cm5fkwwup0006dntb34yzw7dd",
"created_at": "2025-01-01T00:00:00Z",
"updated_at": "2025-01-01T00:00:00Z"
}
]
}
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
The page number to return
The number of results to return per page
Response
200
application/json
Successful response
Example:
1
Example:
10
Example:
1235
Example:
"cm5fkwwup0006dntb34yzw7dd"
Example:
"ext_123"
Example:
"Activity Title"
Example:
"This is an activity message"
Example:
"thread_123"
Example:
"cm5fkwwup0006dntb34yzw7dd"
Example:
"cm5fkwwup0006dntb34yzw7dd"
Example:
"cm5fkwwup0006dntb34yzw7dd"
Example:
"cm5fkwwup0006dntb34yzw7dd"
Example:
"cm5fkwwup0006dntb34yzw7dd"
Example:
"cm5fkwwup0006dntb34yzw7dd"
Example:
"cm5fkwwup0006dntb34yzw7dd"
Example:
"cm5fkwwup0006dntb34yzw7dd"
Example:
"2025-01-01T00:00:00Z"
Example:
"2025-01-01T00:00:00Z"
curl --request GET \
--url https://api.useconquest.com/v1/activities \
--header 'Authorization: Bearer <token>'
{
"page": 1,
"page_size": 10,
"total_activities": 1235,
"activities": [
{
"id": "cm5fkwwup0006dntb34yzw7dd",
"external_id": "ext_123",
"title": "Activity Title",
"message": "This is an activity message",
"thread_id": "thread_123",
"reply_to": "cm5fkwwup0006dntb34yzw7dd",
"react_to": "cm5fkwwup0006dntb34yzw7dd",
"invite_to": "cm5fkwwup0006dntb34yzw7dd",
"activity_type_id": "cm5fkwwup0006dntb34yzw7dd",
"channel_id": "cm5fkwwup0006dntb34yzw7dd",
"event_id": "cm5fkwwup0006dntb34yzw7dd",
"member_id": "cm5fkwwup0006dntb34yzw7dd",
"workspace_id": "cm5fkwwup0006dntb34yzw7dd",
"created_at": "2025-01-01T00:00:00Z",
"updated_at": "2025-01-01T00:00:00Z"
}
]
}