Documents
List all documents
client.Documents.List(ctx, query) (*CursorPagination[Document], error)
GET/documents
Get summaries for a document
client.Documents.GetSummaries(ctx, id) (*DocumentGetSummariesResponse, error)
GET/documents/{id}/document-summaries
Download document file content
client.Documents.Download(ctx, id) (*Response, error)
GET/documents/{id}/download
ModelsExpand Collapse
type Document struct{…}
type Document struct{…}
Type DocumentTypeType of document
Type DocumentType
Type of document
One of the following:
const DocumentTypeBeneficialOwnershipInformationReport DocumentType = "BENEFICIAL_OWNERSHIP_INFORMATION_REPORT"
type DocumentList struct{…}
type DocumentList struct{…}
Data []Document
Data []Document
Type DocumentTypeType of document
Type DocumentType
Type of document
One of the following:
const DocumentTypeBeneficialOwnershipInformationReport DocumentType = "BENEFICIAL_OWNERSHIP_INFORMATION_REPORT"
PageInfo PageInfo
PageInfo PageInfo
type DocumentType stringType of document
type DocumentType string
Type of document
One of the following:
const DocumentTypeBeneficialOwnershipInformationReport DocumentType = "BENEFICIAL_OWNERSHIP_INFORMATION_REPORT"