AddonApp Resource
Settings Module
| Endpoints | URI | Access Control | Description |
|---|---|---|---|
| save | POST /api/AddonApp/save |
Admin or Module WRITE | |
| find | GET /api/AddonApp/find |
Admin or Module READ | |
| get | GET /api/AddonApp/get |
Admin or Module READ | |
| delete | POST /api/AddonApp/delete |
Admin or Module WRITE |
| Property | Type | Description |
|---|---|---|
id |
number | |
app_name |
string | |
search_keywords |
string | |
description |
string | |
developer_name |
string | |
support_website |
string | |
app_version |
string | |
src |
string | |
logo_src |
string | |
publisher_user_id |
number | |
publish_date |
date | |
is_public |
boolean | |
company_id |
number | |
is_approved |
number | |
slug |
string |
| Setting | |
|---|---|
Pagination Limit (when page parameter is set) |
None |
| Default Sort Order | By insertion order |
| Related Resource | Key | Relationship to AddonApp | Property |
|---|---|---|---|
| AddonAppInstalled | app_id |
Owns Many | AddonAppInstalled |
| User | publisher_user_id |
Belongs To | Publisher |