v5

latestOpenAPI 3.0.3raw.githubusercontent.com2026-03-27485380.4 KB
Import

Generate a record ID from key parts

Generates a URL-safe record ID from composite key parts using SHA256 hashing.

post/import/generate-record-id

Request body

keyPartsstring[] required

Example request

{
  "keyParts": [
    "NORTH",
    "F001"
  ]
}

Response

Generated record ID

recordIdstring

URL-safe SHA256 hash (43 characters)

keyPartsstring[]
timestampstring date-time