-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jonathan Wenger
committed
Dec 20, 2024
1 parent
7f1b285
commit 944e188
Showing
79 changed files
with
8,850 additions
and
874 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
|
||
|
||
# BatchSearch | ||
|
||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**id** | **String** | ID of the batch search | [optional] | | ||
|**name** | **String** | Name of the batch report | [optional] | | ||
|**createdBy** | **String** | Email of the user who created the batch search | [optional] | | ||
|**created** | **OffsetDateTime** | Timestamp when the batch search was created | [optional] | | ||
|**lastModified** | **OffsetDateTime** | Timestamp when the batch search was created | [optional] | | ||
|**status** | [**StatusEnum**](#StatusEnum) | Status of the batch search | [optional] | | ||
|**error** | [**ErrorResponse**](ErrorResponse.md) | | [optional] | | ||
|
||
|
||
|
||
## Enum: StatusEnum | ||
|
||
| Name | Value | | ||
|---- | -----| | ||
| ACCEPTED | "Accepted" | | ||
| RUNNING | "Running" | | ||
| COMPLETED | "Completed" | | ||
| FAILED | "Failed" | | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
|
||
|
||
# BatchSearchListResponse | ||
|
||
Schema for batch search list | ||
|
||
## Properties | ||
|
||
| Name | Type | Description | Notes | | ||
|------------ | ------------- | ------------- | -------------| | ||
|**atRecordSetCount** | **Integer** | The count of records in the result set | [optional] | | ||
|**atNextLink** | **String** | Next Link | [optional] | | ||
|**value** | [**List<BatchSearch>**](BatchSearch.md) | | [optional] | | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.