C Device Service - Retrieve Query String From GET Request #204
-
Hi Team, Queries
Please give your comments. Thank you, |
Beta Was this translation helpful? Give feedback.
Answered by
iain-anderson
Nov 15, 2023
Replies: 1 comment 1 reply
-
Hi Vijay, I don't know of anyone who has used this yet. However, |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
vijay-hcl-epl
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Vijay, I don't know of anyone who has used this yet. However,
options
is a string map; you can useiot_data_string_map_get_string(options, "MY_KEY")
to retrieve a value