Search task mocks
Searches for mocks based on query parameters.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Query parameters
name
Filter mocks by name
ids
Filter mocks by id
serviceType
Filter mocks by service type
Allowed values:
serviceName
Filter mocks by service name
method
Filter mocks by method name
finishState
Filter mocks by finish state
Allowed values:
createdBy
Filter mocks by the user id that created the mock
skip
Number of mocks to skip for pagination
limit
Maximum number of mocks to return (default is 25)
includeResponse
Whether to include the response in the mock results
Response
Search results containing an array of task mocks
results
skip
The number of documents skipped before returning data. When 0, no data is skipped.
limit
Specifies a limit to the maximum number of data results returned.
total
The total number of documents returned from a search.
Errors
500
Internal Server Error