GET api/GetSingleIndividualUnfinishedRecord/Get?ScriptureId={ScriptureId}&MemberId={MemberId}
获取单人 单个经文未完成记录
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| ScriptureId | No documentation available. |
Define this parameter in the request URI. |
| MemberId | No documentation available. |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Code": "sample string 1",
"Message": "sample string 2",
"ResponseData": {}
}