{ "opencollection": "1.0.0", "info": { "name": "Sitefinity CMS Content Blog Posts Events API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": ".ASPXAUTH", "value": "{{.ASPXAUTH}}", "placement": "query" } }, "items": [ { "info": { "name": "Events", "type": "folder" }, "items": [ { "info": { "name": "List Events", "type": "http" }, "http": { "method": "GET", "url": "https://{site}.sitefinity.com/api/default/events", "params": [ { "name": "$top", "value": "", "type": "query", "description": "Maximum number of items to return (OData $top)" }, { "name": "$skip", "value": "", "type": "query", "description": "Number of items to skip for pagination (OData $skip)" }, { "name": "$filter", "value": "", "type": "query", "description": "OData filter expression (e.g., Status eq 'Published')" }, { "name": "$orderby", "value": "", "type": "query", "description": "OData orderby clause (e.g., PublicationDate desc)" } ] }, "docs": "Retrieves a paginated list of event content items. Supports OData filtering for start date, end date, location, and status." }, { "info": { "name": "Create Event", "type": "http" }, "http": { "method": "POST", "url": "https://{site}.sitefinity.com/api/default/events", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new event content item in Sitefinity CMS." } ] } ], "bundled": true }