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-03-08T01:02:03.7274232+00:00",
"SubmitDate": "2026-03-08T01:02:03.7274232+00:00",
"ReportPeriodStart": "2026-03-08T01:02:03.7274232+00:00",
"ReportPeriodEnd": "2026-03-08T01:02:03.7274232+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e09912d3-fb23-42dc-a385-84336e742967",
"Rows": [
{
"ItemId": "925f6954-e99e-44ed-ad9b-e6924b1e4285",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "925f6954-e99e-44ed-ad9b-e6924b1e4285",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e09912d3-fb23-42dc-a385-84336e742967",
"Rows": [
{
"ItemId": "925f6954-e99e-44ed-ad9b-e6924b1e4285",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "925f6954-e99e-44ed-ad9b-e6924b1e4285",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ac1f448e-ef4e-4501-a85c-639454e5abe0",
"f4a45adc-8c01-415c-af2f-7bf63b471b4f"
],
"Approvers": [
"74b722d3-2bea-4ad6-a589-ac13c2db9fb3",
"e6ed29a6-e1ac-4ce3-89b5-034f6efea1d5"
],
"ApprovedBy": "b3aec9c6-a1d2-4c31-8e22-f202dc68c930",
"ApprovalDate": "2026-03-08T01:02:03.7274232+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d08655f7-6c3f-4ffb-8434-a8d5a9133db2",
"id": "fd6446fe-08c0-459b-95ac-f52d4026f5c0",
"ConfigId": "73632373-8d72-44dd-b6be-4b8e911a346a"
},
{
"GenerationDate": "2026-03-08T01:02:03.7274232+00:00",
"SubmitDate": "2026-03-08T01:02:03.7274232+00:00",
"ReportPeriodStart": "2026-03-08T01:02:03.7274232+00:00",
"ReportPeriodEnd": "2026-03-08T01:02:03.7274232+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e09912d3-fb23-42dc-a385-84336e742967",
"Rows": [
{
"ItemId": "925f6954-e99e-44ed-ad9b-e6924b1e4285",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "925f6954-e99e-44ed-ad9b-e6924b1e4285",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e09912d3-fb23-42dc-a385-84336e742967",
"Rows": [
{
"ItemId": "925f6954-e99e-44ed-ad9b-e6924b1e4285",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "925f6954-e99e-44ed-ad9b-e6924b1e4285",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ac1f448e-ef4e-4501-a85c-639454e5abe0",
"f4a45adc-8c01-415c-af2f-7bf63b471b4f"
],
"Approvers": [
"74b722d3-2bea-4ad6-a589-ac13c2db9fb3",
"e6ed29a6-e1ac-4ce3-89b5-034f6efea1d5"
],
"ApprovedBy": "b3aec9c6-a1d2-4c31-8e22-f202dc68c930",
"ApprovalDate": "2026-03-08T01:02:03.7274232+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d08655f7-6c3f-4ffb-8434-a8d5a9133db2",
"id": "fd6446fe-08c0-459b-95ac-f52d4026f5c0",
"ConfigId": "73632373-8d72-44dd-b6be-4b8e911a346a"
}
]