- Search Events
Search Event Dates
Get Event Date Range
Get Event Search Filters
Duplicate Event
Search Event Services
List Event Duplication Strategies
Create Event Duplication Strategy
Update Event Duplication Strategy
Deprecated. Get Event
Deprecated. Update Event
Deprecated. Delete Event
Deprecated. Create Event
Search Events
Security
BearerPartner
- Mock serverhttps://developer.alteg.io/_mock/en/b2b-v1/openapi/activity/{location_id}/search
- Productionhttps://api.alteg.io/api/v1/activity/{location_id}/search
curl -i -X GET \
'https://developer.alteg.io/_mock/en/b2b-v1/openapi/activity/123/search?from=2026-06-01&till=2026-07-15&service_ids=123&staff_ids=456&resource_ids=789&page=1&count=25' \
-H 'Accept: application/vnd.api.v2+json' \
-H 'Authorization: Bearer <YOUR_Bearer {PartnerToken}_HERE>' \
-H 'Content-Type: application/json'OK
Array of objects with data
Example:
[ { "id": 3480140, "service_id": 5243360, "company_id": 68570, "staff_id": 921105, "date": "2026-09-21T23:00:00.000-05:00", "length": 3600, "capacity": 40, "records_count": 0, "color": "", "instructions": "", "stream_link": "", "font_color": "", "notified": false, "prepaid": "forbidden", "service": { … }, "staff": { … }, "resource_instances": [ … ], "labels": {} } ]
Response
{ "success": true, "data": [ { … } ], "meta": { "count": 1 } }