/
SQ
squidex
/
Squidex API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 3w ago
Details
Filter operations
Apps
35
get
Get the app asset scripts.
put
Update the asset scripts.
get
Get app clients.
post
Create a new app client.
put
Updates an app client.
delete
Revoke an app client.
get
Get app contributors.
post
Assign contributor to app.
delete
Remove yourself.
delete
Remove contributor.
get
Get the app image.
post
Upload the app image.
delete
Remove the app image.
get
Get app languages.
post
Add an app language.
put
Updates an app language.
delete
Deletes an app language.
get
Get app roles.
post
Add role to app.
get
Get app permissions.
put
Update an app role.
delete
Remove role from app.
get
Get your apps.
post
Create a new app.
get
Get team apps.
get
Get an app by name.
put
Update the app.
delete
Delete the app.
put
Transfer the app.
get
Get the app settings.
put
Update the settings.
get
Get app workflow.
post
Create a workflow.
put
Update a workflow.
delete
Delete a workflow.
Assets
19
Backups
7
Contents
26
Diagnostics
2
EventConsumers
4
History
2
Jobs
3
Languages
1
News
1
Ping
3
Plans
4
Rules
19
Schemas
34
Search
1
Statistics
7
Teams
11
Templates
2
Translations
1
UserManagement
7
Users
5
Apps
Get the app image.
get
/api/apps/{app}/image
Path parameters
app
string
required
The name of the app.
Response
App image found and content or (resized) image returned.
Changes