move bruno collections in own folder
This commit is contained in:
+71
@@ -0,0 +1,71 @@
|
||||
info:
|
||||
name: Retrieve a record from publish
|
||||
type: http
|
||||
seq: 1
|
||||
|
||||
http:
|
||||
method: GET
|
||||
url: "{{baseUrl}}/reportspooljsoncount?pfun=string&pdata=string&pdataa=string&pdatada=string"
|
||||
headers:
|
||||
- name: Accept
|
||||
value: application/json
|
||||
params:
|
||||
- name: pfun
|
||||
value: string
|
||||
type: query
|
||||
description: Implicit parameter
|
||||
- name: pdata
|
||||
value: string
|
||||
type: query
|
||||
description: Implicit parameter
|
||||
- name: pdataa
|
||||
value: string
|
||||
type: query
|
||||
description: Implicit parameter
|
||||
- name: pdatada
|
||||
value: string
|
||||
type: query
|
||||
description: Implicit parameter
|
||||
auth: inherit
|
||||
|
||||
settings:
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
followRedirects: true
|
||||
maxRedirects: 5
|
||||
|
||||
examples:
|
||||
- name: The queried record.
|
||||
request:
|
||||
url: "{{baseUrl}}/reportspooljsoncount?pfun=string&pdata=string&pdataa=string&pdatada=string"
|
||||
method: GET
|
||||
headers:
|
||||
- name: Accept
|
||||
value: application/json
|
||||
params:
|
||||
- name: pfun
|
||||
value: string
|
||||
type: query
|
||||
description: Implicit parameter
|
||||
- name: pdata
|
||||
value: string
|
||||
type: query
|
||||
description: Implicit parameter
|
||||
- name: pdataa
|
||||
value: string
|
||||
type: query
|
||||
description: Implicit parameter
|
||||
- name: pdatada
|
||||
value: string
|
||||
type: query
|
||||
description: Implicit parameter
|
||||
response:
|
||||
statusText: "200"
|
||||
headers:
|
||||
- name: Content-Type
|
||||
value: application/json
|
||||
body:
|
||||
type: json
|
||||
data: "{}"
|
||||
|
||||
docs: Retrieve a record from publish
|
||||
@@ -0,0 +1,7 @@
|
||||
info:
|
||||
name: reportspooljsoncount
|
||||
type: folder
|
||||
seq: 3
|
||||
|
||||
request:
|
||||
auth: inherit
|
||||
Reference in New Issue
Block a user