机构对比平台

数据服务


通过论文id获取期刊id

<p><strong>简要描述:</strong> </p> <ul> <li>机构详情API</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>http://aminer-venue.private.aminer.cn/magic</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST </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> <th>示例</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">action</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>调用接口名</td> <td>venue.MatchVenueV3</td> </tr> <tr> <td style="text-align: left;">name</td> <td style="text-align: left;">是</td> <td style="text-align: left;">是</td> <td>期刊名称</td> <td>计算机科学</td> </tr> </tbody> </table> <p><strong>请求示例</strong></p> <pre><code>[ { &amp;quot;action&amp;quot;: &amp;quot;venue.MatchVenueV3&amp;quot;, &amp;quot;parameters&amp;quot;: { &amp;quot;name&amp;quot;: &amp;quot;计算机科学&amp;quot; } } ]</code></pre> <p><strong>返回示例</strong></p> <pre><code>{ &amp;quot;data&amp;quot;: [ { &amp;quot;context&amp;quot;: &amp;quot;9ACB0442&amp;quot;, &amp;quot;duration&amp;quot;: &amp;quot;186.93425ms&amp;quot;, &amp;quot;items&amp;quot;: [ { &amp;quot;id&amp;quot;: &amp;quot;5ea17cdaedb6e7d53c0090b1&amp;quot; } ], &amp;quot;keyValues&amp;quot;: { &amp;quot;total&amp;quot;: 1 }, &amp;quot;succeed&amp;quot;: true } ] }</code></pre> <p><strong>返回参数说明</strong> </p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">id</td> <td style="text-align: left;">string</td> <td>期刊id</td> </tr> <tr> <td style="text-align: left;">total</td> <td style="text-align: left;">int</td> <td>期刊数量</td> </tr> </tbody> </table> <p><strong>备注</strong> </p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML