Skip to main content

I’m trying to narrow down an issue that I was have happening for a certain type of ItemAId - to do this, I was trying to use csgId - but using this query:

https://<server>:<port>/assystREST/v2/events?csgId=145

Results with this:

Invalid Lookup Parameter: csgId

 

So I guess my question is to how to find the valid lookup parameters?

 

Hello 

Can you try below REST query

 

https://<server>:<port>/assystREST/v2/events?eventCsg=145&fields=csg

Verify if it correctly returns the event logged above CSG.


Reply