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

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:



3 Comments

  1. Unknown User (r.de.groot)

    I have an example that the functionality is uesd in Bluriq 9. The first parameter after the '?' is without the '&'. Therefor the parameter can't be read. Now we fixed it with a dummy parameter. Is there an other way to work without the '&' ?

    1. It should not be needed to add a question mark before the first parameter (in the example the first parameter is named project with the value studio-RepositoryName-ProjectName. The ampersand is only needed if there are multiple parameters. If you are sure this does not work, please report a bug.

  2. Unknown User (r.de.groot)

    It's a bug. I will report one.