View Risk Project Details

Returns information on a risk project.

 

URL

{RMUrl}/api/risk/projects/<ProjectCode>

 

REQUEST METHOD

GET

 

URL PARAMETER

RiskProjectID: This parameter is provided in the URL and does not need to be sent through GET.

 

REQUEST EXAMPLE

{RMUrl}/api/risk/projects/PRJR12012

 

SUCCESS RESPONSE

Returns a RiskProject object with additional information on the project specified (see Modulo Risk Manager Features -> 4. Risk -> 4.1 Risk Projects -> List Risk Projects)

 

SUCCESS RESPONSE EXAMPLE

{

"Name":"Risk in Assets 2011",

"Leader":{

"Id":"fe1f4bb6-1f90-11e1-a18c-001ec920c21f",

"Name":"Administrator",

"Phone":"+1 (646) 555-0000",

"Email":"admin@example.com"

},

"Author":{

"Id":"fe1f4bb6-1f90-11e1-a18c-001ec920c21f",

"Name":"Administrator",

"Phone":"+1 (646) 555-0000"

"Email":"admin@example.com"

},

"Description":"This project was used to analyze risks in the organization's assets in 2011.",

"AdditionalInformation":"This project was cancelled with the manager's authorization.",

"Status":"Canceled",

"StatusCode":2,

"Code":"PRJR12008",

"UpdatedOn":"\/Date(1349185548033-0300)\/",

"CreatedOn":"\/Date(1349185539577-0300)\/",

"ClosedOn":"\/Date(1349185548030-0300)\/",

"AnalysisStart":"\/Date(-62135589600000-0200)\/",

"AnalysisEnd":"\/Date(-62135589600000-0200)\/"

}