{ "info": { "name": "Github Get Repos Owner Repo Issues Number Labels", "_postman_id": "c0279e34-28d4-4f26-ad34-aa1e5b336424", "description": "List labels on an issue.", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/" }, "item": [ { "name": "repos", "item": [ { "id": "53b92cb8-6976-48df-8b60-d33e46a8a845", "name": "list-labels-on-an-issue", "request": { "url": { "protocol": "http", "host": "api.github.com", "path": [ "repos/:owner/:repo/issues/:number/labels" ], "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 labels on an issue" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "010a1809-c159-4c98-b345-40b2dd3b0541" } ] } ] } ] }