{ "opencollection": "1.0.0", "info": { "name": "Atlassian Admin Account Project Types API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Project Types", "type": "folder" }, "items": [ { "info": { "name": "Atlassian Get All Project Types", "type": "http" }, "http": { "method": "GET", "url": "https://api.atlassian.com/rest/api/3/project/type" }, "docs": "Returns all [project types](https://confluence.atlassian.com/x/Var1Nw), whether or not the instance has a valid license for each type.

This operation can be accessed anonymously.

**[Permissions](#permissions) required:** None." }, { "info": { "name": "Atlassian Get Licensed Project Types", "type": "http" }, "http": { "method": "GET", "url": "https://api.atlassian.com/rest/api/3/project/type/accessible" }, "docs": "Returns all [project types](https://confluence.atlassian.com/x/Var1Nw) with a valid license." }, { "info": { "name": "Atlassian Get Project Type By Key", "type": "http" }, "http": { "method": "GET", "url": "https://api.atlassian.com/rest/api/3/project/type/:projectTypeKey", "params": [ { "name": "projectTypeKey", "value": "", "type": "path", "description": "The key of the project type." } ] }, "docs": "Returns a [project type](https://confluence.atlassian.com/x/Var1Nw).

This operation can be accessed anonymously.

**[Permissions](#permissions) required:** None." }, { "info": { "name": "Atlassian Get Accessible Project Type By Key", "type": "http" }, "http": { "method": "GET", "url": "https://api.atlassian.com/rest/api/3/project/type/:projectTypeKey/accessible", "params": [ { "name": "projectTypeKey", "value": "", "type": "path", "description": "The key of the project type." } ] }, "docs": "Returns a [project type](https://confluence.atlassian.com/x/Var1Nw) if it is accessible to the user.

**[Permissions](#permissions) required:** Permission to access Jira." } ] } ], "bundled": true }