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: Bearer {{token}}
Content-Type: application/json
{
"EntityType": 1,
"EntityFormat": 1
}Parameters
Publication Entity Types
| Entity Type | Description |
|---|---|
| 1 | Data |
| 2 | Fields |
| 3 | EntryLists |
| 4 | Users |
| 5 | UserGroups |
| 6 | UserProxy |
| 7 | Tenant |
| 8 | TenantBootstrap |
| 9 | Bootstrap |
| 10 | Error |
| 11 | CommonTypes |
Format Type
| Entity Type | Description |
|---|---|
| 0 | cells structure |
| 1 | rows structure |