Service


Service Detail

(1) Interface Description

  • URL: https://{domain}.oc.nhncloud.com/{serviceId}/api/v2/service.json

  • URL(RealTest Environment) : https://{domain}.oc.beta-nhncloud.com/{serviceId}/api/v2/service.json

  • URL(Development Test Environment): https://{domain}.oc.alpha-nhncloud.com/{serviceId}/api/v2/service.json

Interface Name
Protocol
Request Method
Encoding
Response Format
Interface Description
접근제한 여부

Service Detail

HTTPS

GET

UTF-8

JSON

Retrieve service information using the Service ID

필요 없음


(2) Request Parameters

Name
Field (Parameters)
Type
Location
Required
Description

Service ID

serviceId

String

path

O

서비스 ID,URL PATH 내에 설정한{serviceId}


(3) Response Data

Name
(2) Request Parameters
Type
Description

result.content

serviceId

String

서비스 ID

name

String

서비스명

profile

String

서비스 배경 이미지

language

String

서비스 기본 언어 코드

languages

Array

서비스 언어 리스트

languages.code

String

언어 코드

languages.name

String

언어 명칭

languages.orderNo

Integer

언어 노출 순서

multiLanguage

Boolean

서비스 다국어 여부, 값(true: 다국어, false: 단일 언어)


(4) Response Body

Last updated