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 QnA API

Qna Controller

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

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

This API exposes 5 operations across 2 paths, and defines 7 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.

5 operations 2 paths 7 schemas 1 DELETE2 GET1 POST1 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 QnA API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (JWT) (Bearer 토큰 값).

Paths & Operations 5

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

QnA 5

Qna Controller

GET
/api/v1/qna
1대1 문의 리스트
qnaListUsingGET_1 3 params → 200401403404
POST
/api/v1/qna
1대1 문의 등록
insertQuestionUsingPOST body → 200201401403404
GET
/api/v1/qna/{id}
1대1 문의 상세내용
qnaInfoUsingGET_1 1 param → 200401403404
PUT
/api/v1/qna/{id}
1대1 문의 수정
updateQuestionUsingPUT 1 param body → 200201401403404910911
DELETE
/api/v1/qna/{id}
1대1 문의 취소
cancelQuestionUsingDELETE 1 param → 200204401403909

Schemas 7

The contract defines 7 schemas that model the data the API accepts and returns. The most detailed are QnaDetail (12 properties), Qna (8 properties), WinclResponseDataList«Qna» (8 properties), WinclResponseData«QnaDetail» (3 properties). Each schema is shown below with its type and property counts.

WinclResponseDataList«Qna»
object
8 properties
QnaDetail
object
12 properties
UpdateQuestionRequest
object
3 properties
WinclResponse
object
2 properties
InsertQuestionRequest
object
3 properties
WinclResponseData«QnaDetail»
object
3 properties
Qna
object
8 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

wincl-qna-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 Project API
WinCL Admin QnA API