GET
/
proto
curl --request GET \
  --url https://mlink-live.nms.saturn.spiderrockconnect.com/rest/proto
[
  {
    "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

api key to access the data

cmd
string

Type of command

msgType
string

Message type

pkey
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

Client-supplied API Password (if any)

view
string

View clause

where
string

Where clause

order
string

Order clause

Response

200
application/json
Post response
header
object
message
object