GET api/ytcpmsg/GetWaitedRawMSG/{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=2, 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

ResponseCallbackObject with RAW data

ResponseCallbackObject
NameDescriptionTypeAdditional information
DatExpire

date

None.

Completed

boolean

None.

ID

globally unique identifier

None.

mType

enRType

None.

Exception

Exception

None.

CurrentPosition

integer

None.

TotalBytes

integer

None.

IsRelayed

boolean

None.

IDCGetter

globally unique identifier

None.

IDCSetter

globally unique identifier

None.

DSetUpp

DataSetRequestUpp

None.

Response Formats

application/json, text/json

Sample:
{
  "DSetUpp": {
    "SqlTimeout": 1,
    "ChunkOffset": 1,
    "SaveSQLcmd": "sample string 1",
    "c_expiresec": 1,
    "TotalBytes": 2,
    "CurrentPosition": 3,
    "BufferSize": 4,
    "SQLcmd": "sample string 5",
    "mType": 0,
    "RowsLimit": 6,
    "Pars": {
      "ParType": 0,
      "Params": [
        {
          "ParName": "sample string 1",
          "ValName": "sample string 2",
          "Val": {},
          "Cond": "sample string 4",
          "DType": 0
        },
        {
          "ParName": "sample string 1",
          "ValName": "sample string 2",
          "Val": {},
          "Cond": "sample string 4",
          "DType": 0
        }
      ]
    },
    "SavePars": {
      "ParType": 0,
      "Params": [
        {
          "ParName": "sample string 1",
          "ValName": "sample string 2",
          "Val": {},
          "Cond": "sample string 4",
          "DType": 0
        },
        {
          "ParName": "sample string 1",
          "ValName": "sample string 2",
          "Val": {},
          "Cond": "sample string 4",
          "DType": 0
        }
      ]
    },
    "TypedPars": [
      {
        "ParType": 0,
        "Params": [
          {
            "ParName": "sample string 1",
            "ValName": "sample string 2",
            "Val": {},
            "Cond": "sample string 4",
            "DType": 0
          },
          {
            "ParName": "sample string 1",
            "ValName": "sample string 2",
            "Val": {},
            "Cond": "sample string 4",
            "DType": 0
          }
        ]
      },
      {
        "ParType": 0,
        "Params": [
          {
            "ParName": "sample string 1",
            "ValName": "sample string 2",
            "Val": {},
            "Cond": "sample string 4",
            "DType": 0
          },
          {
            "ParName": "sample string 1",
            "ValName": "sample string 2",
            "Val": {},
            "Cond": "sample string 4",
            "DType": 0
          }
        ]
      }
    ],
    "netf": 7,
    "CallbackID": "a312947c-f01b-4d51-bb62-5c047d864175",
    "HasError": true,
    "Exception": {
      "ClassName": "System.Exception",
      "Message": null,
      "Data": null,
      "InnerException": null,
      "HelpURL": "sample string 1",
      "StackTraceString": null,
      "RemoteStackTraceString": null,
      "RemoteStackIndex": 0,
      "ExceptionMethod": null,
      "HResult": 3,
      "Source": "sample string 2",
      "WatsonBuckets": null
    }
  },
  "DatExpire": "2024-05-09T02:06:51.8836323+02:00",
  "Completed": true,
  "ID": "bd26596b-a3cb-4b9f-882f-dde33a8fb990",
  "mType": 0,
  "Exception": {
    "ClassName": "System.Exception",
    "Message": null,
    "Data": null,
    "InnerException": null,
    "HelpURL": "sample string 1",
    "StackTraceString": null,
    "RemoteStackTraceString": null,
    "RemoteStackIndex": 0,
    "ExceptionMethod": null,
    "HResult": 3,
    "Source": "sample string 2",
    "WatsonBuckets": null
  },
  "CurrentPosition": 4,
  "TotalBytes": 5,
  "IsRelayed": true,
  "IDCGetter": "0cddf00b-9e94-43f0-8893-e0be033daac8",
  "IDCSetter": "7dd8d22a-e622-4590-9b3c-b81bded644d9"
}