getRedirectUrlList()
Retrieves a list of all white-listed redirect URLs.
Example
In this example, you can see that the returned PaginatedResourceResponse
includes data
, which is an array of RedirectUrl
objects, and totalCount
, which indicates the total number of redirect URLs for the application.
Backend API (BAPI) endpoint
This method in the SDK is a wrapper around the BAPI endpoint GET/redirect_urls/{id}
. See the BAPI reference for more information.
Feedback
Last updated on