POST api/Batch/GetTests
Request Information
URI Parameters
None.
Body Parameters
BatchDetailFilterParamsName | Description | Type | Additional information |
---|---|---|---|
BatchReference | globally unique identifier |
None. |
|
PangolinAppId | globally unique identifier |
None. |
|
TestCaseName | string |
None. |
|
CallerName | string |
None. |
|
SelfCaller | boolean |
None. |
|
Statuses | Collection of Status |
None. |
|
PageNumber | integer |
None. |
|
PageSize | integer |
None. |
|
OrderByPart | OrderByPart |
None. |
Request Formats
application/json, text/json
Sample:
{ "BatchReference": "12cc93ba-eb38-41cd-a66a-0829c7762d54", "PangolinAppId": "92d0bf96-daef-4326-a8a1-86ac273e235e", "TestCaseName": "sample string 3", "CallerName": "sample string 4", "SelfCaller": true, "Statuses": [ 0, 0 ], "PageNumber": 6, "PageSize": 7, "OrderByPart": { "Property": "sample string 1", "Descending": true } }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.