POST api/SafetyMemos/GetSafetyMemos
Request Information
URI Parameters
None.
Body Parameters
SafetyMemoSearchMdlName | Description | Type | Additional information |
---|---|---|---|
generalSearch | string |
None. |
|
limitTo | integer |
None. |
|
pageNumber | integer |
None. |
|
groupId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "generalSearch": "sample string 1", "limitTo": 2, "pageNumber": 3, "groupId": 4 }
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
ResponseMdlName | Description | Type | Additional information |
---|---|---|---|
Status | boolean |
None. |
|
Data | Object |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Status": true, "Data": {}, "Message": "sample string 3" }