{ "opencollection": "1.0.0", "info": { "name": "Testmo REST Automation Runs Sessions API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Sessions", "type": "folder" }, "items": [ { "info": { "name": "Get a session", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.testmo.net/api/v1/sessions/:session_id", "params": [ { "name": "session_id", "value": "", "type": "path", "description": "The ID of the exploratory session." } ] }, "docs": "Retrieves a single exploratory test session with result statistics of its notes." }, { "info": { "name": "List sessions for a project", "type": "http" }, "http": { "method": "GET", "url": "https://{instance}.testmo.net/api/v1/projects/:project_id/sessions", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "The ID of the project." }, { "name": "page", "value": "", "type": "query", "description": "The page of results to retrieve." }, { "name": "per_page", "value": "", "type": "query", "description": "The number of entries per page." } ] }, "docs": "Lists active or closed exploratory sessions of a project with result statistics." } ] } ], "bundled": true }