|
| 1 | +Ref: https://mixcore.net/swagger/v2/swagger.json |
| 2 | +API Base URL: https://mixcore.net |
| 3 | + |
| 4 | +| Method | Path | Summary | Tags | Parameters | |
| 5 | +|---|---|---|---|---| |
| 6 | +| GET | `/api/v2/rest/en-us/attribute-set/my-data` | Get My Data | en-us-attribute-set | [query] keyword (string, optional)<br>[query] orderBy (string, optional)<br>[query] direction (string, optional)<br>[query] pageSize (integer, optional)<br>[query] pageIndex (integer, optional) | |
| 7 | +| GET | `/api/v2/rest/en-us/attribute-set/my-data/delete/{id}` | Delete My Data | en-us-attribute-set | [path] id (string, required) | |
| 8 | +| GET | `/api/v2/rest/en-us/attribute-set/my-data/export` | Export My Data | en-us-attribute-set | [query] keyword (string, optional)<br>[query] orderBy (string, optional)<br>[query] direction (string, optional)<br>[query] pageSize (integer, optional)<br>[query] pageIndex (integer, optional) | |
| 9 | +| GET | `/api/v2/rest/en-us/attribute-set/my-data/{id}` | Get My Data By Id | en-us-attribute-set | [path] id (string, required) | |
| 10 | +| POST | `/api/v2/rest/en-us/attribute-set/my-data` | Save My Data | en-us-attribute-set | [body] model (object, optional) | |
| 11 | +| POST | `/api/v2/rest/en-us/attribute-set/my-data/save-properties` | Save My Data Properties | en-us-attribute-set | [body] model (object, optional) | |
| 12 | +| POST | `/api/v2/rest/mix-portal/command` | Execute Commands | mix-portal | [body] model (object, optional) | |
| 13 | +| GET | `/api/v2/rest/mix-portal/get-by-name/{name}` | Get App Settings by name | mix-portal | [path] name (string, required) | |
| 14 | +| GET | `/api/v2/rest/mix-portal/get-config/{name}` | Get App config by name | mix-portal | [path] name (string, required)<br>[query] default (string, optional) | |
| 15 | +| GET | `/api/v2/rest/mix-portal/get-editor-configs` | Get Editor Configs | mix-portal | | |
| 16 | +| GET | `/api/v2/rest/mix-portal/global-settings` | Get Global Settings | mix-portal | | |
| 17 | +| GET | `/api/v2/rest/mix-portal/health-check/readiness` | Health check | mix-portal | | |
| 18 | +| GET | `/api/v2/rest/mix-portal/heartbeat` | Health check | mix-portal | | |
| 19 | +| GET | `/api/v2/rest/mix-portal/init-data` | Get Init Data | mix-portal | | |
| 20 | +| POST | `/api/v2/rest/mix-portal/init-data` | Get Init Data | mix-portal | [body] model (object, optional) | |
| 21 | +| GET | `/api/v2/rest/mix-portal/init` | Check Is Init | mix-portal | | |
| 22 | +| GET | `/api/v2/rest/mix-portal/is-pwa` | Get Is PWA | mix-portal | | |
| 23 | +| GET | `/api/v2/rest/mix-portal/languages` | Get Languages | mix-portal | | |
| 24 | +| POST | `/api/v2/rest/mix-portal/login` | Login | mix-portal | [body] model (object, optional) | |
| 25 | +| POST | `/api/v2/rest/mix-portal/register` | Register | mix-portal | [body] model (object, optional) | |
| 26 | +| GET | `/api/v2/rest/mix-portal/remove-cache/{key}` | Remove Cache | mix-portal | [path] key (string, required) | |
| 27 | +| POST | `/api/v2/rest/mix-portal/save-global-settings` | Save Global Settings | mix-portal | [body] model (object, optional) | |
| 28 | +| POST | `/api/v2/rest/mix-portal/save-settings` | Save Settings | mix-portal | [body] model (object, optional) | |
| 29 | +| POST | `/api/v2/rest/mix-portal/send-pwa-push` | Send PWA Push | mix-portal | [body] model (object, optional) | |
| 30 | +| GET | `/api/v2/rest/mix-portal/theme-export` | Exports themes | mix-portal | | |
| 31 | +| POST | `/api/v2/rest/mix-portal/theme-import` | Imports themes | mix-portal | | |
| 32 | +| GET | `/api/v2/rest/mix-portal/theme-sync/{id}` | Sync Theme | mix-portal | [path] id (integer, required) | |
| 33 | +| POST | `/api/v2/rest/mix-portal/toggle-pwa` | Toggle PWA | mix-portal | [body] isPWA (boolean, optional) | |
| 34 | +| POST | `/api/v2/rest/mix-portal/translate` | Translate | mix-portal | [body] model (object, optional) | |
| 35 | +| GET | `/api/v2/rest/mix-portal` | Get List | mix-portal | [query] keyword (string, optional)<br>[query] orderBy (string, optional)<br>[query] direction (string, optional)<br>[query] pageSize (integer, optional)<br>[query] pageIndex (integer, optional) | |
| 36 | +| DELETE | `/api/v2/rest/mix-portal/delete/{id}` | Delete One | mix-portal | [path] id (string, required) | |
| 37 | +| POST | `/api/v2/rest/mix-portal/export` | Export Data | mix-portal | [body] request (object, optional) | |
| 38 | +| GET | `/api/v2/rest/mix-portal/get-by/{id}` | Get Single | mix-portal | [path] id (string, required) | |
| 39 | +| POST | `/api/v2/rest/mix-portal/save` | Create / Update | mix-portal | [body] model (object, optional) | |
| 40 | +| POST | `/api/v2/rest/mix-portal/update-infos` | Bulk Update | mix-portal | [body] model (object, optional) | |
| 41 | +| GET | `/api/v2/rest/mix-portal/theme` | Get List Theme | mix-portal, theme | [query] keyword (string, optional)<br>[query] pageSize (integer, optional)<br>[query] pageIndex (integer, optional) | |
| 42 | +| POST | `/api/v2/rest/mix-portal/theme/delete/{id}` | Delete Theme | mix-portal, theme | [path] id (integer, required) | |
| 43 | +| POST | `/api/v2/rest/mix-portal/theme/install/{id}` | Install Theme | mix-portal, theme | [path] id (integer, required) | |
| 44 | +| GET | `/api/v2/rest/mix-portal/theme/get-by/{id}` | Get Theme | mix-portal, theme | [path] id (integer, required) | |
| 45 | +| POST | `/api/v2/rest/mix-portal/theme/save` | Save Theme | mix-portal, theme | [body] model (object, optional) | |
| 46 | +| POST | `/api/v2/rest/shared/decrypt` | Encrypt string | shared | [body] source (string, optional) | |
| 47 | +| POST | `/api/v2/rest/shared/encrypt` | Encrypt string | shared | [body] source (string, optional) | |
| 48 | +| POST | `/api/v2/rest/shared/get-firebase-token` | Get Encrypted firebase settings | shared | [body] session (object, optional) | |
| 49 | +| GET | `/api/v2/rest/shared/get-ip-info` | Get Ip Info | shared | | |
| 50 | +| POST | `/api/v2/rest/shared/upload-file` | Upload File | shared | | |
| 51 | +| POST | `/api/v2/rest/shared/upload-files` | Upload multiple files | shared | | |
| 52 | +| POST | `/api/v2/rest/{culture}/attribute-set-data/filter` | Filter | {culture}-attribute-set-data | [path] culture (string, required)<br>[body] request (object, optional) | |
| 53 | +| GET | `/api/v2/rest/{culture}/attribute-set/default` | Get Default | {culture}-attribute-set | [path] culture (string, required) | |
| 54 | +| POST | `/api/v2/rest/{culture}/configuration/save` | Create / Update | {culture}-configuration | [path] culture (string, required)<br>[body] model (object, optional) | |
| 55 | +| POST | `/api/v2/rest/{culture}/file/save` | Create / Update | {culture}-file | [path] culture (string, required)<br>[body] model (object, optional) | |
| 56 | +| POST | `/api/v2/rest/{culture}/language/save` | Create / Update | {culture}-language | [path] culture (string, required)<br>[body] model (object, optional) | |
| 57 | +| POST | `/api/v2/rest/{culture}/mix-database-data/get-by-parent/{parentId}` | Get MixDatabaseData By Parent Id | {culture}-mix-database-data | [path] culture (string, required)<br>[path] parentId (string, required)<br>[body] request (object, optional) | |
| 58 | +| POST | `/api/v2/rest/{culture}/mix-database/get-by-name` | Get MixDatabase By Name | {culture}-mix-database | [path] culture (string, required)<br>[body] name (string, optional) | |
| 59 | +| GET | `/api/v2/rest/{culture}/module-data/get-by-parent-id/{id}` | Get Module Data by parent | {culture}-module-data | [path] culture (string, required)<br>[path] id (integer, required)<br>[query] keyword (string, optional)<br>[query] orderBy (string, optional)<br>[query] direction (string, optional)<br>[query] pageSize (integer, optional)<br>[query] pageIndex (integer, optional) | |
| 60 | +| GET | `/api/v2/rest/{culture}/module/restore-default/{id}` | Restore Default Template | {culture}-module | [path] culture (string, required)<br>[path] id (integer, required) | |
| 61 | +| POST | `/api/v2/rest/{culture}/page-module/update-positions` | Update page modules positions | {culture}-page-module | [path] culture (string, required)<br>[body] model (object, optional) | |
| 62 | +| GET | `/api/v2/rest/{culture}/page/get-by-url` | Get Page By Url | {culture}-page | [path] culture (string, required)<br>[query] url (string, optional) | |
| 63 | +| GET | `/api/v2/rest/{culture}/post/get-by-url` | Get Post By Url | {culture}-post | [path] culture (string, required)<br>[query] url (string, optional) | |
| 64 | +| GET | `/api/v2/rest/{culture}/theme/get-by-name/{name}` | Get Theme By Name | {culture}-theme | [path] culture (string, required)<br>[path] name (string, required) | |
| 65 | +| GET | `/api/v2/rest/{culture}/url-alias/get-by-alias` | Get Url Alias By Alias | {culture}-url-alias | [path] culture (string, required)<br>[query] alias (string, optional) | |
| 66 | +| GET | `/api/v2/rest/{culture}/{controller}/default` | Get Default | {culture}-{controller} | [path] culture (string, required)<br>[path] controller (string, required) | |
| 67 | +| GET | `/api/v2/rest/{culture}/{controller}` | Get List | {culture}-{controller} | [path] culture (string, required)<br>[path] controller (string, required)<br>[query] keyword (string, optional)<br>[query] orderBy (string, optional)<br>[query] direction (string, optional)<br>[query] pageSize (integer, optional)<br>[query] pageIndex (integer, optional) | |
| 68 | +| GET | `/api/v2/rest/{culture}/{controller}/delete/{id}` | Delete One | {culture}-{controller} | [path] culture (string, required)<br>[path] controller (string, required)<br>[path] id (string, required) | |
| 69 | +| POST | `/api/v2/rest/{culture}/{controller}/duplicate/{id}` | Duplicate | {culture}-{controller} | [path] culture (string, required)<br>[path] controller (string, required)<br>[path] id (string, required) | |
| 70 | +| POST | `/api/v2/rest/{culture}/{controller}/export` | Export Data | {culture}-{controller} | [path] culture (string, required)<br>[path] controller (string, required)<br>[body] request (object, optional) | |
| 71 | +| GET | `/api/v2/rest/{culture}/{controller}/{id}` | Get Single | {culture}-{controller} | [path] culture (string, required)<br>[path] controller (string, required)<br>[path] id (string, required) | |
| 72 | +| POST | `/api/v2/rest/{culture}/{controller}/save` | Create / Update | {culture}-{controller} | [path] culture (string, required)<br>[path] controller (string, required)<br>[body] model (object, optional) | |
| 73 | +| POST | `/api/v2/rest/{culture}/{controller}/update-infos` | Bulk Update | {culture}-{controller} | [path] culture (string, required)<br>[path] controller (string, required)<br>[body] model (object, optional) | |
| 74 | +| GET | `/api/v2/rest` | Get all endpoint | | | |
| 75 | +| POST | `/api/v2/rest/mix-media/get-by-url` | Get Media By Url | mix-media | [body] model (object, optional) | |
| 76 | +| POST | `/api/v2/rest/mix-post/get-by-url` | Get Post By Url | mix-post | [body] model (object, optional) | |
| 77 | +| POST | `/api/v2/rest/mix-template/get-by-name` | Get Template By Name | mix-template | [body] model (object, optional) | |
| 78 | +| GET | `/api/v2/rest/portal/app-settings/get-by-name` | Get App Settings | portal | [query] name (string, optional) | |
| 79 | +| POST | `/api/v2/rest/portal/app-settings/save` | Save App Settings | portal | [body] model (object, optional) | |
| 80 | +| GET | `/api/v2/rest/portal/configurations/get-by-keyword/{keyword}` | Get Configuration by keyword | portal | [path] keyword (string, required) | |
| 81 | +| GET | `/api/v2/rest/portal/culture/get-by-code/{code}` | Get Language by code | portal | [path] code (string, required) | |
| 82 | +| GET | `/api/v2/rest/portal/culture` | Get list languages | portal | | |
| 83 | +| POST | `/api/v2/rest/portal/translate/jarray` | Translate array object | portal | [body] data (object, optional)<br>[query] srcLang (string, optional)<br>[query] destLang (string, optional) | |
| 84 | +| POST | `/api/v2/rest/portal/translate` | Translate object | portal | [body] data (object, optional)<br>[query] srcLang (string, optional)<br>[query] destLang (string, optional) | |
| 85 | +| GET | `/api/v2/rest/portal/translator/get-by-keyword` | Get Translator by keyword | portal | [query] keyword (string, optional)<br>[query] culture (string, optional)<br>[query] default (string, optional) | |
0 commit comments