← Araçlar

get_disclosure_documents

Disclosure documents · salt-okunur

List a disclosure's attachments (PDF/XLSX/…) with `attachment_id`, name and source_url.
    Pass an id to get_document_text or search_documents to read it.

Parametreler

adtipzorunluvarsayılanaçıklama
disclosure_id integer
minimum=1
evet

Girdi şeması

{
  "properties": {
    "disclosure_id": {
      "minimum": 1,
      "title": "Disclosure Id",
      "type": "integer"
    }
  },
  "required": [
    "disclosure_id"
  ],
  "title": "get_disclosure_documentsArguments",
  "type": "object"
}

Çıktı şeması

{
  "additionalProperties": true,
  "title": "get_disclosure_documentsDictOutput",
  "type": "object"
}