get https://{api_url}/api/v5/admin//event_chains//events//edit
Retrieves the schema for editing an event.
Use the Update Event API to update the event.
Log in to see full request history
Response
200Event Schema
Retrieves the schema for editing an event.
Use the Update Event API to update the event.
200Event Schema
xxxxxxxxxx
curl --request GET \
--url https://example.jrni.com/api/v5/admin/company_id/event_chains/event_chain_id/events/id/edit \
--header 'accept: application/json'
Try It!
to start a request and see the response here!