GET api/problem/family

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ProblemFamily
NameDescriptionTypeAdditional information
problem_family_id

integer

None.

list

Collection of Problem

None.

name_cht

string

Required

Max length: 32

name_chs

string

Required

Max length: 32

name_eng

string

Required

Max length: 32

name_jpn

string

Required

Max length: 32

priority

integer

Required

create_date

string

None.

update_date

string

None.

is_disabled

string

Required

Max length: 1

Response Formats

application/json, text/json

Sample:
{
  "problem_family_id": 1,
  "list": [
    {
      "problem_id": 1,
      "title_cht": "sample string 2",
      "title_chs": "sample string 3",
      "title_eng": "sample string 4",
      "title_jpn": "sample string 5",
      "content_cht": "sample string 6",
      "content_chs": "sample string 7",
      "content_eng": "sample string 8",
      "content_jpn": "sample string 9",
      "pic_filepath": "sample string 10",
      "priority": 11,
      "create_date": "sample string 12",
      "update_date": "sample string 13",
      "problem_family_id": 14,
      "is_disabled": "sample string 15"
    },
    {
      "problem_id": 1,
      "title_cht": "sample string 2",
      "title_chs": "sample string 3",
      "title_eng": "sample string 4",
      "title_jpn": "sample string 5",
      "content_cht": "sample string 6",
      "content_chs": "sample string 7",
      "content_eng": "sample string 8",
      "content_jpn": "sample string 9",
      "pic_filepath": "sample string 10",
      "priority": 11,
      "create_date": "sample string 12",
      "update_date": "sample string 13",
      "problem_family_id": 14,
      "is_disabled": "sample string 15"
    }
  ],
  "name_cht": "sample string 2",
  "name_chs": "sample string 3",
  "name_eng": "sample string 4",
  "name_jpn": "sample string 5",
  "priority": 6,
  "create_date": "sample string 7",
  "update_date": "sample string 8",
  "is_disabled": "sample string 9"
}