{ "opencollection": "1.0.0", "info": { "name": "Fortify on Demand Alert Definitions Notifications API", "version": "v3" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Notifications", "type": "folder" }, "items": [ { "info": { "name": "Fortify List unread notifications", "type": "http" }, "http": { "method": "GET", "url": "https://api.ams.fortify.com/api/v3/notifications/unread", "params": [ { "name": "filters", "value": "", "type": "query", "description": "Filter expression using Fortify on Demand filter syntax. Multiple filters can be combined." }, { "name": "orderBy", "value": "", "type": "query", "description": "Field name to sort results by" }, { "name": "orderByDirection", "value": "", "type": "query", "description": "Sort direction" }, { "name": "fields", "value": "", "type": "query", "description": "Comma-separated list of fields to include in the response" }, { "name": "offset", "value": "", "type": "query", "description": "Number of records to skip for pagination" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return (max 50)" } ] }, "docs": "Retrieves a paginated list of unread notifications for the authenticated user." }, { "info": { "name": "Fortify List read notifications", "type": "http" }, "http": { "method": "GET", "url": "https://api.ams.fortify.com/api/v3/notifications/read", "params": [ { "name": "filters", "value": "", "type": "query", "description": "Filter expression using Fortify on Demand filter syntax. Multiple filters can be combined." }, { "name": "orderBy", "value": "", "type": "query", "description": "Field name to sort results by" }, { "name": "orderByDirection", "value": "", "type": "query", "description": "Sort direction" }, { "name": "fields", "value": "", "type": "query", "description": "Comma-separated list of fields to include in the response" }, { "name": "offset", "value": "", "type": "query", "description": "Number of records to skip for pagination" }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of records to return (max 50)" } ] }, "docs": "Retrieves a paginated list of read notifications for the authenticated user." }, { "info": { "name": "Fortify Mark notifications as read", "type": "http" }, "http": { "method": "POST", "url": "https://api.ams.fortify.com/api/v3/notifications/markasread", "body": { "type": "json", "data": "{}" } }, "docs": "Marks one or more notifications as read." } ] } ], "bundled": true }