ListDetail
object
A public list including its items and collaborators.
Properties
ListDetailobject
| Property | Type | Description |
|---|---|---|
slugrequired | string | |
titlerequired | string | |
descriptionrequired | string | |
isPublicrequired | boolean | |
likeCountrequired | integer | |
itemCountrequired | integer | |
usernamerequired | string | |
avatarImagerequired | string | |
isCollaborativerequired | boolean | |
createdAtrequired | string | |
updatedAtrequired | string | |
itemsrequired | array | |
id | integer | |
pornhwaId | integer | |
position | integer | Ordering position of the item within the list |
addedAt | string | |
title | string | |
slug | string | |
coverImage | string | |
status | string | |
notes | string | |
addedByUsername | string | |
chapters | array | |
collaboratorsrequired | array | |
username | string | |
avatarImage | string | |
addedAt | string |
Example
ListDetail Example
{ "slug": "example-slug", "title": "string", "description": "string", "isPublic": false, "likeCount": 0, "itemCount": 0, "username": "string", "avatarImage": "string", "isCollaborative": false, "createdAt": "2025-01-01T00:00:00Z", "updatedAt": "2025-01-01T00:00:00Z", "items": [ {} ], "collaborators": [ {} ]}Related Endpoints
This schema is used in the following endpoints: