You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| totalCount | integer | yes | The total count of cases matching the specified filter criteria. This does not reflect the length of the array of cases provided in the response. **Format**: `int32`. **Minimum**: 0.
14
+
| totalCount | integer | yes | The total count of cases matching the specified filter criteria. This does not reflect the length of the array of cases provided in the response. **Format**: `int32`. **Minimum**: 0.|
15
15
| limit | integer | no | The limit used to restrict the number of cases in the response. **Format**: int32. **Minimum**: 0. **Maximum**: 20. |
16
16
| offset | integer | no | Numeric offset of the first element in the provided array of cases. **Format**: int32. **Minimum**: 0. |
17
17
| cases |[Case](#case) (array) | no | Cases matching the specified filter criteria. |
0 commit comments