REST service - InputControl - Set prompt text
Posted on October 29, 2014 at 4:50am
Hi,
Im using the REST v2 service to publish report units. When I specify a InputControl I want to set a name (called prompt text in web gui) but can't find any information about it in the documentation.
I've tried different values, like name, id, prompt and so on with no success. My InputControl gets the same name as the label (common attribute) and I don't want that.
Perhaps there's no support for it in the API? Please help :)
Regards,
Daniel
Joined: Oct 29 2014 - 4:35am
Last seen: 8 years 10 months ago
Posted on October 29, 2014 at 6:41am
Did a workaround... Im uploading the reportunit and after I modify the input control with the PATCH-method.
Not the prettiest solution but it works.
Joined: Oct 29 2014 - 4:35am
Last seen: 8 years 10 months ago
Posted on January 20, 2019 at 10:44pm
can you share the approach that you have used
Joined: Dec 16 2018 - 11:20pm
Last seen: 4 years 4 months ago
Edit: Did a workaround... Im uploading the reportunit and after modify the input control after with the PATCH-method.