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
NameDescriptionTypeAdditional 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": "2024-10-18T08:34:55.3568186+00:00",
    "SubmitDate": "2024-10-18T08:34:55.3568186+00:00",
    "ReportPeriodStart": "2024-10-18T08:34:55.3568186+00:00",
    "ReportPeriodEnd": "2024-10-18T08:34:55.3568186+00:00",
    "State": 0,
    "Fields": {
      "sample string 1": {},
      "sample string 3": {}
    },
    "Tables": [
      {
        "TableId": "5e8240d5-50fa-4b98-8c88-94b58f3e70f8",
        "Rows": [
          {
            "ItemId": "ba6f88a8-dcb3-49cc-8768-1eb868b93865",
            "Fields": {
              "sample string 1": {},
              "sample string 3": {}
            }
          },
          {
            "ItemId": "ba6f88a8-dcb3-49cc-8768-1eb868b93865",
            "Fields": {
              "sample string 1": {},
              "sample string 3": {}
            }
          }
        ]
      },
      {
        "TableId": "5e8240d5-50fa-4b98-8c88-94b58f3e70f8",
        "Rows": [
          {
            "ItemId": "ba6f88a8-dcb3-49cc-8768-1eb868b93865",
            "Fields": {
              "sample string 1": {},
              "sample string 3": {}
            }
          },
          {
            "ItemId": "ba6f88a8-dcb3-49cc-8768-1eb868b93865",
            "Fields": {
              "sample string 1": {},
              "sample string 3": {}
            }
          }
        ]
      }
    ],
    "Owners": [
      "b0ff86e2-b038-4ec8-8b71-144ce586f16d",
      "6460a69b-5f5a-4b6d-a2db-1d7f4d858d45"
    ],
    "Approvers": [
      "b93a2c6a-934c-4b6f-a198-8bfbe955bb70",
      "63e47501-4c24-46f6-81ed-310d219db132"
    ],
    "ApprovedBy": "6839130d-f3ad-450e-a7e5-af5ad76ca140",
    "ApprovalDate": "2024-10-18T08:34:55.3568186+00:00",
    "ApprovalComments": "sample string 7",
    "WorkPlanId": "65f5186d-0c32-4d71-835b-b1bd70f38a8d",
    "id": "a2bf55f0-3e08-42c5-b7c8-b3be2ccd08d7",
    "ConfigId": "762ee13e-5090-446e-95c7-8e02aa217ada"
  },
  {
    "GenerationDate": "2024-10-18T08:34:55.3568186+00:00",
    "SubmitDate": "2024-10-18T08:34:55.3568186+00:00",
    "ReportPeriodStart": "2024-10-18T08:34:55.3568186+00:00",
    "ReportPeriodEnd": "2024-10-18T08:34:55.3568186+00:00",
    "State": 0,
    "Fields": {
      "sample string 1": {},
      "sample string 3": {}
    },
    "Tables": [
      {
        "TableId": "5e8240d5-50fa-4b98-8c88-94b58f3e70f8",
        "Rows": [
          {
            "ItemId": "ba6f88a8-dcb3-49cc-8768-1eb868b93865",
            "Fields": {
              "sample string 1": {},
              "sample string 3": {}
            }
          },
          {
            "ItemId": "ba6f88a8-dcb3-49cc-8768-1eb868b93865",
            "Fields": {
              "sample string 1": {},
              "sample string 3": {}
            }
          }
        ]
      },
      {
        "TableId": "5e8240d5-50fa-4b98-8c88-94b58f3e70f8",
        "Rows": [
          {
            "ItemId": "ba6f88a8-dcb3-49cc-8768-1eb868b93865",
            "Fields": {
              "sample string 1": {},
              "sample string 3": {}
            }
          },
          {
            "ItemId": "ba6f88a8-dcb3-49cc-8768-1eb868b93865",
            "Fields": {
              "sample string 1": {},
              "sample string 3": {}
            }
          }
        ]
      }
    ],
    "Owners": [
      "b0ff86e2-b038-4ec8-8b71-144ce586f16d",
      "6460a69b-5f5a-4b6d-a2db-1d7f4d858d45"
    ],
    "Approvers": [
      "b93a2c6a-934c-4b6f-a198-8bfbe955bb70",
      "63e47501-4c24-46f6-81ed-310d219db132"
    ],
    "ApprovedBy": "6839130d-f3ad-450e-a7e5-af5ad76ca140",
    "ApprovalDate": "2024-10-18T08:34:55.3568186+00:00",
    "ApprovalComments": "sample string 7",
    "WorkPlanId": "65f5186d-0c32-4d71-835b-b1bd70f38a8d",
    "id": "a2bf55f0-3e08-42c5-b7c8-b3be2ccd08d7",
    "ConfigId": "762ee13e-5090-446e-95c7-8e02aa217ada"
  }
]