GET api/people/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

person
NameDescriptionTypeAdditional information
id

integer

None.

cluster_id

integer

None.

center_id

integer

None.

create_time

date

None.

modify_time

date

None.

modify_by

integer

None.

record_status_id

signed byte

None.

prefix_id

integer

None.

first_name

string

None.

mid_name

string

None.

last_name

string

None.

gender_id

integer

None.

dob

date

None.

iden_doctype_id

integer

None.

iden_doc

string

None.

nationality_id

integer

None.

origin_id

integer

None.

occupation_id

integer

None.

education_id

integer

None.

marriage_id

integer

None.

address_id

integer

None.

image_id

string

None.

remark

string

None.

phone

string

None.

email

string

None.

nationality_other

string

None.

origin_other

string

None.

occupation_other

string

None.

education_other

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "cluster_id": 2,
  "center_id": 3,
  "create_time": "2024-10-05T10:15:26.6865974+07:00",
  "modify_time": "2024-10-05T10:15:26.6865974+07:00",
  "modify_by": 6,
  "record_status_id": 64,
  "prefix_id": 1,
  "first_name": "sample string 8",
  "mid_name": "sample string 9",
  "last_name": "sample string 10",
  "gender_id": 1,
  "dob": "2024-10-05T10:15:26.6865974+07:00",
  "iden_doctype_id": 1,
  "iden_doc": "sample string 11",
  "nationality_id": 1,
  "origin_id": 1,
  "occupation_id": 1,
  "education_id": 1,
  "marriage_id": 1,
  "address_id": 12,
  "image_id": "sample string 13",
  "remark": "sample string 14",
  "phone": "sample string 15",
  "email": "sample string 16",
  "nationality_other": "sample string 17",
  "origin_other": "sample string 18",
  "occupation_other": "sample string 19",
  "education_other": "sample string 20"
}