Skip to main content

App Action Response

What is App Action Response Entity

The App Action response entity is used to prepare the result for business logic and to set the data that needs to be sent when the business logic is called.

Built-in operations in App Action Response Entity

This topic describes the list of operations that can be performed on an App Action Response entity in the Backflipt platform.

App Action Response Operation Description
Data Response It can be used to prepare or set data as output for business logic.
Error Response It can be used to prepare or set an error response as output for business logic.
Page Response It can be used to direct the user to a different page in the app.
File Download It can be used to initiate a file download process for a user.
Success Response It can be used to prepare or set a successful response as output for business logic.
Redirect Response

It can be used to temporarily redirect a user, for instance, after completing the oAuth connection. Alternatively, it can be used to permanently redirect a user to the main login page, for instance, after completing the registration.

Invalid Session It can be used to throw an invalid session error for the user, which will remove the user session.

Top of page