Returns a [paginated](https://developer.atlassian.com/cloud/jira/platform/rest/#pagination) representation of all components existing in a single project. See the [Get project components](https://developer.atlassian.com/cloud/jira/platform/rest/#api-api-2-project-projectIdOrKey-components-get) resource if you want to get a full list of versions without pagination. **[Permissions](https://confluence.atlassian.com/x/FQiiLQ) required:** _Browse Projects_ project permission.
Posted on:
2018-08-27
Provider
Atlassian
decription
Millions of users globally rely on Atlassian products every day for improving software development, project management, collaboration, and code quality.
Github
Postman Collection
Curl command through Streamdata.io
curl -v "https://streamdata.motwin.net/http://api/2/project/{projectIdOrKey}/component?X-Sd-Token={streamdata_token}&maxResults={field_value}&orderBy={field_value}&query={field_value}&startAt={field_value}"