{
  "swagger" : "2.0",
  "info" : {
    "version" : "4.1.2",
    "title" : "Poin App"
  },
  "host" : "{{host}}",
  "basePath" : "{{basePath}}",
  "schemes" : [ "{{schemes}}" ],
  "consumes" : [ "application/json" ],
  "produces" : [ "application/json" ],
  "paths" : {
    "/workflowClient/startSign" : {
      "post" : {
        "description" : "Method Description -- startSign",
        "operationId" : "startSign",
        "tags" : [ "WorkFlowExtClientResource" ],
        "parameters" : [ ],
        "responses" : {
          "200" : {
            "schema" : {
              "type" : "object",
              "additionalProperties" : {
                "$ref" : "#/definitions/Object"
              }
            },
            "description" : "Response OK"
          }
        }
      }
    },
    "/workflowClient/beforeStartSign" : {
      "post" : {
        "description" : "Method Description -- beforeStartSign",
        "operationId" : "beforeStartSign",
        "tags" : [ "WorkFlowExtClientResource" ],
        "parameters" : [ ],
        "responses" : {
          "200" : {
            "schema" : {
              "type" : "object",
              "additionalProperties" : {
                "$ref" : "#/definitions/Object"
              }
            },
            "description" : "Response OK"
          }
        }
      }
    },
    "/workflowClient/findSignState" : {
      "get" : {
        "description" : "Method Description -- findSignState",
        "operationId" : "findSignState",
        "tags" : [ "WorkFlowExtClientResource" ],
        "parameters" : [ {
          "name" : "workItemId",
          "in" : "query",
          "required" : "false",
          "type" : "string",
          "description" : "parameter name -- workItemId"
        } ],
        "responses" : {
          "200" : {
            "schema" : {
              "type" : "object",
              "additionalProperties" : {
                "$ref" : "#/definitions/Object"
              }
            },
            "description" : "Response OK"
          }
        }
      }
    },
    "/workflowClient/findSignOpinions" : {
      "get" : {
        "description" : "Method Description -- findSignOpinions",
        "operationId" : "findSignOpinions",
        "tags" : [ "WorkFlowExtClientResource" ],
        "parameters" : [ {
          "name" : "processInsIds",
          "in" : "query",
          "required" : "false",
          "type" : "string",
          "description" : "parameter name -- processInsIds"
        } ],
        "responses" : {
          "200" : {
            "schema" : {
              "type" : "array",
              "items" : {
                "$ref" : "#/definitions/TbMultiopinion"
              }
            },
            "description" : "Response OK"
          }
        }
      }
    },
    "/workflowClient/findOpinions" : {
      "get" : {
        "description" : "Method Description -- findOpinions",
        "operationId" : "findOpinions",
        "tags" : [ "WorkFlowExtClientResource" ],
        "parameters" : [ {
          "name" : "workItemId",
          "in" : "query",
          "required" : "false",
          "type" : "string",
          "description" : "parameter name -- workItemId"
        } ],
        "responses" : {
          "200" : {
            "schema" : {
              "type" : "array",
              "items" : {
                "$ref" : "#/definitions/TbMultiopinion"
              }
            },
            "description" : "Response OK"
          }
        }
      }
    },
    "/workflowClient/getActivitys" : {
      "post" : {
        "description" : "Method Description -- getActivitys",
        "operationId" : "getActivitys",
        "tags" : [ "WorkFlowExtClientResource" ],
        "parameters" : [ ],
        "responses" : {
          "200" : {
            "schema" : {
              "type" : "object",
              "additionalProperties" : {
                "$ref" : "#/definitions/Object"
              }
            },
            "description" : "Response OK"
          }
        }
      }
    },
    "/workflowClient/getAllActivitys" : {
      "post" : {
        "description" : "Method Description -- getAllActivitys",
        "operationId" : "getAllActivitys",
        "tags" : [ "WorkFlowExtClientResource" ],
        "parameters" : [ ],
        "responses" : {
          "200" : {
            "schema" : {
              "type" : "object",
              "additionalProperties" : {
                "$ref" : "#/definitions/Object"
              }
            },
            "description" : "Response OK"
          }
        }
      }
    },
    "/workflowClient/recordSigndate" : {
      "get" : {
        "description" : "Method Description -- recordSigndate",
        "operationId" : "recordSigndate",
        "tags" : [ "WorkFlowExtClientResource" ],
        "parameters" : [ {
          "name" : "workItemId",
          "in" : "query",
          "required" : "false",
          "type" : "string",
          "description" : "parameter name -- workItemId"
        } ],
        "responses" : {
          "200" : {
            "schema" : {
              "type" : "object",
              "additionalProperties" : {
                "type" : "string"
              }
            },
            "description" : "Response OK"
          }
        }
      }
    },
    "/workflowClient/completeToGivenAct" : {
      "post" : {
        "description" : "Method Description -- completeToGivenAct",
        "operationId" : "completeToGivenAct",
        "tags" : [ "WorkFlowExtClientResource" ],
        "parameters" : [ ],
        "responses" : {
          "200" : {
            "schema" : {
              "type" : "object",
              "additionalProperties" : {
                "$ref" : "#/definitions/Object"
              }
            },
            "description" : "Response OK"
          }
        }
      }
    },
    "/workflowClient/completeToGivenActTree" : {
      "post" : {
        "description" : "Method Description -- completeToGivenActTree",
        "operationId" : "completeToGivenActTree",
        "tags" : [ "WorkFlowExtClientResource" ],
        "parameters" : [ ],
        "responses" : {
          "200" : {
            "schema" : {
              "type" : "object",
              "additionalProperties" : {
                "$ref" : "#/definitions/Object"
              }
            },
            "description" : "Response OK"
          }
        }
      }
    }
  },
  "definitions" : {
    "Object" : {
      "type" : "object",
      "properties" : { }
    },
    "TbMultiopinion" : {
      "type" : "object",
      "properties" : {
        "id" : {
          "type" : "integer"
        },
        "opinion" : {
          "type" : "string"
        },
        "processId" : {
          "type" : "string"
        },
        "currentActivityName" : {
          "type" : "string"
        },
        "conclusion" : {
          "type" : "string"
        },
        "issueorgid" : {
          "type" : "integer"
        },
        "targetorgid" : {
          "type" : "integer"
        },
        "operationKey" : {
          "type" : "string"
        },
        "workitemId" : {
          "type" : "string"
        },
        "state" : {
          "type" : "integer"
        },
        "clientName" : {
          "type" : "string"
        },
        "realPersonid" : {
          "type" : "string"
        },
        "realPersoncn" : {
          "type" : "string"
        }
      }
    }
  }
}