v1

latestSwagger 2.0AGPL2026-07-178792264.9 KB
mapping

Get mapping using id and transaction

get/mapping/protocol/{id}/{transaction}

Path parameters

idnumber required

hepid

hepid

transactionstring required

profile

profile

Response

MappingSchemaList

countinteger

Example response

{
  "count": 1,
  "data": [
    {
      "create_table": "CREATE TABLE test(id integer, data text);",
      "guid": "a006a250-c261-4052-b1c2-6cb85ed580c2",
      "hep_alias": "SIP",
      "hepid": 1,
      "partid": 10,
      "partition_step": 10,
      "profile": "call",
      "retention": 10,
      "version": 1
    }
  ]
}