# EBI

# Fetch EBI Format List

A. Description

  1. Query the format list of all EBIs of M18, which is convenient for the use of subsequent EBI API

B. API Detail

  1. Request URL
URL http://[server]/jsf/rfws/ebiWidget/reportList
HTTP Method GET
Encode UTF-8
  1. 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
  1. Request Sample

a. Header Parameters

ebi1

b. Query Parameters

ebi2

  1. Response Sample

ebi3