You are viewing the documentation for Blueriq 17. 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

NameDescriptionTypeRequired
ParametersSelect attributes on which the URL arguments are mapped.Multivalued - Key value pair - Module element - AttributeYes

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&param1=Hello&param2=World

Now the arguments can be placed in the profile using the AQ_GetRequestParameters service like this: