Главная
Демо-тур
Цены и регистрация
Блог
О нас
/
Comindwork API
/
Blog Messages
Blog Messages
Обзор Comindwork
Списки дел
События
Документы
Файлы
Отслеживание времени
Диаграмма Гантта
Бизнес-процессы / Настраиваемые процессы
Безопасность / SSL
Другие функции
Comindwork API
Overview
Projects
People
Companies
Tags (Categories)
Blog Messages
Comments
Todo Lists
Todo List Items
Milestones
Time Entries
We use term "Blog" for messages inside the project.
RETRIEVE
Get All Messages
GET /projects/{project_id}/posts.xml
Get All Messages / Summary (archived view)
GET /projects/{project_id}/posts/archive.xml
GET|POST /projects/{project_id}/msg/archive
Get All Messages by Tag (Category)
GET /projects/{project_id}/cat/{category_id}/posts.xml
GET|POST /projects/{project_id}/msg/cat/{category_id}/archive
Get All Messages by Tag (Category) / Summary (archived view)
GET /projects/#{project_id}/cat/#{category_id}/posts/archive.xml
Get One Message
GET /posts/{message_id}.xml
GET /posts/{message_id}
GET|POST /msg/get/{message_id}
only 1 message ID is supported
CREATE
POST /projects/{project_id}/posts.xml
POST /projects/{project_id}/msg/create
UPDATE
PUT /posts/{message_id}.xml
POST /msg/update/{message_id}
DELETE
DELETE /posts/{message_id}.xml
GET /msg/delete/{message_id}
HELPERS
GET /posts/{message_id}/edit.xml
GET /projects/{project_id}/posts/new.xml