GET api/ctns_cog/sel_cog_edu_table
학력별 인지군 분류 표 가져옴
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Dictionary of string [key] and integer [value]Response Formats
application/json, text/json
Sample:
[ { "sample string 1": 2, "sample string 3": 4 }, { "sample string 1": 2, "sample string 3": 4 } ]
application/xml, text/xml
Sample:
<ArrayOfArrayOfKeyValueOfstringint xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <ArrayOfKeyValueOfstringint> <KeyValueOfstringint> <Key>sample string 1</Key> <Value>2</Value> </KeyValueOfstringint> <KeyValueOfstringint> <Key>sample string 3</Key> <Value>4</Value> </KeyValueOfstringint> </ArrayOfKeyValueOfstringint> <ArrayOfKeyValueOfstringint> <KeyValueOfstringint> <Key>sample string 1</Key> <Value>2</Value> </KeyValueOfstringint> <KeyValueOfstringint> <Key>sample string 3</Key> <Value>4</Value> </KeyValueOfstringint> </ArrayOfKeyValueOfstringint> </ArrayOfArrayOfKeyValueOfstringint>