https://github.com/teamwork/teamwork-desk-api-request-body-examples
Request bodies are typically used with “create” and “update” operations (POST, PUT, PATCH). For example, when creating a resource using POST or PUT, the request body usually contains the representation of the resource to be created.
https://github.com/teamwork/teamwork-desk-api-request-body-examples
Last synced: 15 days ago
JSON representation
Request bodies are typically used with “create” and “update” operations (POST, PUT, PATCH). For example, when creating a resource using POST or PUT, the request body usually contains the representation of the resource to be created.
- Host: GitHub
- URL: https://github.com/teamwork/teamwork-desk-api-request-body-examples
- Owner: Teamwork
- License: mit
- Created: 2024-03-17T23:08:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-25T00:17:23.000Z (3 months ago)
- Last Synced: 2026-03-26T06:29:55.982Z (3 months ago)
- Language: JavaScript
- Size: 94.7 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Teamwork Desk API Request Body Examples
## Introduction
This repository aims to provide simple yet comprehensive collection of code examples to facilitate making POST, PUT and PATCH requests with the [Teamwork Desk API](https://apidocs.teamwork.com/docs/desk). This is a great place for you to get started building your own application on top of the Teamwork Desk platform.
## Contents
- [Languages](#languages)
## Languages
Here's a list of programming languages covered in this repository:
- JavaScript (Node.js)
- and more to be added...
## Table of contents
* [Post Requests](/postRequests)
* [Create a new ticket](/postRequests)
* [Reply to Ticket](/postRequests/replyToTicket)
## Request a code sample
Can't find a suitable code sample! We value your input and believe that your ideas will help us improve our collection of samples for Teamwork Desk API requests. Please email api@teamwork.com with a description of what you would like to see.
## License
This repository is licensed under the [MIT License](LICENSE), allowing you to freely use, modify, and distribute the content within.