{ "opencollection": "1.0.0", "info": { "name": "Helpcenter DependencyMappings API", "version": "1.0.0" }, "items": [ { "info": { "name": "DependencyMappings", "type": "folder" }, "items": [ { "info": { "name": "Get possible dependency mappings in a layout", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/availableDependencyMappings", "params": [ { "name": "layoutId", "value": "", "type": "query", "description": "ID of the layout in which the dependency is mapped" } ] }, "docs": "This API fetches the parent and child fields using which you can configure dependency mappings in a layout." }, { "info": { "name": "List dependency mappings in a layout", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/api/v1/dependencyMappings", "params": [ { "name": "layoutId", "value": "", "type": "query", "description": "ID of the layout in which the dependency is mapped" } ] }, "docs": "This API lists the dependency mappings configured in a layout. " } ] } ], "bundled": true }