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-05-30T12:56:28.4163039+00:00",
"SubmitDate": "2026-05-30T12:56:28.4163039+00:00",
"ReportPeriodStart": "2026-05-30T12:56:28.4163039+00:00",
"ReportPeriodEnd": "2026-05-30T12:56:28.4163039+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "510ed95c-0648-49a5-a5a3-ef80118504a1",
"Rows": [
{
"ItemId": "8e61336a-8e9e-4da7-b2f8-5fa5242e3cb1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8e61336a-8e9e-4da7-b2f8-5fa5242e3cb1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "510ed95c-0648-49a5-a5a3-ef80118504a1",
"Rows": [
{
"ItemId": "8e61336a-8e9e-4da7-b2f8-5fa5242e3cb1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8e61336a-8e9e-4da7-b2f8-5fa5242e3cb1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"baa23b6d-46f6-416c-9538-a344b31b8b53",
"69800f00-f3b7-4843-b016-820cc622133b"
],
"Approvers": [
"27c8cdd6-5d2b-4836-b465-dbe12c3323bb",
"691d64ca-1d75-4d19-a8c2-ef3ffaf8acb7"
],
"ApprovedBy": "78827afd-be2e-4f2c-bef9-702c3df59edf",
"ApprovalDate": "2026-05-30T12:56:28.4163039+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "786e5bb0-974e-4af2-8240-4b1d974f7737",
"id": "235a7398-bc9f-4293-b706-40aaebb30ae3",
"ConfigId": "7eaa14e0-9e12-48c5-a427-69ff13911696"
},
{
"GenerationDate": "2026-05-30T12:56:28.4163039+00:00",
"SubmitDate": "2026-05-30T12:56:28.4163039+00:00",
"ReportPeriodStart": "2026-05-30T12:56:28.4163039+00:00",
"ReportPeriodEnd": "2026-05-30T12:56:28.4163039+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "510ed95c-0648-49a5-a5a3-ef80118504a1",
"Rows": [
{
"ItemId": "8e61336a-8e9e-4da7-b2f8-5fa5242e3cb1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8e61336a-8e9e-4da7-b2f8-5fa5242e3cb1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "510ed95c-0648-49a5-a5a3-ef80118504a1",
"Rows": [
{
"ItemId": "8e61336a-8e9e-4da7-b2f8-5fa5242e3cb1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8e61336a-8e9e-4da7-b2f8-5fa5242e3cb1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"baa23b6d-46f6-416c-9538-a344b31b8b53",
"69800f00-f3b7-4843-b016-820cc622133b"
],
"Approvers": [
"27c8cdd6-5d2b-4836-b465-dbe12c3323bb",
"691d64ca-1d75-4d19-a8c2-ef3ffaf8acb7"
],
"ApprovedBy": "78827afd-be2e-4f2c-bef9-702c3df59edf",
"ApprovalDate": "2026-05-30T12:56:28.4163039+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "786e5bb0-974e-4af2-8240-4b1d974f7737",
"id": "235a7398-bc9f-4293-b706-40aaebb30ae3",
"ConfigId": "7eaa14e0-9e12-48c5-a427-69ff13911696"
}
]