nooks
GitHubInstall
Public lists

Get public list

GetPublicList returns the published List, or nothing when there is none. It is the only List reachable this way: a Visitor cannot ask for another one, and cannot discover that another one exists.

GET
/api/v1/public-list

Response Body

application/json

application/json

curl -X GET "https://example.com/api/v1/public-list"
{  "published": true,  "instanceName": "string",  "listName": "string",  "items": [    {      "label": "string",      "done": true,      "uid": "string",      "quantity": "string",      "dueOn": "string",      "addedByName": "string"    }  ],  "allowJoin": true,  "openCount": 0,  "updatedAt": "string"}