GET api/{stagePlural}/sections/{idOfSection}/file-specs/{idOfFileSpec}/perfomance-fragment/{indexOfStartRow}/{countOfRows}

Get columns fragment from previously uploaded file with production data

Request Information

URI Parameters

NameDescriptionTypeAdditional information
stagePlural

Stage in plural mode (only: wells)

string

Required

idOfSection

Id of section (with well-perfomance pattern)

globally unique identifier

Required

idOfFileSpec

Id of perfomance file

globally unique identifier

Required

indexOfStartRow

Where data begins

integer

Required

countOfRows

Count of needed data

integer

Required

Body Parameters

None.

Response Information

Resource Description

2D string array

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.