GET api/statusreports/{PlanId}?ReportId={ReportId}

Get latest report for plan

Request Information

URI Parameters

NameDescriptionTypeAdditional information
PlanId

globally unique identifier

Required

ReportId

globally unique identifier

None.

Body Parameters

None.

Response Information

Resource Description

StatusReportInfo
NameDescriptionTypeAdditional information
Report

StatusReport

None.

ReportsList

Dictionary of date [key] and globally unique identifier [value]

None.

Response Formats

application/json, text/json

Sample:
{
  "Report": {
    "GenerationDate": "2024-10-18T00:17:07.4973553+00:00",
    "SubmitDate": "2024-10-18T00:17:07.4973553+00:00",
    "ReportPeriodStart": "2024-10-18T00:17:07.4973553+00:00",
    "ReportPeriodEnd": "2024-10-18T00:17:07.4973553+00:00",
    "State": 0,
    "Fields": {
      "sample string 1": {},
      "sample string 3": {}
    },
    "Tables": [
      {
        "TableId": "20541890-6b77-459e-869b-2434dac51eaf",
        "Rows": [
          {
            "ItemId": "95f50fbe-4607-47cc-bc91-f0fb9fad0dd8",
            "Fields": {
              "sample string 1": {},
              "sample string 3": {}
            }
          },
          {
            "ItemId": "95f50fbe-4607-47cc-bc91-f0fb9fad0dd8",
            "Fields": {
              "sample string 1": {},
              "sample string 3": {}
            }
          }
        ]
      },
      {
        "TableId": "20541890-6b77-459e-869b-2434dac51eaf",
        "Rows": [
          {
            "ItemId": "95f50fbe-4607-47cc-bc91-f0fb9fad0dd8",
            "Fields": {
              "sample string 1": {},
              "sample string 3": {}
            }
          },
          {
            "ItemId": "95f50fbe-4607-47cc-bc91-f0fb9fad0dd8",
            "Fields": {
              "sample string 1": {},
              "sample string 3": {}
            }
          }
        ]
      }
    ],
    "Owners": [
      "14a69953-ffa5-47df-a891-b11a091ea2f3",
      "b958be1f-2eaa-4e2c-9d22-22be00f0ca22"
    ],
    "Approvers": [
      "f7450be9-74ae-4fca-8052-4a36e3016f94",
      "6c054b52-2ded-4808-a077-073c7ad67dc8"
    ],
    "ApprovedBy": "b19f4d69-1087-410d-991f-4cd6ed3cb0d6",
    "ApprovalDate": "2024-10-18T00:17:07.4973553+00:00",
    "ApprovalComments": "sample string 7",
    "WorkPlanId": "3ca04836-eb53-4d7e-a4c4-2c051e8f5b90",
    "id": "8f8c5e66-a4ec-4f6e-9b75-259e10103520",
    "ConfigId": "295fb760-10f6-40b1-9088-6cb0c2cbfa84"
  },
  "ReportsList": {
    "2024-10-18T00:17:07.4973553+00:00": "702036f8-e3f1-4e8b-b585-ecd703837f4d"
  }
}