GET api/Actions/GetAll

No documentation available.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "ID": 1,
    "TYPE": 2,
    "TRGGRID": 3,
    "NTFCTNID": 1,
    "ROLEID": "sample string 4",
    "USERID": "sample string 5",
    "DOCSTATE": "sample string 6",
    "DbFileName": "sample string 7",
    "DbForeignKeys": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ]
  },
  {
    "ID": 1,
    "TYPE": 2,
    "TRGGRID": 3,
    "NTFCTNID": 1,
    "ROLEID": "sample string 4",
    "USERID": "sample string 5",
    "DOCSTATE": "sample string 6",
    "DbFileName": "sample string 7",
    "DbForeignKeys": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ]
  },
  {
    "ID": 1,
    "TYPE": 2,
    "TRGGRID": 3,
    "NTFCTNID": 1,
    "ROLEID": "sample string 4",
    "USERID": "sample string 5",
    "DOCSTATE": "sample string 6",
    "DbFileName": "sample string 7",
    "DbForeignKeys": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ]
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.