{ "opencollection": "1.0.0", "info": { "name": "GitLab access_requests resource_events API", "version": "v4" }, "items": [ { "info": { "name": "resource_events", "type": "folder" }, "items": [ { "info": { "name": "List project Issue milestone events", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/projects/:id/issues/:eventable_id/resource_milestone_events", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID or URL-encoded path of the project" }, { "name": "eventable_id", "value": "", "type": "path", "description": "The ID of the eventable" }, { "name": "page", "value": "1", "type": "query", "description": "Current page number" }, { "name": "per_page", "value": "20", "type": "query", "description": "Number of items per page" } ] }, "docs": "Gets a list of all milestone events for a single Issue" }, { "info": { "name": "Get single Issue milestone event", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/projects/:id/issues/:eventable_id/resource_milestone_events/:event_id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID or URL-encoded path of the project" }, { "name": "event_id", "value": "", "type": "path", "description": "The ID of a resource milestone event" }, { "name": "eventable_id", "value": "", "type": "path", "description": "The ID of the eventable" } ] }, "docs": "Returns a single milestone event for a specific project Issue" }, { "info": { "name": "List project Merge request milestone events", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/projects/:id/merge_requests/:eventable_id/resource_milestone_events", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID or URL-encoded path of the project" }, { "name": "eventable_id", "value": "", "type": "path", "description": "The ID of the eventable" }, { "name": "page", "value": "1", "type": "query", "description": "Current page number" }, { "name": "per_page", "value": "20", "type": "query", "description": "Number of items per page" } ] }, "docs": "Gets a list of all milestone events for a single Merge request" }, { "info": { "name": "Get single Merge request milestone event", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v4/projects/:id/merge_requests/:eventable_id/resource_milestone_events/:event_id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The ID or URL-encoded path of the project" }, { "name": "event_id", "value": "", "type": "path", "description": "The ID of a resource milestone event" }, { "name": "eventable_id", "value": "", "type": "path", "description": "The ID of the eventable" } ] }, "docs": "Returns a single milestone event for a specific project Merge request" } ] } ], "bundled": true }