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-12-01T23:59:47.0856719+00:00",
"SubmitDate": "2025-12-01T23:59:47.0856719+00:00",
"ReportPeriodStart": "2025-12-01T23:59:47.0856719+00:00",
"ReportPeriodEnd": "2025-12-01T23:59:47.0856719+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a30d4600-74eb-4b45-bf09-d1a47c4cb8a8",
"Rows": [
{
"ItemId": "98ac0283-2299-412b-b743-6ba5c9380d3f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "98ac0283-2299-412b-b743-6ba5c9380d3f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a30d4600-74eb-4b45-bf09-d1a47c4cb8a8",
"Rows": [
{
"ItemId": "98ac0283-2299-412b-b743-6ba5c9380d3f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "98ac0283-2299-412b-b743-6ba5c9380d3f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"033e789c-a014-4dcc-affd-c64d2cb9dc3c",
"554c8b95-ba33-4f3b-9acf-8cc3d3d2c592"
],
"Approvers": [
"a29d777c-f32f-4999-a822-5166d1090c4c",
"be18f5f3-f509-4391-ab2b-c6c40f5a013a"
],
"ApprovedBy": "9d5e8746-d21b-4e90-8f8b-52a097de08f6",
"ApprovalDate": "2025-12-01T23:59:47.0856719+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "085dff49-3225-4a25-82ff-246e1de3b13e",
"id": "053041f2-55e1-4d40-81bc-0cbb6519a9e3",
"ConfigId": "45cee8ac-9b11-4b7b-b605-c579b1e32c24"
},
{
"GenerationDate": "2025-12-01T23:59:47.0856719+00:00",
"SubmitDate": "2025-12-01T23:59:47.0856719+00:00",
"ReportPeriodStart": "2025-12-01T23:59:47.0856719+00:00",
"ReportPeriodEnd": "2025-12-01T23:59:47.0856719+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a30d4600-74eb-4b45-bf09-d1a47c4cb8a8",
"Rows": [
{
"ItemId": "98ac0283-2299-412b-b743-6ba5c9380d3f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "98ac0283-2299-412b-b743-6ba5c9380d3f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a30d4600-74eb-4b45-bf09-d1a47c4cb8a8",
"Rows": [
{
"ItemId": "98ac0283-2299-412b-b743-6ba5c9380d3f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "98ac0283-2299-412b-b743-6ba5c9380d3f",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"033e789c-a014-4dcc-affd-c64d2cb9dc3c",
"554c8b95-ba33-4f3b-9acf-8cc3d3d2c592"
],
"Approvers": [
"a29d777c-f32f-4999-a822-5166d1090c4c",
"be18f5f3-f509-4391-ab2b-c6c40f5a013a"
],
"ApprovedBy": "9d5e8746-d21b-4e90-8f8b-52a097de08f6",
"ApprovalDate": "2025-12-01T23:59:47.0856719+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "085dff49-3225-4a25-82ff-246e1de3b13e",
"id": "053041f2-55e1-4d40-81bc-0cbb6519a9e3",
"ConfigId": "45cee8ac-9b11-4b7b-b605-c579b1e32c24"
}
]