WCMServiceRest Resource
WCM core services
- Available Since
- 1.5.0
GET /wcm/assembleMenu
Assemble Fluig Menu
- Available Since
- 1.5.0
| name | type | description | default |
|---|---|---|---|
| pageCode | query | Optional |
| media type | data type | description |
|---|---|---|
| application/json | object (JSON) | Response JSON (example): |
- Available Since
- 1.5.0
GET /wcm/configuration
Return system configuration information. Used by mobile application
- Available Since
- 1.5.0
| media type | data type | description |
|---|---|---|
| application/json | object (JSON) | Object VO containing ID_CONFIGURATION, SERVER_URL, DEFAULT_LAYOUT_ID and DEFAULT_THEME_ID: |
- Available Since
- 1.3.0
GET /wcm/display
Display the current set locale.
- Available Since
- 1.3.0
| media type | data type | description |
|---|---|---|
| application/json | object (JSON) | Response List (example): |
GET /wcm/findPages
Return de search result of editable pages into Fluig
| name | type | description | default | constraints |
|---|---|---|---|---|
| filter | query | Optional. Default value = '' | ||
| pageIndex | query | Optional. Default value = 0 | 0 | required |
| pageSize | query | Optional Default value = 30 | 30 | required |
| media type | data type | description |
|---|---|---|
| application/json | object (JSON) | Response JSON (example): |
- Available Since
- 1.6.0
GET /wcm/isHighAvailability
Confirm if the application server is running on High Availability
- Available Since
- 1.6.0
| media type | data type | description |
|---|---|---|
| application/json | object (JSON) | Response JSON:true if it's running on high availability, false if it's not. |
- Available Since
- 1.4.3
POST /wcm/logout
User logout
- Available Since
- 1.4.3
| media type | data type | description |
|---|---|---|
| application/json | object (JSON) | Response JSON (example): |
- Available Since
- 1.4.8
GET /wcm/theme
Display the current tenant theme.
- Available Since
- 1.4.8
| media type | data type | description |
|---|---|---|
| application/json | object (JSON) | Response JSON (example): |
- Available Since
- 1.3.0
GET /wcm/version
Get version of the system
- Available Since
- 1.3.0
| media type | data type | description |
|---|---|---|
| application/json | object (JSON) | Response List (example): |
- Available Since
- 1.5.2
GET /wcm/chronos/meanTimes
Return fluig metrics mean times.
- Available Since
- 1.5.2
| media type | data type | description |
|---|---|---|
| application/json | object (JSON) | Collection with metric name and mean time in miliseconds |
- Available Since
- 1.4.8
POST /wcm/oauth/generateKeys
Generate the tokenAccess and tokenSecret for the current user.
This method is used to generate oauth keys for a user who is already logged and
would like to start an external app already authenticated.
- Available Since
- 1.4.8
| media type | data type | description |
|---|---|---|
| application/json | OAuthAppKeyVO (JSON) | Request JSON with application key: |
| media type | data type | description |
|---|---|---|
| application/json | object (JSON) | Object containing tokenAccess and tokenSecret: |
- Available Since
- 1.5
POST /wcm/oauth/generateKeysToUser
Generate the tokenAccess and tokenSecret for an user login.
This method is used to generate oauth keys to a desired user login by an admin user
that's would like to start an external app using user login keys.
- Available Since
- 1.5
| media type | data type | description |
|---|---|---|
| application/json | OAuthAppKeyVO (JSON) | Request JSON with application key and user login: |
| media type | data type | description |
|---|---|---|
| application/json | object (JSON) | Object containing tokenAccess and tokenSecret: |
- Available Since
- 1.4.11
GET /wcm/version/v2
Get version of the system
- Available Since
- 1.4.11
| media type | data type | description |
|---|---|---|
| application/json | object (JSON) | Response List (example): |
- Available Since
- 1.5.0
GET /wcm/findPageFriendlyURL/{tenantId}/{pageCode}
Find the page's friendly url
- Available Since
- 1.5.0
| name | type | description | constraints |
|---|---|---|---|
| pageCode | path | ||
| tenantId | path | required |
| media type | data type | description |
|---|---|---|
| application/json | object (JSON) | Response JSON (example): |