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

21 lines
261 B
YAML

info:
name: Get
type: http
seq: 2
http:
method: GET
url: "{{BASE_URL}}/api/user/{{UserID}}"
auth: inherit
runtime:
variables:
- name: UserID
value: ""
settings:
encodeUrl: true
timeout: 0
followRedirects: true
maxRedirects: 5