{ "opencollection": "1.0.0", "info": { "name": "MongoDB Atlas Administration Access Tracking Activity Feed API", "version": "2.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://cloud.mongodb.com/api/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Activity Feed", "type": "folder" }, "items": [ { "info": { "name": "Return Pre-Filtered Activity Feed Link for One Project", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.mongodb.com/api/atlas/v2/groups/:groupId/activityFeed", "params": [ { "name": "groupId", "value": "", "type": "path", "description": "Unique 24-hexadecimal digit string that identifies your project. Use the [/groups](#tag/Projects/operation/listProjects) endpoint to retrieve all projects to which the authenticated user has access.\n\n**NOTE**: Groups and projects are synonymous terms. Your group id is the same as your project id. For existing groups, your group/project id remains the same. The resource and corresponding endpoints use the term groups." }, { "name": "pretty", "value": "", "type": "query", "description": "Flag that indicates whether the response body should be in the prettyprint format." }, { "name": "eventType", "value": "", "type": "query", "description": "Category of incident recorded at this moment in time.\n\n**IMPORTANT**: The complete list of event type values changes frequently." }, { "name": "maxDate", "value": "", "type": "query", "description": "End date and time for events to include in the activity feed link. ISO 8601 timestamp format in UTC." }, { "name": "minDate", "value": "", "type": "query", "description": "Start date and time for events to include in the activity feed link. ISO 8601 timestamp format in UTC." }, { "name": "clusterName", "value": "", "type": "query", "description": "Human-readable label that identifies the cluster." } ] }, "docs": "Returns a pre-filtered activity feed link for the specified project based on the provided date range and event types. The returned link can be shared and opened to view the activity feed with the same filters applied. To use this resource, the requesting Service Account or API Key must have the Project Read Only role or higher." }, { "info": { "name": "Return Pre-Filtered Activity Feed Link for One Organization", "type": "http" }, "http": { "method": "GET", "url": "https://cloud.mongodb.com/api/atlas/v2/orgs/:orgId/activityFeed", "params": [ { "name": "orgId", "value": "", "type": "path", "description": "Unique 24-hexadecimal digit string that identifies the organization that contains your projects. Use the [`/orgs`](#tag/Organizations/operation/listOrganizations) endpoint to retrieve all organizations to which the authenticated user has access." }, { "name": "pretty", "value": "", "type": "query", "description": "Flag that indicates whether the response body should be in the prettyprint format." }, { "name": "eventType", "value": "", "type": "query", "description": "Category of incident recorded at this moment in time.\n\n**IMPORTANT**: The complete list of event type values changes frequently." }, { "name": "maxDate", "value": "", "type": "query", "description": "End date and time for events to include in the activity feed link. ISO 8601 timestamp format in UTC." }, { "name": "minDate", "value": "", "type": "query", "description": "Start date and time for events to include in the activity feed link. ISO 8601 timestamp format in UTC." } ] }, "docs": "Returns a pre-filtered activity feed link for the specified organization based on the provided date range and event types. The returned link can be shared and opened to view the activity feed with the same filters applied. To use this resource, the requesting Service Account or API Key must have the Organization Member role." } ] } ], "bundled": true }