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. |
|
| IsManual | boolean |
None. |
|
| IsFromPlanLevelOverride | boolean |
None. |
|
| PlanTypeId | globally unique identifier |
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-08-14T08:07:05.7589472+00:00",
"SubmitDate": "2026-08-14T08:07:05.7589472+00:00",
"ReportPeriodStart": "2026-08-14T08:07:05.7589472+00:00",
"ReportPeriodEnd": "2026-08-14T08:07:05.7589472+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5ac062b1-a247-4d1a-af58-f0da35359711",
"Rows": [
{
"ItemId": "cb971234-c4e3-439d-b451-3aae90406172",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cb971234-c4e3-439d-b451-3aae90406172",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5ac062b1-a247-4d1a-af58-f0da35359711",
"Rows": [
{
"ItemId": "cb971234-c4e3-439d-b451-3aae90406172",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cb971234-c4e3-439d-b451-3aae90406172",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"14e02443-7269-47a7-945d-577d94fd0f16",
"fb45fdb6-c438-40e6-ad8d-a7929691083e"
],
"Approvers": [
"14004bd9-bcb4-4c5f-9ab7-8a1b71caeb73",
"2b5311bc-a96f-49a9-bb48-c88590fbbfbc"
],
"ApprovedBy": "12defb6e-a1bd-4cae-b784-e324716d9638",
"ApprovalDate": "2026-08-14T08:07:05.7589472+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "98747925-b56a-4e8f-94f5-700aa305abae",
"WorkPlanId": "4b019d3a-4714-43a8-8507-23bc3fb8e4bc",
"id": "0d91370e-e087-432e-9cd4-31142ab06124",
"ConfigId": "93424bbe-131d-42dc-9522-3b648ac13452"
},
{
"GenerationDate": "2026-08-14T08:07:05.7589472+00:00",
"SubmitDate": "2026-08-14T08:07:05.7589472+00:00",
"ReportPeriodStart": "2026-08-14T08:07:05.7589472+00:00",
"ReportPeriodEnd": "2026-08-14T08:07:05.7589472+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5ac062b1-a247-4d1a-af58-f0da35359711",
"Rows": [
{
"ItemId": "cb971234-c4e3-439d-b451-3aae90406172",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cb971234-c4e3-439d-b451-3aae90406172",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5ac062b1-a247-4d1a-af58-f0da35359711",
"Rows": [
{
"ItemId": "cb971234-c4e3-439d-b451-3aae90406172",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "cb971234-c4e3-439d-b451-3aae90406172",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"14e02443-7269-47a7-945d-577d94fd0f16",
"fb45fdb6-c438-40e6-ad8d-a7929691083e"
],
"Approvers": [
"14004bd9-bcb4-4c5f-9ab7-8a1b71caeb73",
"2b5311bc-a96f-49a9-bb48-c88590fbbfbc"
],
"ApprovedBy": "12defb6e-a1bd-4cae-b784-e324716d9638",
"ApprovalDate": "2026-08-14T08:07:05.7589472+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "98747925-b56a-4e8f-94f5-700aa305abae",
"WorkPlanId": "4b019d3a-4714-43a8-8507-23bc3fb8e4bc",
"id": "0d91370e-e087-432e-9cd4-31142ab06124",
"ConfigId": "93424bbe-131d-42dc-9522-3b648ac13452"
}
]