Interactions
JWT token obtained from /api/login/. Pass as: Authorization: Bearer
Interactions Type Filter
Number of items per page
Module name (e.g. contacts)
Cursor token for the next page
Sort by creation_time: asc (oldest first) or desc (newest first, default)
Reference ID
Serializer for listing interactions with pagination
interactionGET /api/interactions/info/?module_name=text&reference_id=text HTTP/1.1
Host: api.app.projetly.io
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{
"interaction_id": "text",
"content": "text",
"interaction_type": "interaction",
"is_pinned": true,
"is_resolved": true,
"is_private": true,
"visible_to_users": [
"text"
],
"reply_count": 1,
"mentions": [
{
"name": "text",
"date": "2026-01-01",
"is_repeat_annually": true
}
],
"reactions": [
{
"name": "text",
"date": "2026-01-01",
"is_repeat_annually": true
}
],
"formatted_creation_time": "text",
"user_details": "text",
"is_read": "text",
"attachment_files": "text",
"reply_interactions": "text",
"thread_level": 1,
"parent_interaction_id": "text",
"reactions_summary": "text",
"is_system_generated": true
}
]JWT token obtained from /api/login/. Pass as: Authorization: Bearer
Serializer for listing interactions with pagination
interactionPOST /api/interactions/info/ HTTP/1.1
Host: api.app.projetly.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 145
{
"module_id": 1,
"reference_id": "text",
"content": "text",
"interaction_type": "text",
"parent_interaction_id": "text",
"mentions": [],
"attachment_ids": []
}{
"interaction_id": "text",
"content": "text",
"interaction_type": "interaction",
"is_pinned": true,
"is_resolved": true,
"is_private": true,
"visible_to_users": [
"text"
],
"reply_count": 1,
"mentions": [
{
"name": "text",
"date": "2026-01-01",
"is_repeat_annually": true
}
],
"reactions": [
{
"name": "text",
"date": "2026-01-01",
"is_repeat_annually": true
}
],
"formatted_creation_time": "text",
"user_details": "text",
"is_read": "text",
"attachment_files": "text",
"reply_interactions": "text",
"thread_level": 1,
"parent_interaction_id": "text",
"reactions_summary": "text",
"is_system_generated": true
}JWT token obtained from /api/login/. Pass as: Authorization: Bearer
Serializer for listing interactions with pagination
interactionGET /api/interactions/info/{id}/ HTTP/1.1
Host: api.app.projetly.io
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"interaction_id": "text",
"content": "text",
"interaction_type": "interaction",
"is_pinned": true,
"is_resolved": true,
"is_private": true,
"visible_to_users": [
"text"
],
"reply_count": 1,
"mentions": [
{
"name": "text",
"date": "2026-01-01",
"is_repeat_annually": true
}
],
"reactions": [
{
"name": "text",
"date": "2026-01-01",
"is_repeat_annually": true
}
],
"formatted_creation_time": "text",
"user_details": "text",
"is_read": "text",
"attachment_files": "text",
"reply_interactions": "text",
"thread_level": 1,
"parent_interaction_id": "text",
"reactions_summary": "text",
"is_system_generated": true
}JWT token obtained from /api/login/. Pass as: Authorization: Bearer
Serializer for listing interactions with pagination
interactionSerializer for listing interactions with pagination
interactionPUT /api/interactions/info/{id}/ HTTP/1.1
Host: api.app.projetly.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 399
{
"interaction_id": "text",
"content": "text",
"interaction_type": "interaction",
"is_pinned": true,
"is_resolved": true,
"is_private": true,
"visible_to_users": [
"text"
],
"reply_count": 1,
"mentions": [
{
"name": "text",
"date": "2026-01-01",
"is_repeat_annually": true
}
],
"reactions": [
{
"name": "text",
"date": "2026-01-01",
"is_repeat_annually": true
}
],
"thread_level": 1,
"parent_interaction_id": "text",
"is_system_generated": true
}{
"interaction_id": "text",
"content": "text",
"interaction_type": "interaction",
"is_pinned": true,
"is_resolved": true,
"is_private": true,
"visible_to_users": [
"text"
],
"reply_count": 1,
"mentions": [
{
"name": "text",
"date": "2026-01-01",
"is_repeat_annually": true
}
],
"reactions": [
{
"name": "text",
"date": "2026-01-01",
"is_repeat_annually": true
}
],
"formatted_creation_time": "text",
"user_details": "text",
"is_read": "text",
"attachment_files": "text",
"reply_interactions": "text",
"thread_level": 1,
"parent_interaction_id": "text",
"reactions_summary": "text",
"is_system_generated": true
}JWT token obtained from /api/login/. Pass as: Authorization: Bearer
No response body
No content
DELETE /api/interactions/info/{id}/ HTTP/1.1
Host: api.app.projetly.io
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
No response body
No content
JWT token obtained from /api/login/. Pass as: Authorization: Bearer
Serializer for listing interactions with pagination
interactionSerializer for listing interactions with pagination
interactionPOST /api/interactions/info/add-reaction/ HTTP/1.1
Host: api.app.projetly.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 399
{
"interaction_id": "text",
"content": "text",
"interaction_type": "interaction",
"is_pinned": true,
"is_resolved": true,
"is_private": true,
"visible_to_users": [
"text"
],
"reply_count": 1,
"mentions": [
{
"name": "text",
"date": "2026-01-01",
"is_repeat_annually": true
}
],
"reactions": [
{
"name": "text",
"date": "2026-01-01",
"is_repeat_annually": true
}
],
"thread_level": 1,
"parent_interaction_id": "text",
"is_system_generated": true
}{
"interaction_id": "text",
"content": "text",
"interaction_type": "interaction",
"is_pinned": true,
"is_resolved": true,
"is_private": true,
"visible_to_users": [
"text"
],
"reply_count": 1,
"mentions": [
{
"name": "text",
"date": "2026-01-01",
"is_repeat_annually": true
}
],
"reactions": [
{
"name": "text",
"date": "2026-01-01",
"is_repeat_annually": true
}
],
"formatted_creation_time": "text",
"user_details": "text",
"is_read": "text",
"attachment_files": "text",
"reply_interactions": "text",
"thread_level": 1,
"parent_interaction_id": "text",
"reactions_summary": "text",
"is_system_generated": true
}JWT token obtained from /api/login/. Pass as: Authorization: Bearer
Serializer for listing interactions with pagination
interactionSerializer for listing interactions with pagination
interactionPOST /api/interactions/info/mark-read/ HTTP/1.1
Host: api.app.projetly.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 399
{
"interaction_id": "text",
"content": "text",
"interaction_type": "interaction",
"is_pinned": true,
"is_resolved": true,
"is_private": true,
"visible_to_users": [
"text"
],
"reply_count": 1,
"mentions": [
{
"name": "text",
"date": "2026-01-01",
"is_repeat_annually": true
}
],
"reactions": [
{
"name": "text",
"date": "2026-01-01",
"is_repeat_annually": true
}
],
"thread_level": 1,
"parent_interaction_id": "text",
"is_system_generated": true
}{
"interaction_id": "text",
"content": "text",
"interaction_type": "interaction",
"is_pinned": true,
"is_resolved": true,
"is_private": true,
"visible_to_users": [
"text"
],
"reply_count": 1,
"mentions": [
{
"name": "text",
"date": "2026-01-01",
"is_repeat_annually": true
}
],
"reactions": [
{
"name": "text",
"date": "2026-01-01",
"is_repeat_annually": true
}
],
"formatted_creation_time": "text",
"user_details": "text",
"is_read": "text",
"attachment_files": "text",
"reply_interactions": "text",
"thread_level": 1,
"parent_interaction_id": "text",
"reactions_summary": "text",
"is_system_generated": true
}JWT token obtained from /api/login/. Pass as: Authorization: Bearer
Serializer for listing interactions with pagination
interactionGET /api/interactions/info/summary/ HTTP/1.1
Host: api.app.projetly.io
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"interaction_id": "text",
"content": "text",
"interaction_type": "interaction",
"is_pinned": true,
"is_resolved": true,
"is_private": true,
"visible_to_users": [
"text"
],
"reply_count": 1,
"mentions": [
{
"name": "text",
"date": "2026-01-01",
"is_repeat_annually": true
}
],
"reactions": [
{
"name": "text",
"date": "2026-01-01",
"is_repeat_annually": true
}
],
"formatted_creation_time": "text",
"user_details": "text",
"is_read": "text",
"attachment_files": "text",
"reply_interactions": "text",
"thread_level": 1,
"parent_interaction_id": "text",
"reactions_summary": "text",
"is_system_generated": true
}JWT token obtained from /api/login/. Pass as: Authorization: Bearer
Serializer for listing interactions with pagination
interactionSerializer for listing interactions with pagination
interactionPOST /api/interactions/info/unread-counts/ HTTP/1.1
Host: api.app.projetly.io
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 399
{
"interaction_id": "text",
"content": "text",
"interaction_type": "interaction",
"is_pinned": true,
"is_resolved": true,
"is_private": true,
"visible_to_users": [
"text"
],
"reply_count": 1,
"mentions": [
{
"name": "text",
"date": "2026-01-01",
"is_repeat_annually": true
}
],
"reactions": [
{
"name": "text",
"date": "2026-01-01",
"is_repeat_annually": true
}
],
"thread_level": 1,
"parent_interaction_id": "text",
"is_system_generated": true
}{
"interaction_id": "text",
"content": "text",
"interaction_type": "interaction",
"is_pinned": true,
"is_resolved": true,
"is_private": true,
"visible_to_users": [
"text"
],
"reply_count": 1,
"mentions": [
{
"name": "text",
"date": "2026-01-01",
"is_repeat_annually": true
}
],
"reactions": [
{
"name": "text",
"date": "2026-01-01",
"is_repeat_annually": true
}
],
"formatted_creation_time": "text",
"user_details": "text",
"is_read": "text",
"attachment_files": "text",
"reply_interactions": "text",
"thread_level": 1,
"parent_interaction_id": "text",
"reactions_summary": "text",
"is_system_generated": true
}Last updated