POST api/v1/ReportAPI/DetermineStatusBarColor?MessageID={MessageID}
Returns the color name for the status bar. Does the validation using MessageID
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| MessageID | globally unique identifier | Required | 
Body Parameters
None.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
            Sample:
        "sample string 1"
application/xml, text/xml
            Sample:
<string>sample string 1</string>