Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

WinCL Admin Project API

Admin Project Controller

WinCL Admin Project API is one of 44 APIs that WinCL publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Admin Project. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and authentication docs.

This API exposes 9 operations across 7 paths, and defines 17 schemas. It is described by OpenAPI 3.0.3, at version 1.0.

Requests are made against a single base URL, https://api.wincl.io:443.

9 operations 7 paths 17 schemas 6 GET1 POST2 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
1.0
Base URL
https://api.wincl.io
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

WinCL Admin Project API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (Bearer 토큰 값).

Paths & Operations 9

Across 7 paths, the API surfaces 9 operations — 6 GET, 1 POST, 2 PUT. Each is listed below with its method, path, parameters, and response codes.

Admin Project 9

Admin Project Controller

GET
/bapi/v1/project
프로젝트 리스트
projectListUsingGET_1 2 params → 200401403404
POST
/bapi/v1/project
프로젝트 등록
insertProjectUsingPOST body → 200201401403404
GET
/bapi/v1/project/agency
프로젝트 인증 기관 리스트
getCertificationAgencyUsingGET → 200401403404
GET
/bapi/v1/project/effect/list
프로젝트 효과 리스트
projectEffectListUsingGET → 200401403404
GET
/bapi/v1/project/type/list
프로젝트 유형 리스트
projectTypeListUsingGET → 200401403404
GET
/bapi/v1/project/{id}
프로젝트 상세정보
projectInfoUsingGET 1 param → 200401403404
PUT
/bapi/v1/project/{id}
프로젝트 수정
modifyProjectUsingPUT 1 param body → 200201401403404
GET
/bapi/v1/project/{id}/history
Project Balance History 리스트
projectListUsingGET 3 params → 200401403404
PUT
/bapi/v1/project/{id}/increment
프로젝트 수량변경
updateVolumeUsingPUT_1 1 param body → 200201401403404

Schemas 17

The contract defines 17 schemas that model the data the API accepts and returns. The most detailed are ProjectDetail (29 properties), AdminInsertProjectRequest (21 properties), AdminModifyProjectRequest (16 properties), ProjectBalanceHistory (9 properties). Each schema is shown below with its type and property counts.

CommonCode
object
5 properties
ProjectEffect
object
4 properties
AdminModifyProjectRequest
object
16 properties
AdminInsertProjectRequest
object
21 properties
AdminUpdateProjectVolumeRequest
object
6 properties
ProjectResponse
object
1 property
ProjectBalanceHistory
object
9 properties
ProjectAgencyRegistry
object
7 properties
ProjectDetail
object
29 properties
WinclResponseDataList«ProjectDetail»
object
8 properties
WinclResponse
object
2 properties
WinclResponseData«List«CommonCode»»
object
3 properties
CertificationAgency
object
3 properties
WinclResponseData«ProjectDetail»
object
3 properties
WinclResponseDataList«ProjectBalanceHistory»
object
8 properties
WinclResponseData«ProjectResponse»
object
3 properties
WinclResponseData«List«CertificationAgency»»
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wincl-admin-project-api-openapi.yml Raw ↑

Other APIs WinCL publishes across the network.

WinCL Admin API
WinCL Admin Auth API
WinCL Admin FAQ API
WinCL Admin Hedera API
WinCL Admin Info API
WinCL Admin News API
WinCL Admin Notice API
WinCL Admin Order API
WinCL Admin Payment API
WinCL Admin Product API
WinCL Admin QnA API
WinCL Admin Reward API