GET api/statusreports/mysubmit
Get list of submitted reports for me to approve
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information | 
|---|---|---|---|
| GenerationDate | date | None. | |
| SubmitDate | date | None. | |
| ReportPeriodStart | date | None. | |
| ReportPeriodEnd | date | None. | |
| State | StatusReportState | None. | |
| Fields | Dictionary of string [key] and Object [value] | None. | |
| Tables | Collection of StatusReportTable | None. | |
| Owners | Collection of globally unique identifier | None. | |
| Approvers | Collection of globally unique identifier | None. | |
| ApprovedBy | globally unique identifier | None. | |
| ApprovalDate | date | None. | |
| ApprovalComments | string | None. | |
| WorkPlanId | globally unique identifier | None. | |
| id | globally unique identifier | None. | |
| ConfigId | globally unique identifier | None. | 
Response Formats
application/json, text/json
            Sample:
[
  {
    "GenerationDate": "2025-10-31T11:17:36.6696522+00:00",
    "SubmitDate": "2025-10-31T11:17:36.6696522+00:00",
    "ReportPeriodStart": "2025-10-31T11:17:36.6696522+00:00",
    "ReportPeriodEnd": "2025-10-31T11:17:36.6696522+00:00",
    "State": 0,
    "Fields": {
      "sample string 1": {},
      "sample string 3": {}
    },
    "Tables": [
      {
        "TableId": "0b770483-b134-4942-898f-3bbf785fa20c",
        "Rows": [
          {
            "ItemId": "702deccd-9f4b-4174-ab1a-0ede7be35b4c",
            "Fields": {
              "sample string 1": {},
              "sample string 3": {}
            }
          },
          {
            "ItemId": "702deccd-9f4b-4174-ab1a-0ede7be35b4c",
            "Fields": {
              "sample string 1": {},
              "sample string 3": {}
            }
          }
        ]
      },
      {
        "TableId": "0b770483-b134-4942-898f-3bbf785fa20c",
        "Rows": [
          {
            "ItemId": "702deccd-9f4b-4174-ab1a-0ede7be35b4c",
            "Fields": {
              "sample string 1": {},
              "sample string 3": {}
            }
          },
          {
            "ItemId": "702deccd-9f4b-4174-ab1a-0ede7be35b4c",
            "Fields": {
              "sample string 1": {},
              "sample string 3": {}
            }
          }
        ]
      }
    ],
    "Owners": [
      "59abbb95-10e2-4f5c-8354-39b2db64274f",
      "9138318a-d3cd-4251-a7bc-bc6a984edad4"
    ],
    "Approvers": [
      "fc6fcdd1-9443-4e3e-9348-f7dfa85eb7de",
      "3162899c-6774-4499-9e8b-4c73269ccb66"
    ],
    "ApprovedBy": "4fea9c35-8a50-4347-bb31-75face72201f",
    "ApprovalDate": "2025-10-31T11:17:36.6696522+00:00",
    "ApprovalComments": "sample string 7",
    "WorkPlanId": "06d73fa7-6a6b-450e-aebd-e9814d8e5fbf",
    "id": "5ab5d6d8-2d68-4e8c-b430-4a2dcade383f",
    "ConfigId": "a025d087-2497-446c-b2aa-9f707fdf9da2"
  },
  {
    "GenerationDate": "2025-10-31T11:17:36.6696522+00:00",
    "SubmitDate": "2025-10-31T11:17:36.6696522+00:00",
    "ReportPeriodStart": "2025-10-31T11:17:36.6696522+00:00",
    "ReportPeriodEnd": "2025-10-31T11:17:36.6696522+00:00",
    "State": 0,
    "Fields": {
      "sample string 1": {},
      "sample string 3": {}
    },
    "Tables": [
      {
        "TableId": "0b770483-b134-4942-898f-3bbf785fa20c",
        "Rows": [
          {
            "ItemId": "702deccd-9f4b-4174-ab1a-0ede7be35b4c",
            "Fields": {
              "sample string 1": {},
              "sample string 3": {}
            }
          },
          {
            "ItemId": "702deccd-9f4b-4174-ab1a-0ede7be35b4c",
            "Fields": {
              "sample string 1": {},
              "sample string 3": {}
            }
          }
        ]
      },
      {
        "TableId": "0b770483-b134-4942-898f-3bbf785fa20c",
        "Rows": [
          {
            "ItemId": "702deccd-9f4b-4174-ab1a-0ede7be35b4c",
            "Fields": {
              "sample string 1": {},
              "sample string 3": {}
            }
          },
          {
            "ItemId": "702deccd-9f4b-4174-ab1a-0ede7be35b4c",
            "Fields": {
              "sample string 1": {},
              "sample string 3": {}
            }
          }
        ]
      }
    ],
    "Owners": [
      "59abbb95-10e2-4f5c-8354-39b2db64274f",
      "9138318a-d3cd-4251-a7bc-bc6a984edad4"
    ],
    "Approvers": [
      "fc6fcdd1-9443-4e3e-9348-f7dfa85eb7de",
      "3162899c-6774-4499-9e8b-4c73269ccb66"
    ],
    "ApprovedBy": "4fea9c35-8a50-4347-bb31-75face72201f",
    "ApprovalDate": "2025-10-31T11:17:36.6696522+00:00",
    "ApprovalComments": "sample string 7",
    "WorkPlanId": "06d73fa7-6a6b-450e-aebd-e9814d8e5fbf",
    "id": "5ab5d6d8-2d68-4e8c-b430-4a2dcade383f",
    "ConfigId": "a025d087-2497-446c-b2aa-9f707fdf9da2"
  }
]