action box_get_metadata_templates_global { label: "List all global metadata templates" description: "Used to retrieve all generic, global metadata templates available to all\nenterprises using Box." provider: box method: GET path: "/metadata_templates/global" encoding: json input: { type: "object" properties: { limit: { type: "integer" format: "int64" } marker: { type: "string" } } additionalProperties: false } output: { type: "object" description: "A list of metadata templates" } }