Get All Projects
GET {{baseUrl}}/rest/api/3/project?expand=<string>&recent=<integer>&properties=<string>&properties=<string>
Returns all projects visible to the user. Deprecated, use Get projects paginated that supports search and pagination.
This operation can be accessed anonymously.
Permissions required: Projects are returned only where the user has Browse Projects or Administer projects project permission for the project.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
expand | string | Use expand to include additional information in the response. This parameter accepts a comma-separated list. Expanded options include: |
description
Returns the project description.issueTypes
Returns all issue types associated with the project.lead
Returns information about the project lead.projectKeys
Returns all project keys associated with the project. | |recent
| string | | Returns the user's most recently accessed projects. You may specify the number of results to return up to a maximum of 20. If access is anonymous, then the recently accessed projects are based on the current HTTP session. | |properties
| string | | A list of project properties to return for the project. This parameter accepts a comma-separated list. | |properties
| string | | A list of project properties to return for the project. This parameter accepts a comma-separated list. |
RESPONSES
status: OK
[{"self":"https://your-domain.atlassian.net/rest/api/3/project/EX","id":"10000","key":"EX","name":"Example","avatarUrls":{"48x48":"https://your-domain.atlassian.net/secure/projectavatar?size=large\u0026pid=10000","24x24":"https://your-domain.atlassian.net/secure/projectavatar?size=small\u0026pid=10000","16x16":"https://your-domain.atlassian.net/secure/projectavatar?size=xsmall\u0026pid=10000","32x32":"https://your-domain.atlassian.net/secure/projectavatar?size=medium\u0026pid=10000"},"projectCategory":{"self":"https://your-domain.atlassian.net/rest/api/3/projectCategory/10000","id":"10000","name":"FIRST","description":"First Project Category"},"simplified":false,"style":"classic","insight":{"totalIssueCount":100,"lastIssueUpdateTime":"2020-12-17T01:45:38.377+0000"}},{"self":"https://your-domain.atlassian.net/rest/api/3/project/ABC","id":"10001","key":"ABC","name":"Alphabetical","avatarUrls":{"48x48":"https://your-domain.atlassian.net/secure/projectavatar?size=large\u0026pid=10001","24x24":"https://your-domain.atlassian.net/secure/projectavatar?size=small\u0026pid=10001","16x16":"https://your-domain.atlassian.net/secure/projectavatar?size=xsmall\u0026pid=10001","32x32":"https://your-domain.atlassian.net/secure/projectavatar?size=medium\u0026pid=10001"},"projectCategory":{"self":"https://your-domain.atlassian.net/rest/api/3/projectCategory/10000","id":"10000","name":"FIRST","description":"First Project Category"},"simplified":false,"style":"classic","insight":{"totalIssueCount":100,"lastIssueUpdateTime":"2020-12-17T01:45:38.377+0000"}}]