Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.05 KB

get_submitted_published_file.md

File metadata and controls

31 lines (24 loc) · 1.05 KB

GET "/v1/get_submitted_published_file/"

Get a signed url for a specified submitted published file. Note, this is different from get_published_file in two ways:

  • get_published_file requires a submission and access to said permission. This only needs the published_files_history_id.
  • get_published_file can return all published/certified files, including warnings. This only returns submitted files, excluding warnings.

Sample Request

/v1/get_submitted_published_file/?published_files_history_id=7

Request Params

Response (JSON)

{
    "url": "https://........",
}

Response Attributes

  • url: (string) the url to the published file

Errors

Possible HTTP Status Codes:

  • 400:
    • invalid published_files_history_id
    • Missing required parameter
    • User isn't logged in