查询常委会监督详情(组件)
<p><strong>接口URL</strong></p>
<p>> /subassembly/su/w/v1/deliberationopinion/detail/{id}</p>
<p><strong>请求方式</strong></p>
<p>> Get</p>
<p><strong>Content-Type</strong></p>
<p>> json</p>
<p><strong>请求PathVariable参数</strong></p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>示例值</th>
<th>参数类型</th>
<th>是否必填</th>
<th>参数描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>id</td>
<td>审议意见ID</td>
<td>String</td>
<td>是</td>
<td>-</td>
</tr>
</tbody>
</table>
<p><strong>响应示例</strong></p>
<pre><code class="language-javascript">{
&quot;code&quot;: 1200,
&quot;data&quot;:
{
&quot;id&quot;:245631541,
&quot;title&quot;:&quot;xxxx审议意见&quot;,
&quot;content&quot;:&quot;xxxx审议意见内容&quot;,
&quot;organizationId&quot;:641243211,
&quot;organizationName&quot;:&quot;xxxx单位&quot;
&quot;startTime&quot;:&quot;2024-08-15 12:30:00&quot;,
&quot;endTime&quot;:&quot;2024-09-15 18:00:00&quot;,
&quot;superviseType&quot;:1,
&quot;superviseId&quot;:35412212211,
&quot;superviseTitle&quot;:&quot;关联监督事项标题&quot;,
&quot;flowState&quot;:1,
&quot;deliberationOpinionDocuments&quot;:
[
{
&quot;deliberationOpinionId&quot;:2587462122,
&quot;documentId&quot;:2324878123,
&quot;documentName&quot;:&quot;xxxxxx.docx&quot;,
&quot;documentPath&quot;:&quot;/upload/img/xxxxx.docx&quot;,
&quot;convertedPath&quot;:&quot;/upload/img/xxxxx.pdf&quot;
}
],
&quot;progressList&quot;:
[
{
&quot;deliberationOpinionId&quot;:673232222,
&quot;handleProgress&quot;:52.5,
&quot;handleDesc&quot;:&quot;任务完成52&quot;,
&quot;handleTime&quot;:&quot;2024-08-16 12:30:00&quot;
}
]
},
&quot;desc&quot;: &quot;操作成功&quot;,
&quot;ex&quot;: null,
&quot;refreshPermission&quot;: false
}</code></pre>
<ul>
<li>失败(404)</li>
</ul>
<pre><code class="language-javascript">{
&quot;code&quot;: 1601,
&quot;data&quot;: null,
&quot;desc&quot;: &quot;未选择职位&quot;,
&quot;ex&quot;: &quot;未选择职位&quot;,
&quot;refreshPermission&quot;: false
}</code></pre>