标准签


获取参与人账号及通知配置信息

<p><strong>简要描述:</strong> </p> <ul> <li>获取参与人账号及通知配置信息</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://ip:port/service/rest/v1/code/getAccountByParticipantId</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>GET</li> </ul> <p><strong>参数:</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">participantId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td>签署流程参与人Id</td> </tr> <tr> <td style="text-align: left;">accountUid</td> <td style="text-align: left;">否</td> <td style="text-align: left;">String</td> <td>当前拒签用户的accountUid, 标准签中可以不传,默认为当前登录账号的accountUid</td> </tr> <tr> <td style="text-align: left;">source</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td>请求来源,例如:’dingding’ , ’esign’ , ’esign_h5’ , ’alipay’</td> </tr> </tbody> </table> <p><strong>请求示例</strong></p> <pre><code> http://ip:port/service/rest/v1/code/getAccountByParticipantId?participantId=3733dac8-d5bf-40a9-b8b2-0eed3c5f7867&amp;amp;source=esign</code></pre> <p><strong>返回示例</strong></p> <pre><code>{ &amp;quot;success&amp;quot;: true, &amp;quot;msg&amp;quot;: &amp;quot;成功&amp;quot;, &amp;quot;total&amp;quot;: null, &amp;quot;errCode&amp;quot;: 0, &amp;quot;errShow&amp;quot;: false, &amp;quot;data&amp;quot;: { &amp;quot;smsAlert&amp;quot;: &amp;quot;true&amp;quot;, &amp;quot;receiverName&amp;quot;: &amp;quot;李XX&amp;quot;, &amp;quot;mobile&amp;quot;: &amp;quot;158****4156&amp;quot;, &amp;quot;appAlert&amp;quot;: &amp;quot;true&amp;quot;, &amp;quot;email&amp;quot;: &amp;quot;xxxxx@timevale.com&amp;quot;, &amp;quot;emailAlert&amp;quot;: &amp;quot;true&amp;quot; } }</code></pre> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML