Initiate Bootstrap

Bootstrap allows you to do a full export of the existing data within DealCloud.

Initiating a Bootstrap is an intensive & heavy operation as it is essentially a full data dump of your DealCloud data. Therefore, it should be only be used in one-off occasions.

Once a bootstrap is successfully initiated and created, you will notice a newly created bootstrap topic (see by calling GET Topics). You can poll through this bootstrap topic to take the full data export from DealCloud.

Request Sample

POST {{pubUrl}}/api/rest/v1/publication/initbootstrap
Authorization: {{auth}}
Content-Type: application/json
 
{
  "EntityType": 1,
  "EntityFormat": 1
}

Parameters

Publication Entity Types

Entity TypeDescription
1Data
2Fields
3EntryLists
4Users
5UserGroups
6UserProxy
7Tenant
8TenantBootstrap
9Bootstrap
10Error
11CommonTypes

Format Type

Entity TypeDescription
0cells structure
1rows structure