aiM18 Developer Center aiM18 Developer Center
DOC Home
  • Platform

    • Overview
    • Frontend Framework
    • Backend Framework
    • EBI Development
    • JSF Components
    • BPM Extension Interface
    • Telescope Extension Interface
    • Mobile App Setup
  • ERP

    • ERP EJB Interfaces
    • ERP XML Config Files
    • ERP Decorators (Frontend Interfaces)
  • Tutorial

    • Setup Development Environment
    • Sample App
  • Platform

    • Authentication
    • Common JSON Objects
    • Core Services
    • EBI Services
  • Enterprise Resource Planning
  • Human Capital Management
  • Business Process Management
  • Schedule Management
  • Document Management
  • Tutorial

    • Interacting with aiM18 via webservices
Tutorial
GitHub (opens new window)
DOC Home
  • Platform

    • Overview
    • Frontend Framework
    • Backend Framework
    • EBI Development
    • JSF Components
    • BPM Extension Interface
    • Telescope Extension Interface
    • Mobile App Setup
  • ERP

    • ERP EJB Interfaces
    • ERP XML Config Files
    • ERP Decorators (Frontend Interfaces)
  • Tutorial

    • Setup Development Environment
    • Sample App
  • Platform

    • Authentication
    • Common JSON Objects
    • Core Services
    • EBI Services
  • Enterprise Resource Planning
  • Human Capital Management
  • Business Process Management
  • Schedule Management
  • Document Management
  • Tutorial

    • Interacting with aiM18 via webservices
Tutorial
GitHub (opens new window)
  • base

    • Authentication
    • Common JSON Objects
    • Core Services
    • Enduser-driven Business Intelligence
    • Error Code Description
  • Business Process Management

    • Business Process Management
  • Schedule Management

    • Schedule Management
  • Document Management System

    • Document Management System
  • Enterprise Resource Planning

    • README for ERP
    • Master Data
    • Sales
    • Purchase
    • Stock
    • Consignment
    • Subcontract
    • Production
    • Retail
    • Retail Stored Value
    • Warehouse Management Solution
    • Retail and Third-Party Logistics
    • Trading and Finance
    • Accounting
    • Accounting EBI
  • Human Capital Management

    • README for HCM
      • Register Your App
      • Generate Access Token
      • Fetch EBI Format List
    • Attendance Management
    • Hong Kong Labour Law Compliance
    • Leave Management
    • Organization And Personnel Management
    • Payroll Management
    • PRC Labour Law Compliance
    • Appraisal Management
    • Attendance
    • Casual Labour
    • Personnel
    • Leave
    • Medical Claim Management
    • Payroll
    • Recruitment
    • Training & Sponsorship
  • Web Services
  • Human Capital Management
Multiable
2024-02-23
目录

README for HCM

# Oauth Process

All web services calls require you to register with aiM18 and get authorisation in advance!

# Register Your App

Register an access account (Client ID and Client Secret) in the [Authorized Application List] module of aiM18

oauth1

# Generate Access Token

Obtain an access token (access_token) by using Client ID, Client Secret and a user account and password that can login to aiM18 normally

(Please note: the password needs to be encrypted with SHA1)

oauth2

oauth3

For more details you can check out aiM18 Authentication

# EBI

# Fetch EBI Format List

A. Description

  1. Query the format list of all EBIs of aiM18, 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 aiM18
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

Last Updated: 2025/05/13, 07:58:58
Accounting EBI
Attendance Management

← Accounting EBI Attendance Management→

Theme by Vdoing | Copyright © 1990-2025 Multiable | MIT License
  • 跟随系统
  • 浅色模式
  • 深色模式
  • 阅读模式