Get a List of Decision Model Snapshot Names
get
                    /ic/api/process/v1/dmn/spaces/{spaceId}/decision-models/{decisionModelName}/versions
Gets a list of names of the snapshots created for this decision model, including the snapshot named LATEST. Authorization header MUST be set to type Bearer and an access token must be provided.
                Request
Path Parameters
                - 
                    decisionModelName(required): string
                    
                    Name of the Decision Model
 - 
                    spaceId(required): string
                    
                    Identifies the Process space in which the decision model was created.
 
Header Parameters
                - 
                        Authorization(required): string
                        
                        Authorization header MUST be set to type Bearer and an access token must be provided i.e. 'Bearer
' Default Value:Bearer XXXXX.XXXXX.XXXXX 
Response
Supported Media Types
                - application/json
 - text/plain
 
200 Response
Successful Response
                
                
                    401 Response
Unauthorized
                
                
                403 Response
Forbidden (Expired or invalid token)
                
                
                404 Response
Not Found
                
                
                500 Response
Internal Server Error