add other collections

This commit is contained in:
2026-02-18 15:04:39 +01:00
parent 2980a31d86
commit 136dc82ab2
136 changed files with 173569 additions and 0 deletions
@@ -0,0 +1,63 @@
info:
name: Retrieve a record from publish
type: http
seq: 1
http:
method: GET
url: "{{baseUrl}}/anagrafica_report_metadato_web?pdata=string&pdatada=string&pfun=string"
headers:
- name: Accept
value: application/json
params:
- name: pdata
value: string
type: query
description: Implicit parameter
- name: pdatada
value: string
type: query
description: Implicit parameter
- name: pfun
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}}/anagrafica_report_metadato_web?pdata=string&pdatada=string&pfun=string"
method: GET
headers:
- name: Accept
value: application/json
params:
- name: pdata
value: string
type: query
description: Implicit parameter
- name: pdatada
value: string
type: query
description: Implicit parameter
- name: pfun
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: anagrafica_report_metadato_web
type: folder
seq: 2
request:
auth: inherit