Getting a micro simulation package for offline usage in PTV Vissim
                Returns a .zip file containing a Vissim .inpx file and all additional files required to open and reproduce the simulation of a specific single micro simulation with PTV Vissim.
Authentication phase
Before using the endpoint, you must run the authentication phase (→ Login).
After the authentication, a session opens and a valid session token persists until:
- The end of the session time-out, that is set through the parameter sessionTimeout (→ OptimaWSI configuration > OptimaAuth section).
 - An explicit Logout call (→ Logout).
 
Request
GET
                
https://<OPTIMA_HOST_IP_ADDRESS>:<PORT_NUMBER>/optimissim/simulation/{MicroSimulationId}/vissim-data
                        The path parameter MicroSimulationId must be specified and valid as obtained from → Requesting a micro simulation or micro simulation group.
Request parameters
Not applicable.
Request content-type
Not applicable.
Request body (payload)
Not applicable.
Response status
| HTTP status | Description | 
|---|---|
| 
                                         200 OK  | 
                                    
                                         If the MicroSimulationId is valid and the data for the .zip file was found.  | 
                                
| 
                                         404 Not Found  | 
                                    
                                         If the simulation for the MicroSimulationId or the data for the .zip file was not found, the service answers with 404 and with a proper message in the entity.  | 
                                
Response content-type
application/zip
Response output
A .zip file containing a Vissim .inpx file and all additional files required to open and reproduce the simulation of a specific single micro simulation with PTV Vissim.
Request
https://<OPTIMA_HOST_IP_ADDRESS>:<PORT_NUMBER>/optimissim/simulation/e37cb170-fd10-4065-9c4b-d361a2f1b614/vissim-data
                        Response status
| HTTP status | Description | 
|---|---|
| 
                                         200 OK  | 
                                    
                                         Result of the processed request.  | 
                                
Response output
Not applicable as example - .zip file.