{ "info": { "name": "Github Get Repos Owner Repo Issues Number Events", "_postman_id": "ce27d4fb-95ef-483b-bc47-896684a896b7", "description": "List events for an issue.", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/" }, "item": [ { "name": "repos", "item": [ { "id": "e275267a-6f16-417f-a86f-5a541b1ed5df", "name": "list-events-for-an-issue", "request": { "url": { "protocol": "http", "host": "api.github.com", "path": [ "repos/:owner/:repo/issues/:number/events" ], "query": [ { "key": "access_token", "value": "%7B%7D", "disabled": false } ], "variable": [ { "id": "number", "value": "{}", "type": "string" }, { "id": "owner", "value": "{}", "type": "string" }, { "id": "repo", "value": "{}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "{}", "description": "Is used to set specified media type", "disabled": false } ], "body": { "mode": "raw" }, "description": "List events for an issue" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "168c3253-ae1d-469a-9859-23ee9d241f89" } ] } ] } ] }