For requests or help with our API
-
studiofellow
- Posts: 7
- Joined: Tue Feb 27, 2024 9:29 am
-
Contact:
Post
by studiofellow » Thu Oct 31, 2024 2:56 pm
Follow up on
my previous thread about the Tasks API. Thanks again for adding PUT capability!
Use Case: my client's goal is to sync OpenDental Tasks & TaskNotes that clinical staff use with an external ticketing system for remote support staff.
We'd like to request some new features for the Tasks API:
- Tasks PUT: ability to add a new TaskNote when updating a Task
- Tasks GET: ability to get just 1 Task by specifying TaskNum, and include all its TaskNotes in the response
- Tasks GET: when getting a list of Tasks, include their TaskNotes in the response
Is there any chance of getting these added? Thanks so much!

-
justine
- Posts: 286
- Joined: Tue Dec 28, 2021 7:59 am
Post
by justine » Fri Nov 01, 2024 3:46 pm
studiofellow wrote: ↑Thu Oct 31, 2024 2:56 pm
Follow up on
my previous thread about the Tasks API. Thanks again for adding PUT capability!
Use Case: my client's goal is to sync OpenDental Tasks & TaskNotes that clinical staff use with an external ticketing system for remote support staff.
We'd like to request some new features for the Tasks API:
- Tasks PUT: ability to add a new TaskNote when updating a Task
- Tasks GET: ability to get just 1 Task by specifying TaskNum, and include all its TaskNotes in the response
- Tasks GET: when getting a list of Tasks, include their TaskNotes in the response
Is there any chance of getting these added? Thanks so much!
Hello studiofellow,
- This wouldn't be a Tasks PUT, this would be a TaskNotes POST.
- We can add the ability to GET a single Task by TaskNum. However, we will not include associated TaskNotes in the response.
- No. Tasks GET returns Tasks, not TaskNotes.
Added to the API development list:
- GET a single Task by PK.
- TaskNotes GET, optionally filtered by task.TaskNum.
- TaskNotes POST, task.TaskNum and userod.UserNum required.
- TaskNotes PUT.
Thanks!
-
studiofellow
- Posts: 7
- Joined: Tue Feb 27, 2024 9:29 am
-
Contact:
Post
by studiofellow » Fri Nov 01, 2024 4:23 pm
Thanks, really appreciate your receptiveness to feature requests! We can absolutely make that work. Looking forward to it!
-
RyanH
- Posts: 24
- Joined: Thu Dec 19, 2024 8:33 am
Post
by RyanH » Fri Jan 10, 2025 10:34 am
The feature request for Tasks GET Single is complete and is available in version 24.4.13
See
Tasks GET for more information.
Thanks!
-
JTS
- Posts: 48
- Joined: Thu Aug 18, 2022 12:56 pm
Post
by JTS » Mon Mar 03, 2025 8:57 am
Good morning, we have completed the TaskNotes feature requests.
Starting in version 24.4.22, a new TaskNotes resource is available for use. This includes a GET (single/multiple), a PUT, and a POST. For more information, please see
https://www.opendental.com/site/apitasknotes.html
-
studiofellow
- Posts: 7
- Joined: Tue Feb 27, 2024 9:29 am
-
Contact:
Post
by studiofellow » Thu Mar 06, 2025 11:49 am
Wonderful, thank you all for getting this added!