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 } }