Forum Discussion

skatiyar's avatar
skatiyar
Expert
4 years ago

Getting Error with V2 RSVPS API call

Hi All,

I am getting error when I call the below V2 call. I have added the full error as well. This can be found in https://developer.khoros.com/khoroscommunitydevdocs/docs/occasion_invites

Is it working for anyone? or do anyone know what could be causing the error

SELECT occasion_invitee FROM rsvps where message.id='19'

 

Error:

{
"status" : "error",
"message" : "Invalid query syntax",
"data" : {
"type" : "error_data",
"code" : 604,
"developer_message" : "Field 'occasion_invitee' does not exist for object 'rsvps'. in: SELECT occasion_invitee FROM rsvps WHERE message.id = '20084'",
"more_info" : ""
},
"metadata" : { }
}

 

Thanks,
Sachin

 

  • Hello. I just started on Khoros platform development a few months ago, still figuring out stuff myself.

    Is your Community's version at least 20.11? occasion_invitee, from LiQL doc: it says added in 20.11 version.

    • skatiyar's avatar
      skatiyar
      Expert

      Yes that is true. I am already on that version when trying out the API calls.