cURL
curl --request GET \ --url https://dev.api.mufi.app/v1/events/{IdOrReferenceId} \ --header 'Authorization: Bearer <token>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "name": "<string>", "start_date": 123, "end_date": 123, "location": "<string>", "address": "<string>", "project_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "reference_id": "<string>", "description": "<string>" }
Fetch an existing event record for a project.
A JWT Access Token obtained from Google Cloud.
Event record.
An optional ID of the reference object in your database. This can be used to query events by reference object.