Get a list of property mappings for a given source.
import { getMappings } from "@dvelop-sdk/dms";
const dmsMappings: DmsMapping[] = await getMappings({
systemBaseUri: "https://steamwheedle-cartel.d-velop.cloud",
authSessionId: "dQw4w9WgXcQ"
},{
repositoryId: "qnydFmqHuVo",
sourceId: "/dms/r/qnydFmqHuVo/source"
});
console.log(dmsMappings);
Get a list of property mappings for a given source.