get https://api.topview.ai/v1/ethnicity/list
Response
Field | Type | Description |
---|---|---|
code | String | The response code indicating status |
message | String | Message describing the response |
result | Object | Contains the result of the request |
result.total | Number | Total number of ethnicities available |
result.pageNo | Number | Current page number |
result.pageSize | Number | Number of items per page |
result.data | Array | List of ethnicity objects |
result.data[].ethnicityId | String | Unique identifier for the ethnicity |
result.data[].ethnicityName | String | Name of the ethnicity |