Requesting output formats
Request formats at parse time or any time afterward.- At parse time, pass
output_formats(a list of one or more) to Start SOV Parsing Job. Each requested format is generated as part of the job. - After parsing, request a single format with
Get Or Create SOV Output,
or pass
output_formatsto Start SOV Update Job when generating a new revision. See Regenerating outputs.
output_format value
returned by List Available Output Formats
as the canonical spelling. Requesting a format your organization has not enabled
returns a 400 whose message lists the formats you may request.
Discovering available formats
The set of formats available to you is configured per organization, so List Available Output Formats is the authoritative source for what you can request. Scope the lookup with one ofsovid, division_uuid, or team_uuid. When none is supplied, the endpoint uses
your default team and division. Precedence is sovid > division_uuid >
team_uuid > user default.
Each item in the response describes one format:
The formats below have
is_public set to true and are available to every account.
Your account may also return formats with is_public set to false, such as
org-specific workbooks. Call the endpoint to see your full set.
Formats available to every account
Structured data
Excel workbooks
CSV exports
Several Excel workbooks share the label
Ping SOV. The output_format value, not the
label, is what distinguishes them when you request a file.
Formats specific to your organization
Your organization may have additional formats configured for its workflow, such as custom workbook layouts or partner-specific exports. These appear in List Available Output Formats withis_public set to false, and you request them the same way as any other format.
Because they are configured per organization, the endpoint is the only reliable way to
see the complete set available to your account.
How formats appear in responses
A completed job lists its generated files underresult.outputs. Each entry carries a
filename, a url to download from, and a description with the format’s
human-readable label. Request and download flows are covered in
Process an SOV and
Get or Create an SOV Output.