DemandFlow Support Centre

IMAGELIB: Image

ReferenceEntity Reference16/04/2026Updated 16/04/2026
Reference for the IMAGELIB (Image) entity in DemandFlow.

IMAGELIB: Image

The IMAGELIB entity represents image library in DemandFlow.

Default definition. This article describes the default IMAGELIB definition shipped with DemandFlow. Administrators can add, remove, rename, or re-type fields, change which ones are required, and alter the layout from the Definitions screen in Settings. Your tenant's current schema may differ from what is shown here. To read the current definition at any time, GET the DEFINITION object whose id matches IMAGELIB.

Entity properties

PropertyValue
Entity codeIMAGELIB
Display nameImage
PluralImage Library
Level810

Use cases

General-purpose Image Library records.

Fields

Details

FieldTypeRequiredNotes
nametextYesName.
descriptiontext (multi-line)Description.
tagstextComma-separated tags for searching and filtering

Attachments

  • image: image.

Relationships

  • No declared relationships in the default definition.

Creating a Image via the API

POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json

{
  "entity":   "IMAGELIB",
  "level":    810,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example",
  "description": "...",
  "tags": "..."
}

Listing Image Library

# All records in your tenant
GET /v1/entities/IMAGELIB/SUB:<your-sub-id>

See also

imagelibimagelibraryimagelibrary

Was this article helpful?

← Back to Knowledge Base