Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
P portal
  • Project overview
    • Project overview
    • Details
    • Activity
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Create a new issue
  • Jobs
  • Issue Boards
Collapse sidebar
  • 科探开源
  • portal
  • Wiki
    • 门户v2 api 文档
  • 06.3rd API v2

06.3rd API v2 · Changes

Page history
Update 门户V2 API 文档/06.3rd API v2 authored Dec 21, 2020 by 杜安山's avatar 杜安山
Hide whitespace changes
Inline Side-by-side
Showing with 36 additions and 0 deletions
+36 -0
  • 门户V2-API-文档/06.3rd-API-v2.md 门户V2-API-文档/06.3rd-API-v2.md +36 -0
  • No files found.
门户V2-API-文档/06.3rd-API-v2.md 0 → 100644
View page @ 4ee95ce4
## 1.1 3rd API 概述
- 3rd API 集成第三方接口数据通过提取、转换成系统需要的格式
- 3rd API 只提供查询转换第三方接口数据后的数据接口
- 查询数据接口: [https://{site}/portal/api/v2/thirdparty/{api_id}?_format=json](https://note.youdao.com/) GET
- 接口根据角色授权
## 1.2.Thirdparty API 查询数据
GET URI 也可以使用系统后台配置的别名
```
GET /portal/api/v2/thirdparty/{api_id}?_format=json HTTP/1.1
Host: portal.xx.edu.com.cn
Authorization: Bearer 39aec9c68b679d43de6803e0f14c223j
{query}={value}&{query_1}={value1}.....
```
## 1.2.1 接口响应数据
```
[
{
//通过提取、转换成门户系统需要的数据形式
}
]
```
Clone repository
  • Home
  • 数据管理手册
    • 094.Views twig 配置
    • ETL01.数据管理使用手册 V2.0
    • ETL02.Source 数据请求 data_fetcher_plugin
    • ETL03.Source 解析 data_parser_plugin
    • ETL04.Source 认证插件 authentication
    • ETL05.Porcess plugins 明细
    • ETL06.URL endpoint 数据管理E
    • ETL07.Mysql 数据管理
    • ETL08.MSSQL 数据管理
    • ETL09.Oracle 数据管理
    • ETL10.Token 列表
  • 门户V2 API 文档
    • 01.Portal Rest API v2
    • 01.Resource API
    • 02.App API
View All Pages