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
SetInquiryThreadExternalId – Admin Only
Sets the external ID of a given Project Inquiries thread. External IDs are primarily used for Connection interactions, or otherwise coordinating PowerClerk’s inquiry records with an external system for tracking inquiry threads. Requires admin write access to the thread’s associated project.
HTTP verb: POST (Does not require a request payload)
Required inputs: ProgramId, ThreadID, ExternalId
HTTP verb: POST (Does not require a request payload)
Required inputs: ProgramId, ThreadID, ExternalId
Path Parameters
Path Parameters | Description |
---|---|
ProgramId | The ID of the program. |
ThreadID | The ID of the thread to retrieve. |
ExternalId | The ExternalId from the external system the Connection interacts with. |
<InquiryThreadsResponse>
<InquiryThreads>
<InquiryThread ProgramId="1HF29X4P" ProjectId="M4AN7RYRSYZE" ThreadId="HJAY284N7FTC" ExternalId="Example External Id" 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="Open" LastActiveTimestamp="2023-03-09T12:46:37-08:00"/>
</InquiryThreads>
</InquiryThreadsResponse>
What’s Next?