For the complete documentation index, see llms.txt. This page is also available as Markdown.

UUID list object

This document contains the UUID list response object.

Used in

Endpoint / Area
How it is used

Returns UUIDs of created records

Object example

{
  "data": [
    "3fa85f64-5717-4562-b3fc-2c963f66afa6"
  ],
  "totalElements": 1
}

Fields

Field
Type
Required
Description

data

array

Yes

Returned UUID values

totalElements

integer

Yes

Returned UUID count

Each data item is a UUID string.

Last updated

Was this helpful?