{ "info": { "name": "Github Get Repos Owner Repo Pulls Number", "_postman_id": "a214cfbd-0c28-4a2e-b508-068515c638c7", "description": "Get a single pull request.", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/" }, "item": [ { "name": "repos", "item": [ { "id": "14e8c5cf-e26c-400f-8493-946ad40d046b", "name": "get-a-single-pull-request", "request": { "url": { "protocol": "http", "host": "api.github.com", "path": [ "repos/:owner/:repo/pulls/:number" ], "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": "Get a single pull request" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "fe19e3c8-9104-4a30-a113-a6ad4af904d9" } ] } ] } ] }