GET api/numbers/{dataset}/{type}/{idx}

Retrieves row / col of data

Request Information

URI Parameters

NameDescriptionTypeAdditional 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[]
NameDescriptionTypeAdditional information
Value

Collection of integer

None.

Cause

string

None.

Success

boolean

None.

Response Formats

application/json, text/json

Sample:

Sample not available.