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 thepublished_files_history_id
.get_published_file
can return all published/certified files, including warnings. This only returns submitted files, excluding warnings.
/v1/get_submitted_published_file/?published_files_history_id=7
published_files_history_id
: (required, integer) thepublished_files_history_id
of the file (obtained through list_history or list_latest_published_files)
{
"url": "https://........",
}
url
: (string) the url to the published file
Possible HTTP Status Codes:
- 400:
- invalid
published_files_history_id
- Missing required parameter
- User isn't logged in
- invalid