GET api/ytcpmsg/GetAnyData/{id}?waitsec={waitsec}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

message id from GetGridDef or Action/SaveAnyData

globally unique identifier

Required

waitsec

wait up to X secconds(min=1, max=10)

integer

Default value is 10

api-version

The requested API version

string

Default value is 1.0

Body Parameters

None.

Response Information

Resource Description

object in format of mType and data in BData

sAnyData
NameDescriptionTypeAdditional information
mType

Determines expected format in BData

enRType

None.

BData

Payload: mostly in base64/byte[] in expected format defined by mType

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
{
  "mType": 0,
  "BData": "QEA="
}