action data_documents { label: "Search for Documents" description: "This API allows users to build a query based on any of the parameters below. If you have trouble building queries, you may wish to try them through the Advanced Search page on the Regulations.gov website." provider: data method: GET path: "/documents.{response_format}" encoding: json input: { type: "object" properties: { a: { type: "string" } cat: { type: "string" } cmd: { type: "string" } cmsd: { type: "string" } countsOnly: { type: "string" } cp: { type: "string" } crd: { type: "string" } cs: { type: "string" } dct: { type: "string" } dkt: { type: "string" } dktid: { type: "string" } dktst: { type: "string" } dktst2: { type: "string" } docst: { type: "string" } encoded: { type: "string" } np: { type: "string" } pd: { type: "string" } po: { type: "string" } rd: { type: "string" } response_format: { type: "string" } rpp: { type: "string" } s: { type: "string" } sb: { type: "string" } so: { type: "string" } } required: ["response_format"] additionalProperties: false } output: { type: "object" additionalProperties: true } }