FORM / Issues ID #1711
-
Fairly new to this. Trying to get and post data to forms and issues using the review API. What is the exact requirement for the ID as I am using the form ID but its not working Thanks in Advance |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
-
You have to do everything from within the API, you will not be able to grab the id from our URL and use that in the API. |
Beta Was this translation helpful? Give feedback.
You have to do everything from within the API, you will not be able to grab the id from our URL and use that in the API.
You need to get the issues for the project:
https://developer.bentley.com/api-groups/project-delivery/apis/issues-v1/operations/get-project-issues/
Then those ids can be used to get a specific issue's details:
https://developer.bentley.com/api-groups/project-delivery/apis/issues-v1/operations/get-issue-details/