{ "opencollection": "1.0.0", "info": { "name": "PostHog actions session_group_summaries API", "version": "1.0.0" }, "items": [ { "info": { "name": "session_group_summaries", "type": "folder" }, "items": [ { "info": { "name": "session_group_summaries_list", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/projects/:project_id/session_group_summaries/", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Number of results to return per page." }, { "name": "offset", "value": "", "type": "query", "description": "The initial index from which to return the results." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "API for retrieving and managing stored group session summaries." }, { "info": { "name": "session_group_summaries_create", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/api/projects/:project_id/session_group_summaries/", "params": [ { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "API for retrieving and managing stored group session summaries." }, { "info": { "name": "session_group_summaries_retrieve", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/projects/:project_id/session_group_summaries/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this session group summary." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "API for retrieving and managing stored group session summaries." }, { "info": { "name": "session_group_summaries_update", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/api/projects/:project_id/session_group_summaries/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this session group summary." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "API for retrieving and managing stored group session summaries." }, { "info": { "name": "session_group_summaries_partial_update", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/api/projects/:project_id/session_group_summaries/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this session group summary." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "API for retrieving and managing stored group session summaries." }, { "info": { "name": "session_group_summaries_destroy", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/api/projects/:project_id/session_group_summaries/:id/", "params": [ { "name": "id", "value": "", "type": "path", "description": "A UUID string identifying this session group summary." }, { "name": "project_id", "value": "", "type": "path", "description": "Project ID of the project you're trying to access. To find the ID of the project, make a call to /api/projects/." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "API for retrieving and managing stored group session summaries." } ] } ], "bundled": true }