-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Description
App
Teamwork
https://apidocs.teamwork.com/
Sources
- ticket.created
- ticket.updated
- ticket.closed
- ticket.reopened
- ticket.comment.added
- ticket.assigned
- ticket.status.changed
- user.created
- user.updated
- standard_reply.created
- standard_reply.updated
- knowledge_article.created
- knowledge_article.updated
Actions
-
Get tickets → /tickets.json
-
Get ticket by ID → /tickets/{ticket_id}.json
-
Create ticket → /tickets.json
-
Update ticket → /tickets/{ticket_id}.json
-
Close ticket → /tickets/{ticket_id}/close.json
-
Reopen ticket → /tickets/{ticket_id}/reopen.json
-
Add comment to ticket → /tickets/{ticket_id}/comments.json
-
Get comments for ticket → /tickets/{ticket_id}/comments.json
-
Assign ticket → /tickets/{ticket_id}/assign.json
-
Change ticket status → /tickets/{ticket_id}/status.json
-
Get users → /people.json
-
Get user by ID → /people/{user_id}.json
-
Create user → /people.json
-
Update user → /people/{user_id}.json
-
Get standard replies → /standardreplies.json
-
Create standard reply → /standardreplies.json
-
Update standard reply → /standardreplies/{id}.json
-
Delete standard reply → /standardreplies/{id}.json
-
Get knowledge base articles → /knowledgebase/articles.json
-
Get article by ID → /knowledgebase/articles/{article_id}.json
-
Create knowledge base article → /knowledgebase/articles.json
-
Update knowledge base article → /knowledgebase/articles/{article_id}.json
-
Delete knowledge base article → /knowledgebase/articles/{article_id}.json
Metadata
Metadata
Assignees
Labels
Type
Projects
Status