Openapi
Return agenda items that overlap the requested range and match the optional filters.
Supabase browser session cookie. Supabase may split larger session values into chunked cookies like sb-auth-token.0.
In: cookie
uuiddate-timedate-timeitems <= 100[]length <= 240items <= 100[]"all"Value in
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/v1/organizations/123/agenda/items?startAt=example&endAt=example&calendarIds=example&q=example&userIds=example&visibility=all"[ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "organizationId": "7bc05553-4b68-44e8-b7bc-37be63c6d9e9", "source": "item", "state": "confirmed", "visibility": "public", "ownerUserId": "283eeac5-beea-465a-80a5-763009480d0f", "title": "string", "description": "string", "descriptionHtml": "string", "location": "string", "onlineMeetingUrl": "http://example.com", "transparency": "opaque", "startAt": "2019-08-24T14:15:22Z", "endAt": "2019-08-24T14:15:22Z", "isAllDay": true, "taskId": "e6e9d88a-9b63-468a-aec3-b7a11de27af8", "taskNumber": 1, "taskDisplayNumber": "string", "taskTitle": "string", "priority": "low", "taskStatus": "todo", "users": [ { "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b", "displayName": "string", "avatarUrl": "http://example.com", "disabledAt": "string" } ], "assignees": [ { "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b", "displayName": "string", "avatarUrl": "http://example.com", "disabledAt": "string" } ], "createdBy": "25a02396-1048-48f9-bf93-102d2fb7895e", "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "timeZone": "string", "organizerUserId": "7a945df0-7e4a-4587-8621-4e9919ceb9a2", "organizerEmail": "user@example.com", "organizerDisplayName": "string", "recurrenceParentItemId": "1c81b105-f2af-44a9-82bf-13eb0cd24106", "recurrenceIdAt": "2019-08-24T14:15:22Z", "recurrenceRule": { "count": 1, "frequency": "daily", "intervalCount": 1, "monthDay": 1, "monthOrdinal": "string", "monthWeekday": "mo", "untilAt": "2019-08-24T14:15:22Z", "weekDays": [ "mo" ] }, "recurrenceDates": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "kind": "rdate", "occursAt": "2019-08-24T14:15:22Z" } ], "reminders": [ { "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "method": "display", "offsetMinutes": -40320 } ], "attendees": [ { "displayName": "string", "email": "user@example.com", "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "isOptional": true, "isOrganizer": true, "participationStatus": "needs-action", "role": "required", "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b" } ], "calendarId": "9869a533-1db4-43d9-aed3-3d63324120f5", "isReadOnly": true, "reason": { "title": "string", "description": "string", "signals": [ "string" ] }, "confidence": 0 }]