Questions
Categories View All Categories
General QuestionsAPI Clear Tag Filter
Department API endpoint
I'm not finding in the API endpoint documentation that its possible to update a users list of Account Departments. Only the default department. Is that accurate or am i missing a way to do that for individual users.
1 Answer
Bill Harlan
Last activity on 10/17/2024 9:19:55 AM by Mark Sayers
Gets the ticket contacts API call returns nothing?
I can get a ticket via API, and see the Notify property returned with the following:
Notify : {@{ItemRole=Responsible, Requestor, Creator; Name=Tamara Buch; Initials=; Value=buch1@illinois.edu; RefValue=0; ProfileImageFile...
Notify : {@{ItemRole=Responsible, Requestor, Creator; Name=Tamara Buch; Initials=; Value=buch1@illinois.edu; RefValue=0; ProfileImageFile...
1 Answer
Tamara Buch
Last activity on 9/18/2024 2:03:40 PM by Mark Sayers
API JSON?
Would TeamDynamix be willing to share the .json file for the API spec? I would like to create a powershell module for the ticketing API, but it would be much easier to generate it from the json.
1 Answer
Tamara Buch
Last activity on 9/17/2024 2:21:54 PM by Mark Sayers
Update Portfolio and/or Program on Project via API
Is possible to update the Portfolio or Program associated with a project using the API? I don't see this in the Project API documentation, but wasn't sure I was just missing it or it is in a different API.
1 Answer
Corrine Knox
Last activity on 8/2/2024 4:04:39 PM by Brittany Renn
Web service method editing custom attribute
I'm trying to use a web service method to edit a responsible group automatically, and can get it to do that, but since custom attributes were not declared in the method, they are getting nulled. In the API documentation it isn't quite clear how t...
1 Answer
Derek Hickman
Last activity on 7/3/2024 3:55:12 PM by Mark Sayers
API endpoint for Service Offerings?
I found information on retrieving information on a specific service offering, but I don't see a way to retrieve what service offerings exist under a particular service. There's an endpoint for creating one and and endpoint for deleting one, but n...
1 Answer
Robert Rust
Last activity on 6/6/2024 12:31:15 PM by Mark Sayers
Pulling information on Child tickets from an existing Parent through API/IpaaS
I'm trying to build a workflow in IpaaS that involves a step where it checks a parent ticket, then determines the current status of the child tickets attached to it. However, this doesn't seem to be inherently possible. When pulling the ticket JS...
1 Answer
Chance Binder
Last activity on 7/22/2024 4:53:58 PM by Mark Sayers
API section in the GUI
Would there be an API section in the GUI where one can setup the calls in and out or is it all back end scripting?
1 Answer
Matthew Thompson
Last activity on 5/8/2024 11:59:38 AM by Mark Sayers
API Body if/then/else
Are we able to use if/then/else in the Body of a web service method? I have a use case that I would like to use if/then/else to then do different updates on a ticket. I could create multiple methods, but would prefer to keep it in one if possib...
1 Answer
Eric Haffey
Last activity on 5/6/2024 1:53:48 PM by Mark Sayers
Traversing the Asset Tree
I'm looking into the possibility of using the WebAPI to traverse an Asset's relationship tree, specifically between itself and other assets
Based on my research, it is not possible to see or edit relationships between assets using the WebAPI....
Based on my research, it is not possible to see or edit relationships between assets using the WebAPI....
1 Answer
Harrison Fleisher
Last activity on 4/8/2024 4:41:59 PM by Mark Sayers
Update room details using API
I'm attempting to use the API endpoint https://solutions.teamdynamix.com/TDWebApi/api/locations/{id}/rooms/{roomId} to update a room. I am using Python for this request. Here's the relevant parts of my code:
data = { 'Name' : ...
data = { 'Name' : ...
1 Answer
Justin Hart
Last activity on 3/27/2024 4:40:07 PM by Mark Sayers
API Endpoint / Structure to Create a Ticket
Hello,
In searching the documentation, I am not seeing an endpoint for creating a ticket (and the suggested structure for the body/payload).
Here is the nearest section where I would expect to see it: https://services.ku.edu/TDWebApi/Hom...
In searching the documentation, I am not seeing an endpoint for creating a ticket (and the suggested structure for the body/payload).
Here is the nearest section where I would expect to see it: https://services.ku.edu/TDWebApi/Hom...
1 Answer
Robert Tonnies
Last activity on 3/22/2024 9:52:27 AM by Robert Tonnies
Update Ticket Task PercentComplete via API
I'd like to be able to "close" (complete) a ticket task via the API. The documentation states the PercentComplete property is not editable via the API, and I've confirmed this in my testing. Is there another way to complete a task, or can this pr...
1 Answer
Joshua Myles
Last activity on 2/20/2024 12:57:37 PM by Brittany Renn
Web API Feed Update Does Not Work As Documented
The following endpoint: POST api/{appId}/tickets/{id}/feed is not working as expected. Although I can update the feed with a given message, it does not notify anyone when providing data in the "Notify" parameter as outlined in the documentation...
1 Answer
Gerrit Brands
Last activity on 2/15/2024 12:50:59 PM by Mark Sayers
Tickets API Responsible Fields
ResponsibleUid
ResponsibleFullName
ResponsibleEmail
These are the parameters used by TDX API during ticket creation to set Responsible person.
https://help.uillinois.edu/SBTDWebApi/Home/type/TeamDynamix.Api.Tickets.Ticket
Is there...
ResponsibleFullName
ResponsibleEmail
These are the parameters used by TDX API during ticket creation to set Responsible person.
https://help.uillinois.edu/SBTDWebApi/Home/type/TeamDynamix.Api.Tickets.Ticket
Is there...
2 Answers
Tamara Buch
Last activity on 2/14/2024 9:01:56 AM by Mark Sayers
Clear or Force Updating the Required Type Field
We've implemented new Type categorization. We have a generic Type that we use as a placeholder for email intake. We would like our staff to always update the Type on the ticket after submission. Is there a way to force our staff to update this fi...
1 Answer
Julien Rossow-Greenberg
Last activity on 1/25/2024 11:26:31 AM by Mark Sayers
Can the API impersonate a user when using the special key-based admin account?
When using the API, I'd like to be able to impersonate a user when using the special key-based admin account.
Because our domain is SSO, there's not a way to get a user-specific bearer programtically via /auth/loginsso, so (for example) a PO...
Because our domain is SSO, there's not a way to get a user-specific bearer programtically via /auth/loginsso, so (for example) a PO...
1 Answer
Craig Ghareeb
Last activity on 11/28/2023 8:28:15 AM by Mark Sayers
Retrieving User Location from API
Hello,
I am currently working on a workflow where I am hoping to send a notification to a specific group based of a users location. The issue I am having is that the it is not the requestors location that I am needing, but a users that the re...
I am currently working on a workflow where I am hoping to send a notification to a specific group based of a users location. The issue I am having is that the it is not the requestors location that I am needing, but a users that the re...
1 Answer
Tuscun McFarlen
Last activity on 11/22/2023 9:29:19 AM by Mark Sayers
Can I associate a ticket and a configuration Item?
Hi all, I am trying to associate a ticket with a configuation item using the API but I am not seeing a method to do so?
Am I just missing the option or is this not supported?
Thank you!
Am I just missing the option or is this not supported?
Thank you!
1 Answer
Brandon Ferrotta
Last activity on 11/9/2023 2:38:28 PM by Mark Sayers
Adding an Attachment to a Project Request via Form or API
I'm looking for a method to add an attachment to a project request either from the project request form when it's created or via the API, and ideally, I would like a method to do both.
When I'm in the Form Builder for the project request form...
When I'm in the Form Builder for the project request form...
1 Answer
Corrine Knox
Last activity on 10/27/2023 9:29:12 AM by Mark Sayers
Getting an Email from a Person attribute
I have a form where the user selects an "affected account" which is a person attribute. Then, I have a workflow that needs to send a notification, and the notification body must include the email of the "affected account". However, the person fie...
2 Answers
Tamara Buch
Last activity on 10/25/2023 12:28:39 PM by Tamara Buch
C# Admin Authentication via WebAPI
Do you happen to have an example for how to authenticate to the webapi with C# using the BEID and the web services key? All the information I can find just shows how to do it with a user name and password.
Thank you!
Thank you!
1 Answer
Mariah Rible
Last activity on 8/4/2023 12:39:45 PM by Mark Sayers
What does GETting the contents of an attachment return through the web api?
Does this just return the text or information within the attachment? For example if I GET a txt file, does it just return the text within the file? Or does this download the file/make it accessible? I need to download PDFs from tickets for an arc...
1 Answer
Troy Lopez
Last activity on 8/3/2023 12:29:25 PM by Brittany Renn
Web Service Post string parameter is being passed with wrong time
I have a Web Service Method that is Posting to the tickets endpoint to create a ticket in another ticketing application.
In the header, Content-type is being set to application/json.
There are parameters set to hold the values from two da...
In the header, Content-type is being set to application/json.
There are parameters set to hold the values from two da...
1 Answer
Scott Williamson
Last activity on 7/14/2023 10:57:29 AM by Mark Sayers
Web Service Post string parameter is being passed with plusses instead of spaces
I have a Web Service Method that is Posting to the tickets endpoint to create a ticket in another ticketing application.
In the header, Content-type is being set to text/json.
There are parameters set to hold an integer for ticket ID, and...
In the header, Content-type is being set to text/json.
There are parameters set to hold an integer for ticket ID, and...
1 Answer
Scott Williamson
Last activity on 7/12/2023 10:31:12 AM by Mark Sayers