Opero Docs
Opero APIcompanies

Create record through Dynamic Form

POST
/v1/companies/{companyId}/forms/{formId}/records

Authorization

api-token
AuthorizationBearer <token>

Opero API token. Send it as Authorization: Bearer ek_...

In: header

Path Parameters

formId*string

Dynamic Form ID

companyId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/companies/string/forms/string/records" \  -H "Content-Type: application/json" \  -d '{    "clientMutationId": "019f2e3a-7c8b-7a33-9fc8-90db2b5b1e50"  }'
{  "data": {    "clientMutationId": "string",    "parent": {      "id": "rec-uuid-abc123",      "org_id": "org-123",      "company_id": "company-123",      "created_at": "2024-01-01T00:00:00.000Z",      "updated_at": "2024-01-01T00:00:00.000Z",      "created_by_id": "user-123",      "created_by_actor_type": "API_TOKEN",      "created_by_api_token_id": "api-token-123",      "created_by_system_actor_id": "rules",      "displayLabel": "Acme Corp",      "_expanded": {        "company_id": {          "id": "company-uuid",          "displayLabel": "Acme",          "moduleKey": "crm",          "objectKey": "companies",          "objectName": "Company",          "color": "#3B82F6",          "icon": "fa:classic-regular:building"        },        "tag_ids": [          {            "id": "tag-1",            "displayLabel": "VIP",            "moduleKey": "crm",            "objectKey": "tags",            "objectName": "Tag",            "color": "#22C55E",            "icon": "fa:classic-regular:tag"          },          {            "id": "tag-2",            "displayLabel": "Partner",            "moduleKey": "crm",            "objectKey": "tags",            "objectName": "Tag",            "color": "#F59E0B",            "icon": "fa:classic-regular:handshake"          }        ]      },      "_files": {        "property1": {          "id": "string",          "originalName": "string",          "mimeType": "string",          "sizeBytes": 0,          "createdAt": "2019-08-24T14:15:22Z",          "urlPath": "string",          "downloadPath": "string"        },        "property2": {          "id": "string",          "originalName": "string",          "mimeType": "string",          "sizeBytes": 0,          "createdAt": "2019-08-24T14:15:22Z",          "urlPath": "string",          "downloadPath": "string"        }      },      "_mentions": {        "property1": [          {            "kind": "user",            "id": "string",            "label": "string",            "active": true          }        ],        "property2": [          {            "kind": "user",            "id": "string",            "label": "string",            "active": true          }        ]      },      "workflowState": {        "status": "active",        "instanceId": "string",        "workflowId": "string",        "workflowName": "string",        "stageId": "string",        "stageKey": "string",        "stageName": "string",        "stagePosition": 0,        "stageColor": "string",        "stageIcon": "string",        "authorUserId": "string",        "authorName": "string",        "assignees": [          {            "type": "membership",            "id": "string",            "name": "string",            "userId": "string",            "color": "string",            "icon": "string"          }        ],        "dueAt": "2019-08-24T14:15:22Z",        "startedAt": "2019-08-24T14:15:22Z",        "completedAt": "2019-08-24T14:15:22Z",        "cancelledAt": "2019-08-24T14:15:22Z"      }    },    "relationTables": {      "property1": {        "ids": [          "string"        ],        "created": [          {            "clientId": "tmp_1",            "record": {              "id": "rec-uuid-abc123",              "org_id": "org-123",              "company_id": "company-123",              "created_at": "2024-01-01T00:00:00.000Z",              "updated_at": "2024-01-01T00:00:00.000Z",              "created_by_id": "user-123",              "created_by_actor_type": "API_TOKEN",              "created_by_api_token_id": "api-token-123",              "created_by_system_actor_id": "rules",              "displayLabel": "Acme Corp",              "_expanded": {                "company_id": {                  "id": "company-uuid",                  "displayLabel": "Acme",                  "moduleKey": "crm",                  "objectKey": "companies",                  "objectName": "Company",                  "color": "#3B82F6",                  "icon": "fa:classic-regular:building"                },                "tag_ids": [                  {                    "id": "tag-1",                    "displayLabel": "VIP",                    "moduleKey": "crm",                    "objectKey": "tags",                    "objectName": "Tag",                    "color": "#22C55E",                    "icon": "fa:classic-regular:tag"                  },                  {                    "id": "tag-2",                    "displayLabel": "Partner",                    "moduleKey": "crm",                    "objectKey": "tags",                    "objectName": "Tag",                    "color": "#F59E0B",                    "icon": "fa:classic-regular:handshake"                  }                ]              },              "_files": {                "property1": {                  "id": "string",                  "originalName": "string",                  "mimeType": "string",                  "sizeBytes": 0,                  "createdAt": "2019-08-24T14:15:22Z",                  "urlPath": "string",                  "downloadPath": "string"                },                "property2": {                  "id": "string",                  "originalName": "string",                  "mimeType": "string",                  "sizeBytes": 0,                  "createdAt": "2019-08-24T14:15:22Z",                  "urlPath": "string",                  "downloadPath": "string"                }              },              "_mentions": {                "property1": [                  {                    "kind": "user",                    "id": "string",                    "label": "string",                    "active": true                  }                ],                "property2": [                  {                    "kind": "user",                    "id": "string",                    "label": "string",                    "active": true                  }                ]              },              "workflowState": {                "status": "active",                "instanceId": "string",                "workflowId": "string",                "workflowName": "string",                "stageId": "string",                "stageKey": "string",                "stageName": "string",                "stagePosition": 0,                "stageColor": "string",                "stageIcon": "string",                "authorUserId": "string",                "authorName": "string",                "assignees": [                  {                    "type": "membership",                    "id": "string",                    "name": "string",                    "userId": "string",                    "color": "string",                    "icon": "string"                  }                ],                "dueAt": "2019-08-24T14:15:22Z",                "startedAt": "2019-08-24T14:15:22Z",                "completedAt": "2019-08-24T14:15:22Z",                "cancelledAt": "2019-08-24T14:15:22Z"              }            }          }        ],        "updated": [          {            "recordId": "rec_existing_1",            "record": {              "id": "rec-uuid-abc123",              "org_id": "org-123",              "company_id": "company-123",              "created_at": "2024-01-01T00:00:00.000Z",              "updated_at": "2024-01-01T00:00:00.000Z",              "created_by_id": "user-123",              "created_by_actor_type": "API_TOKEN",              "created_by_api_token_id": "api-token-123",              "created_by_system_actor_id": "rules",              "displayLabel": "Acme Corp",              "_expanded": {                "company_id": {                  "id": "company-uuid",                  "displayLabel": "Acme",                  "moduleKey": "crm",                  "objectKey": "companies",                  "objectName": "Company",                  "color": "#3B82F6",                  "icon": "fa:classic-regular:building"                },                "tag_ids": [                  {                    "id": "tag-1",                    "displayLabel": "VIP",                    "moduleKey": "crm",                    "objectKey": "tags",                    "objectName": "Tag",                    "color": "#22C55E",                    "icon": "fa:classic-regular:tag"                  },                  {                    "id": "tag-2",                    "displayLabel": "Partner",                    "moduleKey": "crm",                    "objectKey": "tags",                    "objectName": "Tag",                    "color": "#F59E0B",                    "icon": "fa:classic-regular:handshake"                  }                ]              },              "_files": {                "property1": {                  "id": "string",                  "originalName": "string",                  "mimeType": "string",                  "sizeBytes": 0,                  "createdAt": "2019-08-24T14:15:22Z",                  "urlPath": "string",                  "downloadPath": "string"                },                "property2": {                  "id": "string",                  "originalName": "string",                  "mimeType": "string",                  "sizeBytes": 0,                  "createdAt": "2019-08-24T14:15:22Z",                  "urlPath": "string",                  "downloadPath": "string"                }              },              "_mentions": {                "property1": [                  {                    "kind": "user",                    "id": "string",                    "label": "string",                    "active": true                  }                ],                "property2": [                  {                    "kind": "user",                    "id": "string",                    "label": "string",                    "active": true                  }                ]              },              "workflowState": {                "status": "active",                "instanceId": "string",                "workflowId": "string",                "workflowName": "string",                "stageId": "string",                "stageKey": "string",                "stageName": "string",                "stagePosition": 0,                "stageColor": "string",                "stageIcon": "string",                "authorUserId": "string",                "authorName": "string",                "assignees": [                  {                    "type": "membership",                    "id": "string",                    "name": "string",                    "userId": "string",                    "color": "string",                    "icon": "string"                  }                ],                "dueAt": "2019-08-24T14:15:22Z",                "startedAt": "2019-08-24T14:15:22Z",                "completedAt": "2019-08-24T14:15:22Z",                "cancelledAt": "2019-08-24T14:15:22Z"              }            }          }        ],        "deleted": [          {            "recordId": "rec_deleted_1"          }        ]      },      "property2": {        "ids": [          "string"        ],        "created": [          {            "clientId": "tmp_1",            "record": {              "id": "rec-uuid-abc123",              "org_id": "org-123",              "company_id": "company-123",              "created_at": "2024-01-01T00:00:00.000Z",              "updated_at": "2024-01-01T00:00:00.000Z",              "created_by_id": "user-123",              "created_by_actor_type": "API_TOKEN",              "created_by_api_token_id": "api-token-123",              "created_by_system_actor_id": "rules",              "displayLabel": "Acme Corp",              "_expanded": {                "company_id": {                  "id": "company-uuid",                  "displayLabel": "Acme",                  "moduleKey": "crm",                  "objectKey": "companies",                  "objectName": "Company",                  "color": "#3B82F6",                  "icon": "fa:classic-regular:building"                },                "tag_ids": [                  {                    "id": "tag-1",                    "displayLabel": "VIP",                    "moduleKey": "crm",                    "objectKey": "tags",                    "objectName": "Tag",                    "color": "#22C55E",                    "icon": "fa:classic-regular:tag"                  },                  {                    "id": "tag-2",                    "displayLabel": "Partner",                    "moduleKey": "crm",                    "objectKey": "tags",                    "objectName": "Tag",                    "color": "#F59E0B",                    "icon": "fa:classic-regular:handshake"                  }                ]              },              "_files": {                "property1": {                  "id": "string",                  "originalName": "string",                  "mimeType": "string",                  "sizeBytes": 0,                  "createdAt": "2019-08-24T14:15:22Z",                  "urlPath": "string",                  "downloadPath": "string"                },                "property2": {                  "id": "string",                  "originalName": "string",                  "mimeType": "string",                  "sizeBytes": 0,                  "createdAt": "2019-08-24T14:15:22Z",                  "urlPath": "string",                  "downloadPath": "string"                }              },              "_mentions": {                "property1": [                  {                    "kind": "user",                    "id": "string",                    "label": "string",                    "active": true                  }                ],                "property2": [                  {                    "kind": "user",                    "id": "string",                    "label": "string",                    "active": true                  }                ]              },              "workflowState": {                "status": "active",                "instanceId": "string",                "workflowId": "string",                "workflowName": "string",                "stageId": "string",                "stageKey": "string",                "stageName": "string",                "stagePosition": 0,                "stageColor": "string",                "stageIcon": "string",                "authorUserId": "string",                "authorName": "string",                "assignees": [                  {                    "type": "membership",                    "id": "string",                    "name": "string",                    "userId": "string",                    "color": "string",                    "icon": "string"                  }                ],                "dueAt": "2019-08-24T14:15:22Z",                "startedAt": "2019-08-24T14:15:22Z",                "completedAt": "2019-08-24T14:15:22Z",                "cancelledAt": "2019-08-24T14:15:22Z"              }            }          }        ],        "updated": [          {            "recordId": "rec_existing_1",            "record": {              "id": "rec-uuid-abc123",              "org_id": "org-123",              "company_id": "company-123",              "created_at": "2024-01-01T00:00:00.000Z",              "updated_at": "2024-01-01T00:00:00.000Z",              "created_by_id": "user-123",              "created_by_actor_type": "API_TOKEN",              "created_by_api_token_id": "api-token-123",              "created_by_system_actor_id": "rules",              "displayLabel": "Acme Corp",              "_expanded": {                "company_id": {                  "id": "company-uuid",                  "displayLabel": "Acme",                  "moduleKey": "crm",                  "objectKey": "companies",                  "objectName": "Company",                  "color": "#3B82F6",                  "icon": "fa:classic-regular:building"                },                "tag_ids": [                  {                    "id": "tag-1",                    "displayLabel": "VIP",                    "moduleKey": "crm",                    "objectKey": "tags",                    "objectName": "Tag",                    "color": "#22C55E",                    "icon": "fa:classic-regular:tag"                  },                  {                    "id": "tag-2",                    "displayLabel": "Partner",                    "moduleKey": "crm",                    "objectKey": "tags",                    "objectName": "Tag",                    "color": "#F59E0B",                    "icon": "fa:classic-regular:handshake"                  }                ]              },              "_files": {                "property1": {                  "id": "string",                  "originalName": "string",                  "mimeType": "string",                  "sizeBytes": 0,                  "createdAt": "2019-08-24T14:15:22Z",                  "urlPath": "string",                  "downloadPath": "string"                },                "property2": {                  "id": "string",                  "originalName": "string",                  "mimeType": "string",                  "sizeBytes": 0,                  "createdAt": "2019-08-24T14:15:22Z",                  "urlPath": "string",                  "downloadPath": "string"                }              },              "_mentions": {                "property1": [                  {                    "kind": "user",                    "id": "string",                    "label": "string",                    "active": true                  }                ],                "property2": [                  {                    "kind": "user",                    "id": "string",                    "label": "string",                    "active": true                  }                ]              },              "workflowState": {                "status": "active",                "instanceId": "string",                "workflowId": "string",                "workflowName": "string",                "stageId": "string",                "stageKey": "string",                "stageName": "string",                "stagePosition": 0,                "stageColor": "string",                "stageIcon": "string",                "authorUserId": "string",                "authorName": "string",                "assignees": [                  {                    "type": "membership",                    "id": "string",                    "name": "string",                    "userId": "string",                    "color": "string",                    "icon": "string"                  }                ],                "dueAt": "2019-08-24T14:15:22Z",                "startedAt": "2019-08-24T14:15:22Z",                "completedAt": "2019-08-24T14:15:22Z",                "cancelledAt": "2019-08-24T14:15:22Z"              }            }          }        ],        "deleted": [          {            "recordId": "rec_deleted_1"          }        ]      }    },    "subordinateObjects": {      "property1": {        "ids": [          "string"        ],        "created": [          {            "clientId": "tmp_1",            "record": {              "id": "rec-uuid-abc123",              "org_id": "org-123",              "company_id": "company-123",              "created_at": "2024-01-01T00:00:00.000Z",              "updated_at": "2024-01-01T00:00:00.000Z",              "created_by_id": "user-123",              "created_by_actor_type": "API_TOKEN",              "created_by_api_token_id": "api-token-123",              "created_by_system_actor_id": "rules",              "displayLabel": "Acme Corp",              "_expanded": {                "company_id": {                  "id": "company-uuid",                  "displayLabel": "Acme",                  "moduleKey": "crm",                  "objectKey": "companies",                  "objectName": "Company",                  "color": "#3B82F6",                  "icon": "fa:classic-regular:building"                },                "tag_ids": [                  {                    "id": "tag-1",                    "displayLabel": "VIP",                    "moduleKey": "crm",                    "objectKey": "tags",                    "objectName": "Tag",                    "color": "#22C55E",                    "icon": "fa:classic-regular:tag"                  },                  {                    "id": "tag-2",                    "displayLabel": "Partner",                    "moduleKey": "crm",                    "objectKey": "tags",                    "objectName": "Tag",                    "color": "#F59E0B",                    "icon": "fa:classic-regular:handshake"                  }                ]              },              "_files": {                "property1": {                  "id": "string",                  "originalName": "string",                  "mimeType": "string",                  "sizeBytes": 0,                  "createdAt": "2019-08-24T14:15:22Z",                  "urlPath": "string",                  "downloadPath": "string"                },                "property2": {                  "id": "string",                  "originalName": "string",                  "mimeType": "string",                  "sizeBytes": 0,                  "createdAt": "2019-08-24T14:15:22Z",                  "urlPath": "string",                  "downloadPath": "string"                }              },              "_mentions": {                "property1": [                  {                    "kind": "user",                    "id": "string",                    "label": "string",                    "active": true                  }                ],                "property2": [                  {                    "kind": "user",                    "id": "string",                    "label": "string",                    "active": true                  }                ]              },              "workflowState": {                "status": "active",                "instanceId": "string",                "workflowId": "string",                "workflowName": "string",                "stageId": "string",                "stageKey": "string",                "stageName": "string",                "stagePosition": 0,                "stageColor": "string",                "stageIcon": "string",                "authorUserId": "string",                "authorName": "string",                "assignees": [                  {                    "type": "membership",                    "id": "string",                    "name": "string",                    "userId": "string",                    "color": "string",                    "icon": "string"                  }                ],                "dueAt": "2019-08-24T14:15:22Z",                "startedAt": "2019-08-24T14:15:22Z",                "completedAt": "2019-08-24T14:15:22Z",                "cancelledAt": "2019-08-24T14:15:22Z"              }            }          }        ],        "updated": [          {            "recordId": "rec_existing_1",            "record": {              "id": "rec-uuid-abc123",              "org_id": "org-123",              "company_id": "company-123",              "created_at": "2024-01-01T00:00:00.000Z",              "updated_at": "2024-01-01T00:00:00.000Z",              "created_by_id": "user-123",              "created_by_actor_type": "API_TOKEN",              "created_by_api_token_id": "api-token-123",              "created_by_system_actor_id": "rules",              "displayLabel": "Acme Corp",              "_expanded": {                "company_id": {                  "id": "company-uuid",                  "displayLabel": "Acme",                  "moduleKey": "crm",                  "objectKey": "companies",                  "objectName": "Company",                  "color": "#3B82F6",                  "icon": "fa:classic-regular:building"                },                "tag_ids": [                  {                    "id": "tag-1",                    "displayLabel": "VIP",                    "moduleKey": "crm",                    "objectKey": "tags",                    "objectName": "Tag",                    "color": "#22C55E",                    "icon": "fa:classic-regular:tag"                  },                  {                    "id": "tag-2",                    "displayLabel": "Partner",                    "moduleKey": "crm",                    "objectKey": "tags",                    "objectName": "Tag",                    "color": "#F59E0B",                    "icon": "fa:classic-regular:handshake"                  }                ]              },              "_files": {                "property1": {                  "id": "string",                  "originalName": "string",                  "mimeType": "string",                  "sizeBytes": 0,                  "createdAt": "2019-08-24T14:15:22Z",                  "urlPath": "string",                  "downloadPath": "string"                },                "property2": {                  "id": "string",                  "originalName": "string",                  "mimeType": "string",                  "sizeBytes": 0,                  "createdAt": "2019-08-24T14:15:22Z",                  "urlPath": "string",                  "downloadPath": "string"                }              },              "_mentions": {                "property1": [                  {                    "kind": "user",                    "id": "string",                    "label": "string",                    "active": true                  }                ],                "property2": [                  {                    "kind": "user",                    "id": "string",                    "label": "string",                    "active": true                  }                ]              },              "workflowState": {                "status": "active",                "instanceId": "string",                "workflowId": "string",                "workflowName": "string",                "stageId": "string",                "stageKey": "string",                "stageName": "string",                "stagePosition": 0,                "stageColor": "string",                "stageIcon": "string",                "authorUserId": "string",                "authorName": "string",                "assignees": [                  {                    "type": "membership",                    "id": "string",                    "name": "string",                    "userId": "string",                    "color": "string",                    "icon": "string"                  }                ],                "dueAt": "2019-08-24T14:15:22Z",                "startedAt": "2019-08-24T14:15:22Z",                "completedAt": "2019-08-24T14:15:22Z",                "cancelledAt": "2019-08-24T14:15:22Z"              }            }          }        ],        "deleted": [          {            "recordId": "rec_deleted_1"          }        ]      },      "property2": {        "ids": [          "string"        ],        "created": [          {            "clientId": "tmp_1",            "record": {              "id": "rec-uuid-abc123",              "org_id": "org-123",              "company_id": "company-123",              "created_at": "2024-01-01T00:00:00.000Z",              "updated_at": "2024-01-01T00:00:00.000Z",              "created_by_id": "user-123",              "created_by_actor_type": "API_TOKEN",              "created_by_api_token_id": "api-token-123",              "created_by_system_actor_id": "rules",              "displayLabel": "Acme Corp",              "_expanded": {                "company_id": {                  "id": "company-uuid",                  "displayLabel": "Acme",                  "moduleKey": "crm",                  "objectKey": "companies",                  "objectName": "Company",                  "color": "#3B82F6",                  "icon": "fa:classic-regular:building"                },                "tag_ids": [                  {                    "id": "tag-1",                    "displayLabel": "VIP",                    "moduleKey": "crm",                    "objectKey": "tags",                    "objectName": "Tag",                    "color": "#22C55E",                    "icon": "fa:classic-regular:tag"                  },                  {                    "id": "tag-2",                    "displayLabel": "Partner",                    "moduleKey": "crm",                    "objectKey": "tags",                    "objectName": "Tag",                    "color": "#F59E0B",                    "icon": "fa:classic-regular:handshake"                  }                ]              },              "_files": {                "property1": {                  "id": "string",                  "originalName": "string",                  "mimeType": "string",                  "sizeBytes": 0,                  "createdAt": "2019-08-24T14:15:22Z",                  "urlPath": "string",                  "downloadPath": "string"                },                "property2": {                  "id": "string",                  "originalName": "string",                  "mimeType": "string",                  "sizeBytes": 0,                  "createdAt": "2019-08-24T14:15:22Z",                  "urlPath": "string",                  "downloadPath": "string"                }              },              "_mentions": {                "property1": [                  {                    "kind": "user",                    "id": "string",                    "label": "string",                    "active": true                  }                ],                "property2": [                  {                    "kind": "user",                    "id": "string",                    "label": "string",                    "active": true                  }                ]              },              "workflowState": {                "status": "active",                "instanceId": "string",                "workflowId": "string",                "workflowName": "string",                "stageId": "string",                "stageKey": "string",                "stageName": "string",                "stagePosition": 0,                "stageColor": "string",                "stageIcon": "string",                "authorUserId": "string",                "authorName": "string",                "assignees": [                  {                    "type": "membership",                    "id": "string",                    "name": "string",                    "userId": "string",                    "color": "string",                    "icon": "string"                  }                ],                "dueAt": "2019-08-24T14:15:22Z",                "startedAt": "2019-08-24T14:15:22Z",                "completedAt": "2019-08-24T14:15:22Z",                "cancelledAt": "2019-08-24T14:15:22Z"              }            }          }        ],        "updated": [          {            "recordId": "rec_existing_1",            "record": {              "id": "rec-uuid-abc123",              "org_id": "org-123",              "company_id": "company-123",              "created_at": "2024-01-01T00:00:00.000Z",              "updated_at": "2024-01-01T00:00:00.000Z",              "created_by_id": "user-123",              "created_by_actor_type": "API_TOKEN",              "created_by_api_token_id": "api-token-123",              "created_by_system_actor_id": "rules",              "displayLabel": "Acme Corp",              "_expanded": {                "company_id": {                  "id": "company-uuid",                  "displayLabel": "Acme",                  "moduleKey": "crm",                  "objectKey": "companies",                  "objectName": "Company",                  "color": "#3B82F6",                  "icon": "fa:classic-regular:building"                },                "tag_ids": [                  {                    "id": "tag-1",                    "displayLabel": "VIP",                    "moduleKey": "crm",                    "objectKey": "tags",                    "objectName": "Tag",                    "color": "#22C55E",                    "icon": "fa:classic-regular:tag"                  },                  {                    "id": "tag-2",                    "displayLabel": "Partner",                    "moduleKey": "crm",                    "objectKey": "tags",                    "objectName": "Tag",                    "color": "#F59E0B",                    "icon": "fa:classic-regular:handshake"                  }                ]              },              "_files": {                "property1": {                  "id": "string",                  "originalName": "string",                  "mimeType": "string",                  "sizeBytes": 0,                  "createdAt": "2019-08-24T14:15:22Z",                  "urlPath": "string",                  "downloadPath": "string"                },                "property2": {                  "id": "string",                  "originalName": "string",                  "mimeType": "string",                  "sizeBytes": 0,                  "createdAt": "2019-08-24T14:15:22Z",                  "urlPath": "string",                  "downloadPath": "string"                }              },              "_mentions": {                "property1": [                  {                    "kind": "user",                    "id": "string",                    "label": "string",                    "active": true                  }                ],                "property2": [                  {                    "kind": "user",                    "id": "string",                    "label": "string",                    "active": true                  }                ]              },              "workflowState": {                "status": "active",                "instanceId": "string",                "workflowId": "string",                "workflowName": "string",                "stageId": "string",                "stageKey": "string",                "stageName": "string",                "stagePosition": 0,                "stageColor": "string",                "stageIcon": "string",                "authorUserId": "string",                "authorName": "string",                "assignees": [                  {                    "type": "membership",                    "id": "string",                    "name": "string",                    "userId": "string",                    "color": "string",                    "icon": "string"                  }                ],                "dueAt": "2019-08-24T14:15:22Z",                "startedAt": "2019-08-24T14:15:22Z",                "completedAt": "2019-08-24T14:15:22Z",                "cancelledAt": "2019-08-24T14:15:22Z"              }            }          }        ],        "deleted": [          {            "recordId": "rec_deleted_1"          }        ]      }    },    "workflow": {}  }}
{  "error": {    "code": "NOT_FOUND",    "message": "Resource not found",    "meta": {      "partiallyApplied": true,      "failedPhase": "defaultForms",      "committedObjects": [        {          "id": "5e2af9bc-be0b-4ad8-af57-e8319fb115d3",          "key": "session",          "created": true        }      ],      "fieldsWritten": 1,      "fieldsDeleted": 0    },    "fieldErrors": {      "name": [        "Field \"name\" is required"      ]    },    "unavailableMutationScopes": [      "contractor.bankAccounts"    ],    "clientMutationId": "019f2e3a-7c8b-7a33-9fc8-90db2b5b1e50",    "relationTableErrors": {},    "idempotencyConflict": {},    "errors": [      {        "message": "relation \"foo\" does not exist"      }    ],    "impacts": [      {}    ],    "validation": {}  }}
{  "error": {    "code": "NOT_FOUND",    "message": "Resource not found",    "meta": {      "partiallyApplied": true,      "failedPhase": "defaultForms",      "committedObjects": [        {          "id": "5e2af9bc-be0b-4ad8-af57-e8319fb115d3",          "key": "session",          "created": true        }      ],      "fieldsWritten": 1,      "fieldsDeleted": 0    },    "fieldErrors": {      "name": [        "Field \"name\" is required"      ]    },    "unavailableMutationScopes": [      "contractor.bankAccounts"    ],    "clientMutationId": "019f2e3a-7c8b-7a33-9fc8-90db2b5b1e50",    "relationTableErrors": {},    "idempotencyConflict": {},    "errors": [      {        "message": "relation \"foo\" does not exist"      }    ],    "impacts": [      {}    ],    "validation": {}  }}
{  "error": {    "code": "NOT_FOUND",    "message": "Resource not found",    "meta": {      "partiallyApplied": true,      "failedPhase": "defaultForms",      "committedObjects": [        {          "id": "5e2af9bc-be0b-4ad8-af57-e8319fb115d3",          "key": "session",          "created": true        }      ],      "fieldsWritten": 1,      "fieldsDeleted": 0    },    "fieldErrors": {      "name": [        "Field \"name\" is required"      ]    },    "unavailableMutationScopes": [      "contractor.bankAccounts"    ],    "clientMutationId": "019f2e3a-7c8b-7a33-9fc8-90db2b5b1e50",    "relationTableErrors": {},    "idempotencyConflict": {},    "errors": [      {        "message": "relation \"foo\" does not exist"      }    ],    "impacts": [      {}    ],    "validation": {}  }}
{  "error": {    "code": "NOT_FOUND",    "message": "Resource not found",    "meta": {      "partiallyApplied": true,      "failedPhase": "defaultForms",      "committedObjects": [        {          "id": "5e2af9bc-be0b-4ad8-af57-e8319fb115d3",          "key": "session",          "created": true        }      ],      "fieldsWritten": 1,      "fieldsDeleted": 0    },    "fieldErrors": {      "name": [        "Field \"name\" is required"      ]    },    "unavailableMutationScopes": [      "contractor.bankAccounts"    ],    "clientMutationId": "019f2e3a-7c8b-7a33-9fc8-90db2b5b1e50",    "relationTableErrors": {},    "idempotencyConflict": {},    "errors": [      {        "message": "relation \"foo\" does not exist"      }    ],    "impacts": [      {}    ],    "validation": {}  }}
{  "error": {    "code": "NOT_FOUND",    "message": "Resource not found",    "meta": {      "partiallyApplied": true,      "failedPhase": "defaultForms",      "committedObjects": [        {          "id": "5e2af9bc-be0b-4ad8-af57-e8319fb115d3",          "key": "session",          "created": true        }      ],      "fieldsWritten": 1,      "fieldsDeleted": 0    },    "fieldErrors": {      "name": [        "Field \"name\" is required"      ]    },    "unavailableMutationScopes": [      "contractor.bankAccounts"    ],    "clientMutationId": "019f2e3a-7c8b-7a33-9fc8-90db2b5b1e50",    "relationTableErrors": {},    "idempotencyConflict": {},    "errors": [      {        "message": "relation \"foo\" does not exist"      }    ],    "impacts": [      {}    ],    "validation": {}  }}