Files
bgApp/API Tests/BGApp/Collections/List.yml
2026-02-21 17:56:28 +00:00

23 lines
321 B
YAML

info:
name: List
type: http
seq: 5
http:
method: GET
url: "{{BASE_URL}}/api/collection/list/{{PageSize}}/{{Page}}"
auth: inherit
runtime:
variables:
- name: PageSize
value: "1"
- name: Page
value: "0"
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5