action cloud_elements_get_object_name_by_child_object_name { label: "Search for {childObjectName}" provider: cloud_elements method: GET path: "/{objectName}/{objectId}/{childObjectName}" encoding: json input: { type: "object" properties: { Authorization: { type: "string" } childObjectName: { type: "string" } fields: { type: "string" } nextPage: { type: "string" } objectId: { type: "string" } objectName: { type: "string" } pageSize: { type: "string" } where: { type: "string" } } required: ["Authorization", "childObjectName", "objectId", "objectName"] additionalProperties: false } output: { type: "object" additionalProperties: true } }