I’m trying this API and getting an error.
Here is my report info
and i want get report from this but how ??
i try this
but not working, my report dont have any parameter
and i try this
what exactly entities ???
and i try this
how i can get my report ???
I’m not sure but in the documentation(Redirect Notice) the element ‘entities’ is never mentioned so my guess would be that your REST request body should not contain entities but :
a parameter can be a name:value pair or name:values pair as i see it.
If you want to give a entity over parameter:
name=paramterName
value=idForTheEntity
For the example the documentation provides: {parameters: [{name: 'author',value: '4b3a21b0-d6b7-4161-b0b6-55f118fbaac5'}]}
→ This would mean there is a parameter named author for the report which corresponds to some Entity which has as UUID as ID Type.
For your case a with “ENTITY_LIST” you need to specify values: