Field Mappings
Retrieve field mapping entities
Core Resources
- Connections
- Webhooks
- Field Mappings
- Linked Users
- Projects
- Events
- Passthrough
Field Mappings
Retrieve field mapping entities
GET
/
field_mappings
/
entities
import { Panora } from "@panora/sdk";
const panora = new Panora({
apiKey: "<YOUR_API_KEY_HERE>",
});
async function run() {
await panora.fieldMappings.getFieldMappingsEntities();
}
run();
Authorizations
Was this page helpful?
import { Panora } from "@panora/sdk";
const panora = new Panora({
apiKey: "<YOUR_API_KEY_HERE>",
});
async function run() {
await panora.fieldMappings.getFieldMappingsEntities();
}
run();