AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the SearchCases operation.
Searches for cases within their associated Cases domain. Search results are returned
as a paginated list of abridged case documents.
For customer_id
you must provide the full customer profile ARN in this format:
arn:aws:profile:your AWS Region:your AWS account ID:domains/profiles domain name/profiles/profile
ID
.
Namespace: Amazon.ConnectCases.Model
Assembly: AWSSDK.ConnectCases.dll
Version: 3.x.y.z
public class SearchCasesRequest : AmazonConnectCasesRequest IAmazonWebServiceRequest
The SearchCasesRequest type exposes the following members
Name | Description | |
---|---|---|
SearchCasesRequest() |
Name | Type | Description | |
---|---|---|---|
DomainId | System.String |
Gets and sets the property DomainId. The unique identifier of the Cases domain. |
|
Fields | System.Collections.Generic.List<Amazon.ConnectCases.Model.FieldIdentifier> |
Gets and sets the property Fields. The list of field identifiers to be returned as part of the response. |
|
Filter | Amazon.ConnectCases.Model.CaseFilter |
Gets and sets the property Filter. A list of filter objects. |
|
MaxResults | System.Int32 |
Gets and sets the property MaxResults. The maximum number of cases to return. The current maximum supported value is 25. This is also the default value when no other value is provided. |
|
NextToken | System.String |
Gets and sets the property NextToken. The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results. |
|
SearchTerm | System.String |
Gets and sets the property SearchTerm. A word or phrase used to perform a quick search. |
|
Sorts | System.Collections.Generic.List<Amazon.ConnectCases.Model.Sort> |
Gets and sets the property Sorts. A list of sorts where each sort specifies a field and their sort order to be applied to the results. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5