Community Apps endpoints

About Droptop Community Apps

Get Droptop Community Apps

get

Gets all the Community Apps of Droptop

Responses
200

Successful operation

application/json
get
/community-apps
200

Successful operation

Get a specific Community App

get

Gets a specific Community App by id

Path parameters
idintegerRequired

A numeric id

Responses
200

Successful operation

application/json
get
/community-apps/{id}

Downloads a specific Community App by id

get

Downloads a specific Community App by id

Path parameters
idintegerRequired

A numeric id

Responses
get
/community-apps/{id}/download

No content

Get a specific Community App by id

get

Gets a specific Community App by id

Responses
get
/community-apps/id
303

Redirects to the root request if the id parameter is empty/none

No content

Get a specific Community App by id

get

Gets a specific Community App by id

Path parameters
idintegerRequired

A numeric id

Responses
200

Successful operation

application/json
get
/community-apps/id/{id}

Downloads a specific Community App by id

get

Downloads a specific Community App by id

Path parameters
idintegerRequired

A numeric id

Responses
get
/community-apps/id/{id}/download

No content

Get a specific Community App by name

get

Gets a specific Community App by name

Responses
get
/community-apps/name
303

Redirects to the root request if the name parameter is empty/none

No content

Get a specific Community App by name

get

Gets a specific Community App by name

Path parameters
namestringRequired

A string

Responses
200

Successful operation

application/json
get
/community-apps/name/{name}

Downloads a specific Community App by name

get

Downloads a specific Community App by name

Path parameters
namestringRequired

A string

Responses
get
/community-apps/name/{name}/download

No content

Get a specific Community App by uuid

get

Gets a specific Community App by uuid

Responses
get
/community-apps/uuid
303

Redirects to the root request if the uuid parameter is empty/none

No content

Get a specific Community App by uuid

get

Gets a specific Community App by uuid

Path parameters
uuidstring Β· uuidRequired

An uuid

Responses
200

Successful operation

application/json
get
/community-apps/uuid/{uuid}

Downloads a specific Community App by uuid

get

Downloads a specific Community App by uuid

Path parameters
uuidstring Β· uuidRequired

An uuid

Responses
get
/community-apps/uuid/{uuid}/download

No content

Gets the number of downloads of a Community App

get

Gets the number of downloads of a Community App

Path parameters
uuidstring Β· uuidRequired

An uuid

Responses
200

Successful operation

application/json
get
/downloads/community-apps/{uuid}

Adds one to the number of downloads of a Community App

post

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
post
/downloads/community-apps/{uuid}

Last updated

Was this helpful?