action trello_get_actions_member_creator_by_id_action_by_field { label: "getActionsMemberCreatorByIdActionByField()" provider: trello method: GET path: "/actions/{idAction}/memberCreator/{field}" encoding: json input: { type: "object" properties: { field: { type: "string" } idAction: { type: "string" } key: { type: "string" } token: { type: "string" } } required: ["field", "idAction", "key", "token"] additionalProperties: false } output: { type: "object" additionalProperties: true } }