Skip to main content
GET
/
api
/
applied-knowledge-sets
/
{id}
Get AppliedKnowledgeSet by ID
curl --request GET \
  --url https://platform.kodexa.ai/api/applied-knowledge-sets/{id} \
  --header 'x-api-key: <api-key>'
{
  "appliedAt": "2023-11-07T05:31:56Z",
  "appliedBy": "<string>",
  "changeSequence": 123,
  "confidence": 123,
  "createdOn": "2023-11-07T05:31:56Z",
  "documentFamilyId": "<string>",
  "id": "<string>",
  "knowledgeSetId": "<string>",
  "snapshot": {
    "changeReason": "<string>",
    "changeSequence": 123,
    "contentHash": "<string>",
    "createdAt": "2023-11-07T05:31:56Z",
    "createdBy": "<string>",
    "createdOn": "2023-11-07T05:31:56Z",
    "data": {},
    "id": "<string>",
    "knowledgeSetId": "<string>",
    "updatedOn": "2023-11-07T05:31:56Z",
    "uuid": "<string>",
    "version": 123
  },
  "snapshotId": "<string>",
  "sourceContentObjectId": "<string>",
  "status": "<string>",
  "supersededAt": "2023-11-07T05:31:56Z",
  "supersededById": "<string>",
  "trigger": "<string>",
  "updatedOn": "2023-11-07T05:31:56Z",
  "uuid": "<string>"
}

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 AppliedKnowledgeSet

An applied knowledge set configuration determines which knowledge is available during processing.

appliedAt
string<date-time>
appliedBy
string | null
changeSequence
integer<int32>
confidence
number<double> | null
createdOn
string<date-time>
documentFamilyId
string | null
id
string
knowledgeSetId
string | null
snapshot
object
snapshotId
string | null
sourceContentObjectId
string | null
status
string
supersededAt
string<date-time> | null
supersededById
string | null
trigger
string | null
updatedOn
string<date-time>
uuid
string