Apps And Solutions
Common
Gets the artifacts for an app or a soln.
1min
GET
/developer/artifacts
Header Parameters
x-developerplatform-role
string
x-developerplatform-access
string
Query Parameters
appVersionId
string
solutionVersionId
string
artifactType
string
*
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.
FileMetadataDto[]
artifactId
string
*
fileName
string
*
fileDescription
string
*
fileUrl
string
filePath
string
self
string
403
User not authorized on the app or solution.
ForbiddenErrorResponseDTO
error
ForbiddenErrorDTO
*
request
StandardRequestDTO
*
404
App or solution version not found based on provided id.
NotFoundErrorResponseDTO
error
NotFoundErrorDTO
*
request
StandardRequestDTO
*
Updated 11 Jun 2024
Did this page help you?