Deck Data
Get parsed deck data for every deck file attached to the deal.
Returns an empty list when no decks have been parsed/published.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
group_id
deal_id
Response
Successful Response
file_id
ID of the source deck file on the deal.
file_name
Name of the source deck PDF.
gcs_uri
GCS URI of the source deck PDF.
num_pages
Number of pages parsed from the deck.
logic_name
Parsing logic identifier.
logic_version
Parsing logic version.
metadata
pages
Per-page data-centric content.
summary
Best-effort deck summary; may be null.
Errors
422
Unprocessable Entity Error

