Skip to main content
Question

REST call for Events for a specific CSG

  • September 3, 2024
  • 1 reply
  • 38 views

schumacher777
Do Gooder (Customer)
Forum|alt.badge.img+6

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?

 

1 reply

Forum|alt.badge.img+2
  • Do Gooder (Employee)
  • 10 replies
  • September 22, 2024

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.