TDProjectsapplication access.
External DocumentationTo learn more, visit the TeamDynamix documentation.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
TDProjects application access.| Parameter | Description |
|---|---|
| Max Results | The maximum number of issues to retrieve in the results. |
| Name | The name or partial name to search for. |
| Parent IDs | A comma-separated list of parent issue IDs to filter by. |
| Priority IDs | A comma-separated list of priority IDs to filter by. |
| Status IDs | A comma-separated list of status IDs to filter by. |
| Parameter | Description |
|---|---|
| Additional Parameters | A JSON object for additional body parameters. Values specified in this parameter will override equivalent parameters. For example: The object must follow the vendor’s structure as defined in the API documentation. |
| Created Date From | Filter for issues created on or after this date. |
| Created Date To | Filter for issues created on or before this date. |
| Updated From | Filter for issues last updated on or after this date. |
| Updated To | Filter for issues last updated on or before this date. |
[
{
"EstimatedHours": 0.0,
"ActualHours": 0.0,
"StartDate": "",
"EndDate": "",
"PriorityID": 0,
"PriorityName": null,
"PriorityOrder": 0.0,
"TaskID": 0,
"TaskName": null,
"ID": 0,
"Title": "",
"Description": null,
"IsRead": false,
"CategoryID": 0,
"CategoryName": null,
"StatusID": 0,
"StatusName": null,
"StatusValue": 0,
"DaysOld": 0,
"ProjectID": 0,
"ProjectName": null,
"CreatedDate": "",
"CreatedFullName": "",
"CreatedUID": null,
"CreatedEmail": null,
"ResponsibleFullName": null,
"ResponsibleUID": null,
"ResponsibleEmail": null,
"ResponsibleIsRead": false,
"ResponsibleDateRead": "",
"ModifiedDate": "",
"ModifiedFullName": "",
"ModifiedUID": null,
"Flagged": false,
"DateFlagged": "",
"LastUpdateText": null,
"LastUpdatedDate": "",
"LastUpdatedByFullName": "",
"LastUpdatedByUID": null,
"Attributes": null,
"CompletedDate": "",
"CompletedUID": null,
"CompletedFullName": null
}
]
Was this page helpful?