GET api/right/GetAlert?yearMonth={yearMonth}&userId={userId}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| yearMonth | No documentation available. |
Define this parameter in the request URI. |
| userId | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[
{
"date": "sample string 1",
"week": "sample string 2",
"alertNum": 3
},
{
"date": "sample string 1",
"week": "sample string 2",
"alertNum": 3
},
{
"date": "sample string 1",
"week": "sample string 2",
"alertNum": 3
}
]