Skip to main content
GET
Get DataStoreMetadata 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 DataStoreMetadata

Data store metadata describes a data store for structured data storage.

changeSequence
integer<int32>
required
createdOn
string<date-time>
required
deleted
boolean
required
deprecated
boolean
required
eventAware
boolean | null
required
id
string
required
metadata
object
required
name
string
required
organizationId
string
required
publicAccess
boolean
required
slug
string
required
supportsScheduling
boolean | null
required
template
boolean
required
updatedOn
string<date-time>
required
uuid
string
required
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