Skip to main content

GetStatuses

Get a status list

Description

Obtains a list of statuses defined for the specified datastore.

Method

GET

Request URL Format

/api/v0/datastores/:datastore-id/statuses

URL Params

datastore-id    : Datastore ID

Request Sample

GET https://api.xxx.com/api/v0/datastores/59bf42550e2479186a6c6c70/statuses

Response Sample

[
{
"display_id": "Status1",
"name": {
"en": "Status1",
"ja": "ステータス1"
},
"displayed_name": "ステータス1",
"status_id": "6121fccd170986e3a7cfcb91",
"sort_id": 0,
"x": 0,
"y": 0
},
{
"display_id": "Status2",
"name": {
"en": "Status2",
"ja": "ステータス2"
},
"displayed_name": "ステータス2",
"status_id": "6121fccd170986e3a7cfcb90",
"sort_id": 1,
"x": 1,
"y": 0
}
]