Exporting and Importing Model
Export / Import functionality enables the user to export models and then re-import them into another project. Models are encoded into a Base 64 string so that they can easily be transmitted using various channels of communication.
Exporting and Importing Model Rest API
Export a Model
Export a model into a Base 64 string.
URL
HTTP Responses
HTTP Status Code
HTTP Status Message
Description
200
OK
Success.
HTTP Response Entity
HTTP Response Entity
Example
String
A Base64 representation of the model.
Sample Request/Response Fed Create
Import a Model
Import a model into a project.
URL
Request Body
HTTP Responses
HTTP Status Code
HTTP Status Message
Description
200
OK
Success.
Sample Request/Response Fed Create
Last updated