GET
/
mapping
[
  {
    "name": "<string>",
    "description": "<string>",
    "file_name": "<string>",
    "priority": 0,
    "matchers": [
      "<string>"
    ],
    "type": "csv",
    "id": 123,
    "created_by": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "attributes": [],
    "updated_by": "<string>",
    "last_updated_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

X-API-KEY
string
header
required

Response

200 - application/json
Successful Response
name
string
required
matchers
string[]
required
id
integer
required
created_at
string
required
description
string
file_name
string
priority
integer
default:
0
type
enum<string>
default:
csv
Available options:
csv,
topology
created_by
string
attributes
string[]
updated_by
string
last_updated_at
string