Admin

KOPIS performance list request (pblpfrRequest)

GET /admin/getKopisSearch

list of performances (client side) https://www.kopis.or.kr/upload/openApi/%EA%B3%B5%EC%97%B0%EC%98%88%EC%88%A0%ED%86%B5%ED%95%A9%EC%A0%84%EC%82%B0%EB%A7%9DOpenAPI%EA%B0%9C%EB%B0%9C%EA%B0%80%EC%9D%B4%EB%93%9C.pdf

Query Parameters

Name
Type
Description

service

string

service key

stdate

number

start date (ex:20160101)

eddate

number

end date (ex:20160630)

cpage

number

current page

rows

number

rows per page

shcate

string

genre code (musical: AAAB)

shprfnm

string

performance name

shprfnmfct

string

facility name

prfplccd

string

facility code

signgucode

number

city code (si)

signgucodesub

number

city code (gu, gun)

kidstate

boolean

is it for kids (Defualt:N)

prfstate

number

is it currently playing

{
    data: {
        db: {
            mt20id: PF132236,
            prfnm: ์šฐ๋ฆฌ์—ฐ์• ํ• ๊นŒ,
            genrenm: ์—ฐ๊ทน,
            prfstate: ๊ณต์—ฐ์™„๋ฃŒ,
            prfpdform: 2016.05.12,
            prfpdto: 2016.07.31,
            poster: http://www.kopis.or.kr/upload/pfmPoster/PF_P
F132236_160704_142630.gif
            fcltynm: ํ”ผ๊ฐ€๋กœ์•„ํŠธํ™€(๊ตฌ ํ›ˆ์•„ํŠธํ™€)
            openrun: Y
        }
    }
}

Post Musical

POST /admin/post

Request Body

Name
Type
Description

numbers

array

[{title: title, videoId: youtube video ID}, ...]

hashtags

array

["#aa", "#bb", "#cc", ...]

code

string

KOPIS code

title

string

thumbnail

string

contents

string

state

string

actors

string

Edit Musical

PUT /admin/edit

Request Body

Name
Type
Description

actors

string

state

string

hashtags

array

["#aa", "#bb", "#cc", ...]

numbers

array

[{id: id, title: title, videoId: youtube video ID}, ...]

code

string

KOPIS code

title

string

thumbnail

string

contents

string

Delete Musical

DELETE /admin/delete/:title

Path Parameters

Name
Type
Description

title

string

title of a musical

Last updated