You are viewing the documentation for Blueriq 16. Documentation for other versions is available in our documentation directory.
The AQ_GetRequestParameters service may be used to retrieve one or more URL arguments and place them on attributes in the profile.
Parameters
Name | Description | Type | Required |
---|---|---|---|
Parameters | Select attributes on which the URL arguments are mapped. | Multivalued - Key value pair - Module element - Attribute | Yes |
Do not pass any values that are (database) id's, privacy sensitive data or otherwise possibly harmful data as those values are visible to users and can be changed by users.
Example
The application is started with extra arguments in the URL:
http://server:8080/Runtime/server/start?project=studio-RepositoryName-ProjectName&flow=FlowName &version=0.0-Trunk&languageCode=en-US&ui=mvc&theme=bootstrap3¶m1=Hello¶m2=World
Now the arguments can be placed in the profile using the AQ_GetRequestParameters service like this:
Overview
Content Tools