Download

post/select-documents

Request body

server_contextstring nullable
supported_file_extensionsstring[]

The client may optionally provide an array of accepted file extensions that should be opened during this flow. The CDE server UI should make an attempt to only show files matching these extensions to the user for the download selection or help the user in selecting the desired files. However, the server does not have to guarantee that only files matching the extensions will be selected. The extensions here must contain the dot separator.

Example request

{
  "supported_file_extensions": [
    ".ifc",
    ".ifczip"
  ]
}

Response

select_documents_urlstring required
expires_ininteger required

Changes