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

UUID response object

This document contains the UUID response object returned by API operations.

Used in

Endpoint / Area
How it is used

Returns the created template UUID

Returns the created dictionary or column UUID

Object example

{
  "uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}

Fields

Field
Type
Required
Description

uuid

UUID

Yes

Resource UUID returned by the API

The uuid value identifies the returned resource.

Last updated

Was this helpful?