Get a single list by its AT-URI, including creator profile info.
Parameters
Output
application/jsonlist
ref#listDetailView
Required
No description available.
Try It
Requests are sent directly from your browser. Some servers may block requests due to CORS.
View raw schema
{
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"list"
],
"properties": {
"list": {
"ref": "#listDetailView",
"type": "ref"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"uri"
],
"properties": {
"uri": {
"type": "string",
"format": "at-uri",
"description": "The AT-URI of the list record."
}
}
},
"description": "Get a single list by its AT-URI, including creator profile info."
}