File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,12 +80,14 @@ curl -X GET "https://api.test.io/customer/v2/products/1/test_cases?page=1&per_pa
8080
8181** Response Fields:**
8282
83- | Field | Type | Description |
84- | -------------------- | ------- | -------------------------------------------------------------------- |
85- | ` meta.record_count ` | integer | Total test cases matching the query, across all pages |
86- | ` meta.page ` | integer | Page returned |
87- | ` meta.per_page ` | integer | Page size actually applied, after the 500 maximum is enforced |
88- | ` test_cases ` | array | Test cases on this page. See the object shape in [ Create a bulk of test cases] ( #create-a-bulk-of-test-cases ) below. |
83+ | Field | Type | Description |
84+ | ------------------- | ------- | ------------------------------------------------------------- |
85+ | ` meta.record_count ` | integer | Total test cases matching the query, across all pages |
86+ | ` meta.page ` | integer | Page returned |
87+ | ` meta.per_page ` | integer | Page size actually applied, after the 500 maximum is enforced |
88+ | ` test_cases ` | array | Test cases on this page |
89+
90+ See the test case object shape in [ Create a bulk of test cases] ( #create-a-bulk-of-test-cases ) below.
8991
9092## Create a bulk of test cases
9193
You can’t perform that action at this time.
0 commit comments