# Get Event (v2) Returns detailed information about a specific Event using v2 API. Endpoint: GET /v2/companies/{location_id}/activities/{event_id} Version: 1.0.1 Security: BearerPartnerUser ## Header parameters: - `Accept` (string, required) API version header - `Authorization` (string, required) Bearer {partner_token}, User {user_token} ## Path parameters: - `location_id` (integer, required) Location (business) ID - `event_id` (integer, required) Event ID ## Response 200 fields (application/json): - `data` (object) Event details (JSON:API format) - `data.type` (string) Example: "activity" - `data.id` (string) Example: "10126531" - `data.attributes` (object) - `data.attributes.master_id` (integer) - `data.attributes.staff_id` (integer) - `data.attributes.service_id` (integer) - `data.attributes.timestamp` (integer) - `data.attributes.length` (integer) - `data.attributes.capacity` (integer) - `data.attributes.clients_count` (integer) - `data.attributes.color` (string) - `data.attributes.instructions` (string) - `data.attributes.stream_link` (string) - `data.attributes.font_color` (string) - `data.attributes.notified` (boolean) - `data.attributes.comment` (string,null) - `data.attributes.schedule_id` (integer,null) - `data.attributes.schedule_till` (string,null) - `data.attributes.schedule_event_modified` (string,null) - `data.attributes.date` (string) - `meta` (array) ## Response 401 fields (application/json): - `success` (boolean) - `data` (null) - `meta` (object) - `meta.message` (string) ## Response 403 fields (application/json): - `success` (boolean) - `data` (null) - `meta` (object) - `meta.message` (string) ## Response 404 fields (application/json): - `success` (boolean) - `data` (null) - `meta` (object) - `meta.message` (string) Example: "Not found"