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
SetInquiryThreadStatus – Admin Only
Changes the status of a given Project Inquiries thread. Requires admin write access to the thread’s associated project.
HTTP verb: POST (Does not require a request payload)
Required inputs: ProgramId, ThreadID, StatusName
HTTP verb: POST (Does not require a request payload)
Required inputs: ProgramId, ThreadID, StatusName
Path Parameters
Path Parameters | Description |
---|---|
ProgramId | The ID of the program. |
ThreadID | The ID of the thread to retrieve. |
StatusName | The status the Inquiry Thread is going to be set to. |
<InquiryThreadsResponse>
<InquiryThreads>
<InquiryThread ProgramId="1HF29X4P" ProjectId="M4AN7RYRSYZE" ThreadId="HJAY284N7FTC" Title="Example Thread 1" CategoryId="Example Category" Status="Open" LastActiveTimestamp="2023-03-09T12:46:37-08:00"/>
<InquiryThread ProgramId="1HF29X4P" ProjectId="M4AN7RYRSYZE" ThreadId="T0V8SDJ6DTMH" Title="Example Thread 2" CategoryId="Example Category" Status="Closed" LastActiveTimestamp="2023-03-09T12:46:37-08:00"/>
</InquiryThreads>
</InquiryThreadsResponse>
What’s Next?