This API retrieves a single file or image uploaded by a patient associated with a specific submission, identified by its unique name and index. Use this instead of the base /files endpoint when you only need one file rather than the full ZIP archive.
Contains the API key needed.
Client ID
The unique ID of a Power-Ups form submission by a specific Customer or Patient.
The unique name of the file to retrieve. This information is found in the powerups_data.artifact_available event.
The index of the file, used to distinguish between files sharing the same unique_name. This information is found in the powerups_data.artifact_available event.
The requested individual file.
Invalid request
Unauthorized
Not Found - The requested resource was not found. Please verify the route parameter.
Conflict - Indicates the request could not be processed. A common reason is when attempting to create a new Journey object, but the ID already exists in the system.
An unexpected server error occurred. The response body should contain additional information related to the server error. Please retry your request.