GET api/ctns_game/sel_game_site_log?con_name={con_name}&s_date={s_date}&e_date={e_date}&site_id={site_id}

게임 이름, 검색 기간, 기관 코드로 검색하여 해당하는 게임의 평균 기록 불러옴

Request Information

URI Parameters

NameDescriptionTypeAdditional information
con_name

컨텐츠 이름

string

Required

s_date

검색 기간

string

Required

e_date

검색 기간

string

Required

site_id

기관 코드

string

Required

Body Parameters

None.

Response Information

Resource Description

성공 시 해당하는 게임의 평균 기록 불러옴

Dictionary of string [key] and Object [value]

Response Formats

application/json, text/json

Sample:
{
  "sample string 1": {},
  "sample string 3": {}
}

application/xml, text/xml

Sample:
<ArrayOfKeyValueOfstringanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <KeyValueOfstringanyType>
    <Key>sample string 1</Key>
    <Value />
  </KeyValueOfstringanyType>
  <KeyValueOfstringanyType>
    <Key>sample string 3</Key>
    <Value />
  </KeyValueOfstringanyType>
</ArrayOfKeyValueOfstringanyType>