Community Apps endpoints
About Droptop Community Apps
Downloads a specific Community App by id
Path parameters
idintegerRequired
A numeric id
Responses
303
Redirects to the direct download link of the Community App
400
Invalid id
application/json
404
App not found
application/json
get
/community-apps/{id}/downloadNo content
Downloads a specific Community App by id
Path parameters
idintegerRequired
A numeric id
Responses
303
Redirects to the direct download link of the Community App
400
Invalid id
application/json
404
App not found
application/json
get
/community-apps/id/{id}/downloadNo content
Gets the number of downloads of a Community App
Path parameters
uuidstring Β· uuidRequired
An uuid
Responses
200
Successful operation
application/json
404
The app with the specified uuid doesn't exist.
application/json
500
Error
application/json
get
/downloads/community-apps/{uuid}Adds one to the number of downloads of a Community App
Authorizations
AuthenticationstringRequired
Path parameters
uuidstring Β· uuidRequired
An uuid
Responses
200
Successful operation
application/json
500
Error
application/json
post
/downloads/community-apps/{uuid}Last updated
Was this helpful?