3.1.5.1.1.2 Response Body

The records from the Source (section 3.1.1) which is specified by the SelectCommand element of SharedDataBaseInfo (section 2.2.1.12) are returned to the protocol client in the Values element of RecordSet (section 2.2.1.9), which is returned as the Result element of the ServiceResult (section 2.2.1.11) in the Response Body. If there is any error on the protocol server, a ServiceError (section 2.2.1.10) is returned in the Error element of ServiceResult. The following ABNF references types specified by section 2.2.

 GetDataResult = json-null | serviceResult-member
 serviceResult-member = json-quotation-mark "d" json-quotation-mark json-name-separator ServiceResult

GetDataResult: A ServiceResult (section 2.2.1.11) that specifies the records returned by protocol server to the protocol client. MUST be present.