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": "2026-01-26T11:26:37.4979008+00:00",
"SubmitDate": "2026-01-26T11:26:37.4979008+00:00",
"ReportPeriodStart": "2026-01-26T11:26:37.4979008+00:00",
"ReportPeriodEnd": "2026-01-26T11:26:37.4979008+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "dee72f80-64b5-4578-b9f1-c9cdc94a3c54",
"Rows": [
{
"ItemId": "a2619526-427d-40cd-9c3d-e94c532a4ce5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a2619526-427d-40cd-9c3d-e94c532a4ce5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "dee72f80-64b5-4578-b9f1-c9cdc94a3c54",
"Rows": [
{
"ItemId": "a2619526-427d-40cd-9c3d-e94c532a4ce5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a2619526-427d-40cd-9c3d-e94c532a4ce5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d71c60a9-f9a2-46e0-becb-1ff24806a023",
"4f65a625-5406-41e9-b6ac-5e4ba084de93"
],
"Approvers": [
"0b3c21d1-a9e8-4699-b2da-d0f42d956d41",
"8f3272e8-9b0c-47fb-95fd-930368f888b7"
],
"ApprovedBy": "60c4d8bc-e760-44d7-9aed-8b6dfea350f8",
"ApprovalDate": "2026-01-26T11:26:37.4979008+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "27f50fb1-c285-4e4b-89d6-fd3aff9b2e90",
"id": "2ad528a6-3de5-4e86-b9ed-677473b26003",
"ConfigId": "77824be9-4fed-4bdd-9b62-6db24844bcb1"
},
{
"GenerationDate": "2026-01-26T11:26:37.4979008+00:00",
"SubmitDate": "2026-01-26T11:26:37.4979008+00:00",
"ReportPeriodStart": "2026-01-26T11:26:37.4979008+00:00",
"ReportPeriodEnd": "2026-01-26T11:26:37.4979008+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "dee72f80-64b5-4578-b9f1-c9cdc94a3c54",
"Rows": [
{
"ItemId": "a2619526-427d-40cd-9c3d-e94c532a4ce5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a2619526-427d-40cd-9c3d-e94c532a4ce5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "dee72f80-64b5-4578-b9f1-c9cdc94a3c54",
"Rows": [
{
"ItemId": "a2619526-427d-40cd-9c3d-e94c532a4ce5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a2619526-427d-40cd-9c3d-e94c532a4ce5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"d71c60a9-f9a2-46e0-becb-1ff24806a023",
"4f65a625-5406-41e9-b6ac-5e4ba084de93"
],
"Approvers": [
"0b3c21d1-a9e8-4699-b2da-d0f42d956d41",
"8f3272e8-9b0c-47fb-95fd-930368f888b7"
],
"ApprovedBy": "60c4d8bc-e760-44d7-9aed-8b6dfea350f8",
"ApprovalDate": "2026-01-26T11:26:37.4979008+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "27f50fb1-c285-4e4b-89d6-fd3aff9b2e90",
"id": "2ad528a6-3de5-4e86-b9ed-677473b26003",
"ConfigId": "77824be9-4fed-4bdd-9b62-6db24844bcb1"
}
]