Start an export
POST {{baseUrl}}/crm/v3/exports/export/async
Begins exporting CRM data for the portal as specified in the request body
Request Body
{"exportName"=>"<string>", "exportType"=>"VIEW", "format"=>"CSV", "language"=>"ES", "objectProperties"=>["<string>", "<string>"], "objectType"=>"<string>", "associatedObjectType"=>"<string>", "publicCrmSearchRequest"=>{"filters"=>[{"operator"=>"GT", "propertyName"=>"<string>", "value"=>"<string>", "highValue"=>"<string>", "values"=>["<string>", "<string>"]}, {"operator"=>"GTE", "propertyName"=>"<string>", "value"=>"<string>", "highValue"=>"<string>", "values"=>["<string>", "<string>"]}], "query"=>"<string>", "sorts"=>["<string>", "<string>"]}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |