GET api/diamond/sub-summary/{shape_seq}/{range}/{user_seq}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
shape_seq | integer |
Required |
|
range | string |
Required |
|
user_seq | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
SubCountResultName | Description | Type | Additional information |
---|---|---|---|
Data | Collection of SubCountColorClarity |
None. |
|
Para | Collection of SubCountPara |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": [ { "TOTAL": 1, "COLOR_SEQ": 2, "CLARITY_SEQ": 3 }, { "TOTAL": 1, "COLOR_SEQ": 2, "CLARITY_SEQ": 3 } ], "Para": [ { "SEQ_NO": 1, "NAME": "sample string 2", "TYPE": "sample string 3" }, { "SEQ_NO": 1, "NAME": "sample string 2", "TYPE": "sample string 3" } ] }