- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Lists all the test cases that satisfy the filters.
HTTP request
GET https://integrations.googleapis.com/v1/{parent=projects/*/locations/*/integrations/*/versions/*}/testCases
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent resource where this TestCase was created. |
Query parameters
Parameters | |
---|---|
filter |
Optional. Standard filter field. Filtering as supported in https://developers.google.com/authorized-buyers/apis/guides/list-filters. |
pageSize |
Optional. The maximum number of test cases to return. The service may return fewer than this value. If unspecified, at most 100 test cases will be returned. |
pageToken |
Optional. A page token, received from a previous When paginating, all other parameters provided to |
orderBy |
Optional. The results would be returned in order specified here. Currently supported sort keys are: Descending sort order for "lastModifiedTime", "createdTime". Ascending sort order for "name". |
readMask |
Optional. The mask which specifies fields that need to be returned in the TestCases's response. This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body must be empty.
Response body
Response for testCases.list
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"testCases": [
{
object ( |
Fields | |
---|---|
testCases[] |
The test cases corresponding to the specified filter |
nextPageToken |
A token, which can be sent as |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent
resource:
integrations.testCases.list
For more information, see the IAM documentation.