Apps And Solutions
Common

Gets the artifacts for an app or a soln.

1min
GET
/developer/artifacts

This is a common API to get artifacts for an application or a solution. This API can get artifacts such as icons, images, documents, and permissions files for an existing application or solution version.

Header Parameters
x-developerplatform-access
*
Query Parameters
appVersionId
solutionVersionId
artifactType
*
Responses
200
The artifacts for the app or soln. Returns an object where each key corresponds to a category and its value is an array of FileMetadataDto objects.
artifactId
*
fileName
*
fileDescription
*
fileUrl
filePath
self
403
User not authorized on the app or solution.
error
*
request
*
404
App or solution version not found based on provided id.
error
*
request
*
Curl
JS
Ruby
Python
Responses
200
403
404