/lists/:id (GET)
GET /lists/:id
GET
/lists/:id
Authorizations
Parameters
Path Parameters
id
required
string
Responses
200
OK
object
id
required
List ID
string
title
required
List title
string
public
required
If true, list is public
boolean
404
List not found
List not found
object
error
required
List not found
string
500
Internal error
Internal server error
object
error
required
Internal server error
string