action appveyor_get_project_history { label: "Get project history" provider: appveyor method: GET path: "/projects/{accountName}/{projectSlug}/history" encoding: json input: { type: "object" properties: { branch: { type: "string" } recordsNumber: { type: "string" } startBuildId: { type: "string" } } required: ["recordsNumber"] additionalProperties: false } output: { type: "object" additionalProperties: true } }