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
GetNotesInInquiryThread – Admin Only
Retrieves the list of notes associated with the given Project Inquiries thread. Requires admin read access to the project.
HTTP verb: GET
Required inputs: ProgramId, ProjectID, ThreadID
HTTP verb: GET
Required inputs: ProgramId, ProjectID, ThreadID
Path Parameters
Path Parameters | Description |
---|---|
ProgramId | The ID of the program. |
ProjectID | The ID of the project to retrieve the inquiry from. |
ThreadID | The ID of the thread to retrieve. |
<NotesInInquiryThreadResponse ProgramId="RR7AD053KP" ProjectId="1HT6079AY0JW" ThreadId="N58VKF4CSNRP">
<InquiryNoteList>
<InquiryNote NoteId="AMX7Z9RM9QNZ" Author="Example User" IsAdmin="False" SubmittedTimestamp="2021-09-23T14:02:30-07:00">
<NoteContent>Example Question</NoteContent>
</InquiryNote>
<InquiryNote NoteId="WA7RDTC7C9P6" Author="Example Admin" IsAdmin="True" SubmittedTimestamp="2021-09-23T14:15:23-07:00">
<NoteContent>Example Response</NoteContent>
</InquiryNote>
</InquiryNoteList>
</NotesInInquiryThreadResponse>
What’s Next?