GET api/numbers/{dataset}/{type}/{idx}
Retrieves row / col of data
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| dataset |
Dataset: A|B |
string |
Required |
| type |
Type: row|col |
string |
Required |
| idx |
Index of row/col |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Result of values
ResultOfInt32[]| Name | Description | Type | Additional information |
|---|---|---|---|
| Value | Collection of integer |
None. |
|
| Cause | string |
None. |
|
| Success | boolean |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.