GET Next rwmobile Page
The GET Next rwmobile PageAPI provides direct access to the Redwood Mobile backend. With this API, you can retrieve next-page JSON payloads, allowing you to seamlessly render mobile UIs using any technology or framework you prefer.
- The API returns a JSON representation of the data on a mobile screen
- This representation merely describes the fields and data in each field, along with action keys (control keys) available on that screen
- It assumes a certain basic layout of the mobile screen which will be described later
- It does not contain any design or rendering elements, such as CSS
- The customer/partner front-end UI renders the fields represented in the JSON
- CSS and other design considerations are up to the front end
- The front-end accepts user input, whether its data typed into a field or an action key and then invokes the same API, passing in this user input
- The sequence repeats, until the user exits the application
URL
POST .../lgfapi/v10/htmlrf/get_next_rwmobile_page