GET
/
api
/
v1
/
getList
/
{spaceId}
/
{listId}
Retrieve details of a specific List
curl --request GET \
  --url https://hero.page/api/v1/getList/{spaceId}/{listId} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "name": "<string>",
  "color": "<string>",
  "spaceID": "<string>",
  "sortIndex": 123,
  "createdAt": "2023-11-07T05:31:56Z",
  "workflow_type": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

spaceId
string
required

The ID of the space

listId
string
required

The ID of the list

Response

OK

id
string
name
string
color
string
spaceID
string
sortIndex
integer
createdAt
string<date-time>
workflow_type
string