Litmind API documentation
SupportLegal noticePrivacy
  • Litmind API documentation
  • Connecting
    • Making a request
  • Session
    • Session
      • Login
      • Logout
      • List
  • Browse
    • Profiles
      • Browse
  • Account
    • Noticeboard
      • List
      • Candidates
    • Lightboxes
      • List
    • Events
      • Pending events
  • Common entities
    • Profile
    • Noticeboard posting
    • Lightbox
Powered by GitBook
On this page
  1. Common entities

Lightbox

A lightbox on Litmind.

{
    "entity": "Lightbox",
    "id": 88389,
    "isPrivate": true,
    "name": "Favourite models",
    "url": "https://litmind.com/lightbox/favourite-models",
    "views": 0,
    "items": 82
}
Name
Value

id

Lightbox id

isPrivate

Whether this is a private lightbox only viewable by you

name

This lightbox name

url

The main URL of this lightbox

views

The number of times this lightbox has been viewed

items

The numer of items on this lightbox

Last updated 4 months ago