POST api/SafetyPolicy/GetSafetyPolicy
Request Information
URI Parameters
None.
Body Parameters
SafetyMemoSearchMdl| Name | 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:
Sample not available.
Response Information
Resource Description
ResponseMdl| Name | 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"
}