GET survey/last/{id}
사용자의 마지막 컨텐츠 실행 아이디를 받아서 정신건강 3종 디테일 데이터를 가져오는 메서드
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Dictionary of string [key] and Collection of Dictionary of string [key] and Object [value] [value]Response Formats
application/json, text/json
Sample:
{
"sample string 1": [
{
"sample string 1": {},
"sample string 3": {}
},
{
"sample string 1": {},
"sample string 3": {}
}
],
"sample string 2": [
{
"sample string 1": {},
"sample string 3": {}
},
{
"sample string 1": {},
"sample string 3": {}
}
]
}
application/xml, text/xml
Sample:
<ArrayOfKeyValueOfstringArrayOfArrayOfKeyValueOfstringanyTypety7Ep6D1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<KeyValueOfstringArrayOfArrayOfKeyValueOfstringanyTypety7Ep6D1>
<Key>sample string 1</Key>
<Value>
<ArrayOfKeyValueOfstringanyType>
<KeyValueOfstringanyType>
<Key>sample string 1</Key>
<Value />
</KeyValueOfstringanyType>
<KeyValueOfstringanyType>
<Key>sample string 3</Key>
<Value />
</KeyValueOfstringanyType>
</ArrayOfKeyValueOfstringanyType>
<ArrayOfKeyValueOfstringanyType>
<KeyValueOfstringanyType>
<Key>sample string 1</Key>
<Value />
</KeyValueOfstringanyType>
<KeyValueOfstringanyType>
<Key>sample string 3</Key>
<Value />
</KeyValueOfstringanyType>
</ArrayOfKeyValueOfstringanyType>
</Value>
</KeyValueOfstringArrayOfArrayOfKeyValueOfstringanyTypety7Ep6D1>
<KeyValueOfstringArrayOfArrayOfKeyValueOfstringanyTypety7Ep6D1>
<Key>sample string 2</Key>
<Value>
<ArrayOfKeyValueOfstringanyType>
<KeyValueOfstringanyType>
<Key>sample string 1</Key>
<Value />
</KeyValueOfstringanyType>
<KeyValueOfstringanyType>
<Key>sample string 3</Key>
<Value />
</KeyValueOfstringanyType>
</ArrayOfKeyValueOfstringanyType>
<ArrayOfKeyValueOfstringanyType>
<KeyValueOfstringanyType>
<Key>sample string 1</Key>
<Value />
</KeyValueOfstringanyType>
<KeyValueOfstringanyType>
<Key>sample string 3</Key>
<Value />
</KeyValueOfstringanyType>
</ArrayOfKeyValueOfstringanyType>
</Value>
</KeyValueOfstringArrayOfArrayOfKeyValueOfstringanyTypety7Ep6D1>
</ArrayOfKeyValueOfstringArrayOfArrayOfKeyValueOfstringanyTypety7Ep6D1>