how to get the documents associated with projects or issues from atTask api

旧街凉风 提交于 2020-01-06 19:27:06

问题


am new to attask api. Am trying to get the documents associated with the projects or tasks from atTask using api, where exactly i will find the relationship between projects and documents. I mean in which table i will find this relation in Relational Databases provided by atTask API.

Thanks in advance.


回答1:


To get the Document of a task or poject you would need to supply the Project ID or Task ID reffer to the API document at https://developers.attask.com/api-docs/api-explorer/.

An example getting all documents in a project would be

[domain].attask-ondemand.com/attask/api/DOCU?projectID=XXXXXXXXXXXX



来源:https://stackoverflow.com/questions/24553648/how-to-get-the-documents-associated-with-projects-or-issues-from-attask-api

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!