Check that a list has contents
head/lists/{listId}/contents
Checks the existence of a list's contents.
A successful response (for example, 200 OK) indicates that the list has contents. An unsuccessful response (for example, 404 Not Found) indicates that the list does not have contents.
Status | Meaning | Description | ||
---|---|---|---|---|
200 | OK | The request succeeded. | Headers | |
403 | Forbidden | The user did not have the necessary permissions. | Schema | |
404 | Not Found | No item exists at the requested path. | Schema | |
500 | Internal Server Error | The request could not be fulfilled because of an unexpected server error. | Schema |