{ "opencollection": "1.0.0", "info": { "name": "Polarion REST Account Icons API", "version": "v1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Icons", "type": "folder" }, "items": [ { "info": { "name": "Returns a list of Icons from the default context.", "type": "http" }, "http": { "method": "GET", "url": "https://example.com/polarion/rest/v1/enumerations/defaulticons", "params": [ { "name": "page[size]", "value": "", "type": "query", "description": "Limit the number of entities returned in a single response. See REST API User Guide for details." }, { "name": "page[number]", "value": "", "type": "query", "description": "Specify the page number to be returned. Counting starts from 1. See REST API User Guide for details." }, { "name": "fields", "value": "", "type": "query", "description": "Filter returned resource fields. See REST API User Guide for details." } ] }, "docs": "Returns a list of Icons from the default context." }, { "info": { "name": "Returns the specified Icon from the default context.", "type": "http" }, "http": { "method": "GET", "url": "https://example.com/polarion/rest/v1/enumerations/defaulticons/:iconId", "params": [ { "name": "iconId", "value": "", "type": "path", "description": "The Icon ID." }, { "name": "fields", "value": "", "type": "query", "description": "Filter returned resource fields. See REST API User Guide for details." } ] }, "docs": "Returns the specified Icon from the default context." }, { "info": { "name": "Returns a list of Icons from the Global context.", "type": "http" }, "http": { "method": "GET", "url": "https://example.com/polarion/rest/v1/enumerations/icons", "params": [ { "name": "page[size]", "value": "", "type": "query", "description": "Limit the number of entities returned in a single response. See REST API User Guide for details." }, { "name": "page[number]", "value": "", "type": "query", "description": "Specify the page number to be returned. Counting starts from 1. See REST API User Guide for details." }, { "name": "fields", "value": "", "type": "query", "description": "Filter returned resource fields. See REST API User Guide for details." } ] }, "docs": "Returns a list of Icons from the Global context." }, { "info": { "name": "Creates a list of Icons in the Global context.", "type": "http" }, "http": { "method": "POST", "url": "https://example.com/polarion/rest/v1/enumerations/icons", "body": { "type": "multipart-form", "data": [] } }, "docs": "Icons are identified by order" }, { "info": { "name": "Returns the specified Icon from the Global context.", "type": "http" }, "http": { "method": "GET", "url": "https://example.com/polarion/rest/v1/enumerations/icons/:iconId", "params": [ { "name": "iconId", "value": "", "type": "path", "description": "The Icon ID." }, { "name": "fields", "value": "", "type": "query", "description": "Filter returned resource fields. See REST API User Guide for details." } ] }, "docs": "Returns the specified Icon from the Global context." }, { "info": { "name": "Returns a list of Icons from the Project context.", "type": "http" }, "http": { "method": "GET", "url": "https://example.com/polarion/rest/v1/projects/:projectId/enumerations/icons", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The Project ID." }, { "name": "page[size]", "value": "", "type": "query", "description": "Limit the number of entities returned in a single response. See REST API User Guide for details." }, { "name": "page[number]", "value": "", "type": "query", "description": "Specify the page number to be returned. Counting starts from 1. See REST API User Guide for details." }, { "name": "fields", "value": "", "type": "query", "description": "Filter returned resource fields. See REST API User Guide for details." } ] }, "docs": "Returns a list of Icons from the Project context." }, { "info": { "name": "Creates a list of Icons in the Project context.", "type": "http" }, "http": { "method": "POST", "url": "https://example.com/polarion/rest/v1/projects/:projectId/enumerations/icons", "params": [ { "name": "projectId", "value": "", "type": "path" } ], "body": { "type": "multipart-form", "data": [] } }, "docs": "Icons are identified by order" }, { "info": { "name": "Returns the specified Icon from the Project context.", "type": "http" }, "http": { "method": "GET", "url": "https://example.com/polarion/rest/v1/projects/:projectId/enumerations/icons/:iconId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "The Project ID." }, { "name": "iconId", "value": "", "type": "path", "description": "The Icon ID." }, { "name": "fields", "value": "", "type": "query", "description": "Filter returned resource fields. See REST API User Guide for details." } ] }, "docs": "Returns the specified Icon from the Project context." } ] } ], "bundled": true }