# EBI
# Fetch EBI Format List
A. Description
- Query the format list of all EBIs of M18, which is convenient for the use of subsequent EBI API
B. API Detail
- Request URL
URL | http://[server]/jsf/rfws/ebiWidget/reportList |
---|---|
HTTP Method | GET |
Encode | UTF-8 |
- URL Parameters
Parameter | Type | Required | Remarks |
---|---|---|---|
authorization | String(Header) | Yes | Access Token obtained via Oauth2 |
client_id | String(Header) | Yes | Client ID from [OAuth Applications], generated by the M18 |
formatType | String(Query) | Yes | ebiFormat/chart/pivot |
searchText | String(Query) | No | For keyword search |
offset | int(Query) | No | Resultset offset : start index |
rows | int(Query) | No | Resultset offset : end index |
- Request Sample
a. Header Parameters
b. Query Parameters
- Response Sample