/data/businessdata/{businessStoreName}
Mount Point: /apiv1/data/businessdata/{businessStoreName}
GET
View a list of business transaction results on the specified Data Capture Store. Nearly all parameter are optional filters. All text fields do substring matches. Use single or double quotes around the value if you want an exact match. A wildcard of * is accepted
Parameters
name | description | type | default |
---|---|---|---|
Range | (no documentation provided) | header | |
QueryParams | (no documentation provided) | header | |
businessStoreName | (required) - business DataCaptureStore to view | path | |
numberOfEntriesPerPage | Number of entries to show per page of results | query | 30 |
pageNumber | Page number of results to return | query | 1 |
startTimestampFrom | restrict business transaction results to only those started after a certain time | query | |
startTimestampTo | restrict business transaction results to only those started before a certain time | query | |
lastTimestampFrom | restrict business transaction results to only those updated after a certain time | query | |
lastTimestampTo | restrict business transaction results to only those updated before a certain time | query | |
orderBy | Which field to order the results by | query | |
order | sort order: ASC or DESC | query | asc |
id | business transaction ID | query | |
status | A comma separated list of status values to restrict results to. E.g. "running,failed" | query | |
definitionId | The id of the business transaction definition to which this result belongs | query |
Response Body
element: | (custom) |
ImbBusinessDataCaptureResponseObject containing the business transaction results