Application & Process Automation
- Getting Started
- Common Usage Scenarios
- Troubleshooting
- Using Custom IDs
- API Method Reference
-
- GetPrograms
- GetForms
- GetFormSchema
- GetProjects
- GetProjectsByNumber
- GetProjectsByData
- CreateNewProject
- GetAllProjectData - Admin only
- GetProjectData
- SetProjectData
- GetActiveAttachment
- GetAttachmentAsAdmin – Admin only
- SetProjectAttachment
- SetAttachmentMetadata
- GetAttachmentMetadata
- SubmitProject
- GetStatusList – Admin only
- GetCustomListChoices
- GetProjectStatusHistory – Admin only
- SetProjectStatus – Admin only
- GetExportProject – Admin only
- CreateMfaSessionToken
- DeleteMfaSessionToken
- SetAssignee
- SetProjectOwner
- GetInquiryThreads – Admin Only
- GetNotesInInquiryThread – Admin Only
- SetInquiryNote – Admin Only
- SetInquiryThreadStatus – Admin Only
- SetInquiryThreadExternalId – Admin Only
- SetProjectStatusReportAs – Admin only
- Code Samples
GetInquiryThreads – Admin Only
Retrieves the list of Project Inquiry threads associated with the given project. Requires admin read access to the project.
HTTP verb: GET
Required inputs: ProgramId, FormId, GroupDefintionId
HTTP verb: GET
Required inputs: ProgramId, FormId, GroupDefintionId
Path Parameters
Path Parameters | Description |
---|---|
ProgramId | The ID of the program. |
ProjectID | The ID of the project to retrieve the inquiry from. |
<InquiryThreadsResponse>
<InquiryThreads>
<InquiryThread ProgramId="1HF29X4P " ProjectId="AK6ZP5H9" ThreadId="N58VKF4CSNRP" Title="Example Title" CategoryId="1" Status="Open" LastActiveTimestamp="2021-09-23T14:02:30-07:00"/>
<InquiryThread ProgramId="1HF29X4P " ProjectId="AK6ZP5H9" ThreadId="PJ7DF3GB87RE9" Title="Example Title 2" CategoryId="1" Status="Open" LastActiveTimestamp="2021-09-23T17:05:11-07:00"/>
</InquiryThreads>
</InquiryThreadsResponse>
What’s Next?