{
  "apiVersion" : "1",
  "swaggerVersion" : "1.2",
  "basePath" : "https://app.effektif.com/api/v1",
  "apis" : [ {
    "path" : "/{organizationKey}/engine/workflow/instances",
    "operations" : [ {
      "method" : "POST",
      "nickname" : "/{organizationKey}/engine/workflow/instances",
      "type" : "WorkflowInstance",
      "parameters" : [ {
        "paramType" : "header",
        "name" : "Authorization",
        "description" : "The authentication token can be obtained from /users/login.",
        "dataType" : "string",
        "required" : true
      }, {
        "paramType" : "path",
        "name" : "organizationKey",
        "dataType" : "string",
        "required" : true
      }, {
        "paramType" : "body",
        "name" : "triggerInstance",
        "dataType" : "TriggerInstance",
        "required" : true
      } ]
    } ]
  } ],
  "models" : {
    "User" : {
      "id" : "User",
      "properties" : {
        "nullFields" : {
          "type" : "array",
          "items" : {
            "$ref" : "string"
          }
        },
        "features" : {
          "type" : "FeatureCache"
        },
        "emailAddressLower" : {
          "type" : "string"
        },
        "passwordHash" : {
          "type" : "string"
        },
        "passwordReset" : {
          "type" : "PasswordReset"
        },
        "permissions" : {
          "type" : "array",
          "items" : {
            "$ref" : "Permission"
          }
        },
        "token" : {
          "type" : "string"
        }
      }
    },
    "AbstractWorkflow" : {
      "id" : "AbstractWorkflow",
      "properties" : { }
    },
    "SystemConfiguration" : {
      "id" : "SystemConfiguration",
      "properties" : { }
    },
    "OauthStartResponse" : {
      "id" : "OauthStartResponse",
      "properties" : { }
    },
    "ActionInstance" : {
      "id" : "ActionInstance",
      "properties" : { }
    },
    "ExecutableWorkflow" : {
      "id" : "ExecutableWorkflow",
      "properties" : { }
    },
    "Task" : {
      "id" : "Task",
      "properties" : {
        "nameLower" : {
          "type" : "string"
        }
      }
    },
    "NewTask" : {
      "id" : "NewTask",
      "properties" : {
        "nameLower" : {
          "type" : "string"
        }
      }
    },
    "TriggerInstance" : {
      "id" : "TriggerInstance",
      "properties" : { }
    },
    "NewWorkflow" : {
      "id" : "NewWorkflow",
      "properties" : {
        "nameLower" : {
          "type" : "string"
        }
      }
    },
    "Account" : {
      "id" : "Account",
      "properties" : { }
    },
    "EditorWorkflow" : {
      "id" : "EditorWorkflow",
      "properties" : {
        "nameLower" : {
          "type" : "string"
        }
      }
    },
    "FormInstance" : {
      "id" : "FormInstance",
      "properties" : { }
    },
    "LoginRequest" : {
      "id" : "LoginRequest",
      "properties" : { }
    },
    "Event" : {
      "id" : "Event",
      "properties" : {
        "nullFields" : {
          "type" : "array",
          "items" : {
            "$ref" : "string"
          }
        }
      }
    },
    "PasswordResetConfirmation" : {
      "id" : "PasswordResetConfirmation",
      "properties" : { }
    },
    "ScriptResult" : {
      "id" : "ScriptResult",
      "properties" : { }
    },
    "EmptyObject" : {
      "id" : "EmptyObject",
      "properties" : { }
    },
    "About" : {
      "id" : "About",
      "properties" : { }
    },
    "LoginResponse" : {
      "id" : "LoginResponse",
      "properties" : { }
    },
    "File" : {
      "id" : "File",
      "properties" : { }
    },
    "RegistrationRequest" : {
      "id" : "RegistrationRequest",
      "properties" : { }
    },
    "ServiceLogin" : {
      "id" : "ServiceLogin",
      "properties" : { }
    },
    "FileStream" : {
      "id" : "FileStream",
      "properties" : { }
    },
    "License" : {
      "id" : "License",
      "properties" : {
        "nullFields" : {
          "type" : "array",
          "items" : {
            "$ref" : "string"
          }
        }
      }
    },
    "ActionInstanceEnd" : {
      "id" : "ActionInstanceEnd",
      "properties" : { }
    },
    "FormInstanceField" : {
      "id" : "FormInstanceField",
      "properties" : { }
    },
    "NewUser" : {
      "id" : "NewUser",
      "properties" : { }
    },
    "Registration" : {
      "id" : "Registration",
      "properties" : {
        "nullFields" : {
          "type" : "array",
          "items" : {
            "$ref" : "string"
          }
        },
        "pictureId" : {
          "type" : "object-id"
        }
      }
    },
    "WorkflowInstance" : {
      "id" : "WorkflowInstance",
      "properties" : { }
    },
    "LeaveRequest" : {
      "id" : "LeaveRequest",
      "properties" : { }
    },
    "Case" : {
      "id" : "Case",
      "properties" : {
        "nameLower" : {
          "type" : "string"
        },
        "hasDueDate" : {
          "type" : "boolean"
        },
        "hasPriority" : {
          "type" : "boolean"
        }
      }
    },
    "VersionRequest" : {
      "id" : "VersionRequest",
      "properties" : { }
    },
    "PurchaseOrder" : {
      "id" : "PurchaseOrder",
      "properties" : {
        "nullFields" : {
          "type" : "array",
          "items" : {
            "$ref" : "string"
          }
        }
      }
    },
    "EditorWorkflowDetail" : {
      "id" : "EditorWorkflowDetail",
      "properties" : {
        "nameLower" : {
          "type" : "string"
        }
      }
    },
    "OauthStartRequest" : {
      "id" : "OauthStartRequest",
      "properties" : { }
    },
    "Organization" : {
      "id" : "Organization",
      "properties" : {
        "nullFields" : {
          "type" : "array",
          "items" : {
            "$ref" : "string"
          }
        },
        "created" : {
          "type" : "LocalDateTime"
        }
      }
    },
    "TaskDetail" : {
      "id" : "TaskDetail",
      "properties" : {
        "nameLower" : {
          "type" : "string"
        }
      }
    },
    "HandoverLogin" : {
      "id" : "HandoverLogin",
      "properties" : { }
    },
    "NewCase" : {
      "id" : "NewCase",
      "properties" : {
        "nameLower" : {
          "type" : "string"
        },
        "hasDueDate" : {
          "type" : "boolean"
        },
        "hasPriority" : {
          "type" : "boolean"
        }
      }
    },
    "UserMailAddress" : {
      "id" : "UserMailAddress",
      "properties" : { }
    },
    "Group" : {
      "id" : "Group",
      "properties" : {
        "nullFields" : {
          "type" : "array",
          "items" : {
            "$ref" : "string"
          }
        }
      }
    },
    "CaseDetail" : {
      "id" : "CaseDetail",
      "properties" : {
        "nameLower" : {
          "type" : "string"
        },
        "hasDueDate" : {
          "type" : "boolean"
        },
        "hasPriority" : {
          "type" : "boolean"
        }
      }
    }
  }
}