Files
bgApp/API Tests/BGApp/Collections/List.yml

23 lines
317 B
YAML

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