Skip to main content
Table of Contents

Projects

Get projects

Returns a list of Project objects.

GET /api/pm-tools/v1/projects

Request parameters

Request

curl -u "YOUR_USERNAME:YOUR_ACCESS_KEY" \
-X GET "https://integrate.browserstack.com/api/pm-tools/v1/projects?integration_key=jira&unique_user_id=steve@acme.com"
  • unique_user_id* String

    Unique identifier for user e.g. email ID

  • integration_key* String

    Name of the tool. Allowed values are jira, azuredevops

Response attributes 200 application/json

Response

{
    "success": true,
    "data": {
        "total": 116,
        "projects": [
            {
                "id": "12345",
                "key": "RPJ",
                "label": "(Dep) Research Project",
                "icon": {
                    "48x48": "https://browserstack.atlassian.net/rest/api/1/universal_avatar/view/type/project/avatar/12345",
                    "24x24": "https://browserstack.atlassian.net/rest/api/1/universal_avatar/view/type/project/avatar/12345?size=small",
                    "16x16": "https://browserstack.atlassian.net/rest/api/1/universal_avatar/view/type/project/avatar/12345?size=xsmall",
                    "32x32": "https://browserstack.atlassian.net/rest/api/1/universal_avatar/view/type/project/avatar/12345?size=medium"
                },
                "ticket_types": [
                    {
                        "id": "12345",
                        "label": "Epic",
                        "icon": "https://browserstack.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/12345?size=medium",
                        "sub_task": false
                    },
                    {
                        "id": "12346",
                        "label": "Subtask",
                        "icon": "https://browserstack.atlassian.net/rest/api/2/universal_avatar/view/type/issuetype/avatar/12345?size=medium",
                        "sub_task": true
                    }
                ]
            }
        ]
    }
}
  • success Boolean

    Operation was a success or failure.

  • data Object

    List of all projects and corresponding details

We're sorry to hear that. Please share your feedback so we can do better

Contact our Support team for immediate help while we work on improving our docs.

We're continuously improving our docs. We'd love to know what you liked






Thank you for your valuable feedback