Skip to main content
GET
Get DataForms by ID

Authorizations

x-api-key
string
header
required

API key for authentication. Create one from the Kodexa platform UI under Settings > Access Tokens.

Path Parameters

id
string<uuid>
required

Unique identifier (UUID) of the resource.

Response

The DataForms

Data form metadata defines a structured data capture form for documents.

changeSequence
integer<int32>
required

Optimistic locking version number.

createdOn
string<date-time>
required

Timestamp when the data form was created.

deleted
boolean
required
deprecated
boolean
required

Whether this data form is deprecated.

id
string
required

Unique identifier (UUID) for the data form.

metadata
object
required
name
string
required

Display name of the data form.

organizationId
string
required
publicAccess
boolean
required

Whether the data form is publicly accessible.

slug
string
required

URL-friendly identifier for the data form.

template
boolean
required

Whether this data form is a template.

updatedOn
string<date-time>
required

Timestamp when the data form was last updated.

uuid
string
required

Secondary UUID identifier.

deleteUserEmail
string | null
deleteUserId
string | null
deletedDate
string<date-time> | null
extensionPackRef
string
orgSlug
string
organization
object | null
ref
string
type
string
uri
string

Computed resource URI (scheme://orgSlug/slug), present on serialized responses.

yamlSource
string | null