API Projects Briefcase Folders

Does anyone have an example of a working API that pulls the Files list from a folder

Asked by Jeff Phillips on Mon 7/17/23 4:45 PM
Sign In to leave feedback or contribute an answer

Answer (1)

This answer has been marked as the accepted answer
Mark Sayers Fri 7/21/23 4:27 PM

Hi Jeff,

There are only 2 endpoints dealing with project briefcase folders:

  • GET https://yourdomain/TDWebApi/api/projects/{projectID}/folders

    Gets the briefcase folders of a project.

  • GET https://yourdomain/TDWebApi/api/projects/{projectID}/folders/{id}/files

    Gets the files in the specified folder.

They don't require that you know anything more than the project ID and potentially the ID of the folder you'd want to get the files from, and your own TDX domain. This is assuming you also understand how to authenticate into the API and use the bearer token in the header of your GET call for the folders/files.

Sincerely,

Mark Sayers

Sr Support Consultant, CS

No feedback