Hi,

is it acutally possible to retrive the data of a specific case, to basically show a list of cases with the corresponding dataclasses? Or is there a better way to show a user the state of cases and the data stored within them.

So far i tried to solve this via IvyScript and query for the specificy Cases I want to show but I can't find a way to link a case to its input data.

asked 09.04.2016 at 21:07

potea's gravatar image

potea
(suspended)
accept rate: 0%


You can get the data of a running Task via Public API:

To find running tasks from a case you can use the case API:

link

answered 11.04.2016 at 09:10

Reguel%20Wermelinger's gravatar image

Reguel Werme... ♦♦
9.4k31958
accept rate: 70%

edited 11.04.2016 at 09:15

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×18
×9

Asked: 09.04.2016 at 21:07

Seen: 1,550 times

Last updated: 11.04.2016 at 09:15