3. List status
Returns a list of status
Request
Method
URL
GET
api_url/get-list-status
Example Request
Method
URL
Example Response
[
    {
        "id": 58,
        "name": "12345",
        "color": "btn-outline-purple"
    },
    {
        "id": 59,
        "name": "hahaha",
        "color": "btn-outline-warning"
    },
    {
        "id": 65,
        "name": "red",
        "color": "btn-outline-secondary"
    },
    {
        "id": 70,
        "name": "blue",
        "color": "btn-outline-primary"
    },
    {
        "id": 71,
        "name": "green",
        "color": "btn-outline-primary"
    }
]
Last updated