GetMapping - GET
|
Path |
/api/projects/{projectId}/mappings/{hubs,links,satellites}/{parentMappingId}/satellites/{satelliteMappingId} |
|---|---|
|
Http Method |
GET |
Overview
Required permissions
-
Read access to the Source module. source read
Response
Success response (200 OK)
JSON
{
"id": "a44183ae940340f99a30afd9f9b5a3b7",
"name": "D",
"hubId": "f81e889e-4d64-405f-bf3c-9ac317fb046c",
"satelliteId": "99ca9394-b51a-484f-9330-f35b4a41726b",
"parentName": "info2",
"mappingType": "Satellite",
"dataPackageTableId": "2ff90de59dab4c41b6499ab34ff5d739",
"satelliteParentMappingId": "dcf8486e5c4e4a36863cec2e7de96f53",
"satelliteColumnMappings": [
{
"satelliteColumnId": "98493854-67b9-447f-80e4-0dd3700dafdc",
"stagingTableColumnId": "4708b9d354a04606863f1f0d9b293e18"
},
{
"satelliteColumnId": "08e41cf8-a199-454a-b618-56bdac86f2ea",
"stagingTableColumnId": "a3f62bc3632d48d9a8b0b842234f896c"
},
{
"satelliteColumnId": "0ea67a25-69f1-42a8-8987-6e463baa2352",
"stagingTableColumnId": "a82cd6f1030a4e1c9290c1bdaa509be6"
}
],
"sourceSystemName": "Alpha 1",
"dataPackageName": "ALpHa1",
"dataPackageTableName": "ss1_dp1_employee_team"
}