GET
/
jsonf
cURL
curl --request GET \
  --url https://mlink-live.nms.saturn.spiderrockconnect.com/rest/jsonf
[
  {
    "header": {
      "msgType": "<string>"
    },
    "message": {
      "name": "<string>",
      "mNum": 123,
      "schemaHash": "<string>",
      "actions": "<string>",
      "hasTKey": "<string>",
      "hasEKey": "<string>",
      "hasOKey": "<string>",
      "hasCF": "<string>",
      "mToken": "<string>",
      "staticFilterFields": "<string>"
    }
  }
]

Query Parameters

apikey
string<string>

api key to access the data

cmd
string<string>

Type of command

msgType
string<string>

Message type

pkey
string<string>

Primary key of a specific SR Data Object instance

limit
integer

Limit the number of messages in the response body

Required range: 1 <= x <= 10000
secret
string<string>

Client-supplied API Password (if any)

view
string<string>

View clause

where
string<string>

Where clause

Example:

"eq:SPX-NMS-EQT-2024-03-15-4550-C"

order
string<string>

Order clause

Response

200
application/json

Post response

The response is of type object[].