Getting the details of a simulation group
                Returns a set of detailed information on the simulation group specified into the request.
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).
 
Response status
| HTTP status | Description | 
|---|---|
| 
                                         200 OK  | 
                                    
                                         Result of the processed request.  | 
                                
Response content-type
application/xml
Response entity
XML message that contains all information for the specified simulation group as defined in orca2.xsd 
Request
https://<OPTIMA_HOST_IP_ADDRESS>:<PORT_NUMBER>/datex-interface/simulation/group/6
                        Response status
| HTTP status | Description | 
|---|---|
| 
                                         200 OK  | 
                                    
                                         Result of the processed request.  | 
                                
Response output
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Orca2Model xmlns="http://sistemaits.com/orca2/1" xmlns:ns2="http://datex2.eu/schema/2/2_0" xmlns:ns3="http://datex2.eu/schema/2/2_0/com/sistemaits/ext">
    <exchange>
        <provider>PTV-OPTIMA</provider>
    </exchange>
    <payloadPublication xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="SimulationPayload" publicationTime="2016-03-18T11:29:41.676">
        <MetaInfo>
            <timezone>Europe/Rome</timezone>
        </MetaInfo>
        <simulationGroup idno="5" description="Testing a road closure" status="0">
            <simulation idno="153092" description="Case0 no scenario" base="false" simulationGroup="5"/>
            <simulation idno="153093" description="Case1 road closed" base="false" simulationGroup="5">
                <scenario idno="1"/>
            </simulation>
        </simulationGroup>
    </payloadPublication>
</Orca2Model>