skatiyar
4 years agoExpert
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