Replies: 2 comments 1 reply
-
Hi Mario,
getEvent takes a single argument of the event ID, The post body should be
a JSON array with one number like, e.g.
[3100000]
Probably the easiest way to figure out most of the RPC methods is look at
the code or watch the network tab of a window with devtools (it hit F12).
Justin
…On Thu, Oct 20, 2022 at 2:01 AM MarioCipo ***@***.***> wrote:
Want to get my current event, which i am currently attend with REST API.
How to fill the request-post parameters to receive a valid response?
POST http://localhost:1080/api/rpc/getEvent
Content-Type: application/json; charset=UTF-8
{
????
}
—
Reply to this email directly, view it on GitHub
<#45>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABCANC66WA4MTW26UC2SXLWED37LANCNFSM6AAAAAARJ33H7E>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
How do we get the event ID for an event if the rider is in an event? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Want to get my current event, which i am currently attend with REST API. How to fill the request-post parameters to receive a valid response?
POST http://localhost:1080/api/rpc/getEvent
Content-Type: application/json; charset=UTF-8
{
????
}
Beta Was this translation helpful? Give feedback.
All reactions