GET breeze/Problems/GetAll

No documentation available.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "PROBLEMNO": 1,
    "NAME": "sample string 2",
    "LONGDESC": "sample string 3",
    "TIMESTMP": "2025-06-06T21:25:24.3278174+00:00",
    "DbFileName": "sample string 4",
    "DbForeignKeys": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ]
  },
  {
    "PROBLEMNO": 1,
    "NAME": "sample string 2",
    "LONGDESC": "sample string 3",
    "TIMESTMP": "2025-06-06T21:25:24.3278174+00:00",
    "DbFileName": "sample string 4",
    "DbForeignKeys": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ]
  },
  {
    "PROBLEMNO": 1,
    "NAME": "sample string 2",
    "LONGDESC": "sample string 3",
    "TIMESTMP": "2025-06-06T21:25:24.3278174+00:00",
    "DbFileName": "sample string 4",
    "DbForeignKeys": [
      "sample string 1",
      "sample string 2",
      "sample string 3"
    ]
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.