AssetDatabase Export
- Last UpdatedJun 15, 2023
- 1 minute read
- PI System
- PI Web API Reference
- Developer
AssetDatabase Export
Export the asset database.
Request
GET assetdatabases/{webId}/export
URL Parameters
-
webId The ID of the database. See WebID for more information.
-
exportMode Indicates the type of export to perform. The default is 'StrongReferences'. Multiple export modes may be specified by using multiple instances of exportMode. See Export Mode for more information.
-
startTime The earliest starting time for AFEventFrame, AFTransfer, and AFCase objects that may be part of the export. The default is '*-30d'. See Time Strings for more information.
-
endTime The latest ending time for AFEventFrame, AFTransfer, and AFCase objects that may be part of the export. The default is '*'. See Time Strings for more information.
Status Codes
200: Database exported. The response body contains the serialized database.