how to get the documents associated with projects

2019-09-08 19:16发布

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.

标签: attask
1条回答
走好不送
2楼-- · 2019-09-08 19:46

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

查看更多
登录 后发表回答