Summary
          Export Form
          Description
          Export a single Form
          Route
          POST /formbuilder/forms/export
          Roles
          
            admin
apiread
          
          Parameters
          
            DetailsExampleSchema
          
          
            
              
                | Name | 
                Type | 
                Required | 
                Description | 
              
            
            
              
    | options | 
    object | 
    yes | 
    match a form using _id or name | 
  
            
          
          
            Copied to Clipboard
            
            {
  "options": {
    "_id": "627a4a6D-c73C-52C0-8a1C-711C270EA0E1"
  }
}
           
          
            Copied to Clipboard
            
            {
  "type": "object",
  "properties": {
    "options": {
      "title": "options",
      "type": "object",
      "properties": {
        "_id": {
          "$ref": "formDocument#/definitions/uuidv4"
        },
        "name": {
          "$ref": "formDocument#/definitions/formName"
        }
      },
      "anyOf": [
        {
          "required": [
            "_id"
          ]
        },
        {
          "required": [
            "name"
          ]
        }
      ],
      "additionalProperties": false
    }
  },
  "required": [
    "options"
  ],
  "additionalProperties": false
}
           
          Return
          
            DetailsExampleSchema
          
          
            
              
                | Name | 
                Type | 
                Description | 
              
            
            
              
                | form | 
                object | 
                Exported Form | 
              
            
          
          
            Copied to Clipboard
            
            {
  "name": "Form 123",
  "children": [
    {
      "type": "field",
      "name": "ipaddress",
      "properties": {
        "type": "string",
        "prefix": ""
      },
      "description": "IP address",
      "element": "{\"type\":\"method\",\"id\":{\"name\":\"method_name_1\"}}",
      "source_type": "method",
      "source": "method_name_1",
      "id": "a40044c2-f378-4b2b-a81a-41d78979e583",
      "yangkey": "",
      "key": "method_name_1.ipAddress"
    },
    {
      "type": "field",
      "name": "ipaddress",
      "properties": {
        "type": "string",
        "prefix": ""
      },
      "description": "IP address",
      "element": "{\"type\":\"method\",\"id\":{\"name\":\"method_name_1\"}}",
      "source_type": "method",
      "source": "method_name_1",
      "id": "a40044c2-f378-4b2b-a81a-41d78979e583",
      "yangkey": "",
      "key": "method_name_1.ipAddress"
    },
    {
      "type": "field",
      "name": "ipaddress",
      "properties": {
        "type": "string",
        "prefix": ""
      },
      "description": "IP address",
      "element": "{\"type\":\"method\",\"id\":{\"name\":\"method_name_1\"}}",
      "source_type": "method",
      "source": "method_name_1",
      "id": "a40044c2-f378-4b2b-a81a-41d78979e583",
      "yangkey": "",
      "key": "method_name_1.ipAddress"
    },
    {
      "type": "field",
      "name": "ipaddress",
      "properties": {
        "type": "string",
        "prefix": ""
      },
      "description": "IP address",
      "element": "{\"type\":\"method\",\"id\":{\"name\":\"method_name_1\"}}",
      "source_type": "method",
      "source": "method_name_1",
      "id": "a40044c2-f378-4b2b-a81a-41d78979e583",
      "yangkey": "",
      "key": "method_name_1.ipAddress"
    }
  ],
  "elements": [
    {
      "type": "method",
      "id": {
        "name": "method_name_1"
      }
    }
  ],
  "_id": "c5a32e2c-3385-b628-5169-51f44c88a1af",
  "groups": [
    "2aa581b67af3db190f08bb88",
    "4fb4d2abacbe6ad61d8c997b",
    "13341a95fe49155b70198260",
    "4554c2eef1e893953f33381a"
  ],
  "created": "1950-09-22T22:55:03.697Z",
  "created_by": "663a0c0db72377dd4665bf53",
  "last_updated": "1984-03-12T04:50:51.734Z",
  "last_updated_by": "faafebdff171b0bc4e8e3b08"
}