TestListQueryParamProperties interface
Properties
| continuation |
Continuation token to get the next page of response |
| last |
End DateTime(ISO 8601 literal format) of the last updated time range to filter tests. |
| last |
Start DateTime(ISO 8601 literal format) of the last updated time range to filter tests. |
| maxpagesize | Number of results in response. |
| orderby | Sort on the supported fields in (field asc/desc) format. eg: lastModifiedDateTime asc. Supported fields - lastModifiedDateTime |
| search | Prefix based, case sensitive search on searchable fields - displayName, createdBy. For example, to search for a test, with display name is Login Test, the search parameter can be Login. |
Property Details
continuationToken
Continuation token to get the next page of response
continuationToken?: string
Property Value
string
lastModifiedEndTime
End DateTime(ISO 8601 literal format) of the last updated time range to filter tests.
lastModifiedEndTime?: string | Date
Property Value
string | Date
lastModifiedStartTime
Start DateTime(ISO 8601 literal format) of the last updated time range to filter tests.
lastModifiedStartTime?: string | Date
Property Value
string | Date
maxpagesize
Number of results in response.
maxpagesize?: number
Property Value
number
orderby
Sort on the supported fields in (field asc/desc) format. eg: lastModifiedDateTime asc. Supported fields - lastModifiedDateTime
orderby?: string
Property Value
string
search
Prefix based, case sensitive search on searchable fields - displayName, createdBy. For example, to search for a test, with display name is Login Test, the search parameter can be Login.
search?: string
Property Value
string