Contents

Get Status List

Specific Backlog APIs will be phased out starting . Learn more.(Open in new tab)

This API has been deprecated and is no longer recommended for use. Please replace it with Get Status List of Project.

Returns list of statuses.

Role

All

Method

GET

URL

/api/v2/statuses

Response example

Status Line / Response Header

HTTP/1.1 200 OK
Content-Type:application/json;charset=utf-8

Response Body

[
    {
        "id": 1,
        "name": "Open"
    },
    {
        "id": 2,
        "name": "In Progress"
    },
    {
        "id": 3,
        "name": "Resolved"
    },
    {
        "id": 4,
        "name": "Closed"
    }
]