Build and manage exports from the PIM system
#Available from v.3.10.12
Enum representing each supported entity type in enrichment insights engine
10
20
30
50
Represents a field that can be exported
GET /v1/exports/fields/{entityType} HTTP/1.1 Host: Authorization: YOUR_API_KEY Accept: */*
OK
[ { "Uid": "text", "Name": "text" } ]
Model defining export to build
The ids to export data for
Settings for an export
Result of an export
POST /v1/exports/buildexport HTTP/1.1 Host: Authorization: YOUR_API_KEY Content-Type: application/json-patch+json Accept: */* Content-Length: 53 { "EntityType": 10, "EntityIds": [ 1 ], "ExportSettings": {} }
{ "FileBytes": "Ynl0ZXM=", "FileName": "text", "FileExtension": "text", "MimeType": "text" }