GET api/NotePad/GetUserNotePad?userId={userId}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
userId | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{ "Id": 1, "NotePadText": "sample string 2", "UserId": "sample string 3", "UserFullName": "sample string 4" }