Get a REST module source
get
                    /ords/rest/modules/{id}/source
Exports the REST module source code.
                
                Request
Path Parameters
                - 
                    id(required):  integer
                    
                    ID for specific module.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
                - application/json
200 Response
SQL file of the exported module.
                            
                            
                                404 Response
Module does not exist.