Skip to content

Commit 781f069

Browse files
authored
Merge pull request #419 from oneblink/ON-36467
ON-36467 # Added externalId as option for searchSubmissions
2 parents 740239e + df59833 commit 781f069

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- `continueWithAutosave` to forms validation
1313
- `generatePdfFromSubmissionData()` function to `PDF` class
14+
- `externalId` as option for `searchSubmissions()`
1415

1516
## [5.0.1] - 2023-11-01
1617

src/types.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ export type FormSubmissionHistorySearchParameters = BaseSearchOptions & {
126126
isValid?: boolean
127127
/** Search for submission that contain this title */
128128
submissionTitle?: string
129+
/** Search for submissions based on the external Id */
130+
externalId?: string
129131
}
130132

131133
export type FormSubmissionHistorySearchResults = MiscTypes.BaseSearchResult & {

0 commit comments

Comments
 (0)