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-07-22T10:00:12.5271803+00:00",
"SubmitDate": "2026-07-22T10:00:12.5271803+00:00",
"ReportPeriodStart": "2026-07-22T10:00:12.5271803+00:00",
"ReportPeriodEnd": "2026-07-22T10:00:12.5271803+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "64298771-40d6-46f9-8620-f0585c73bf31",
"Rows": [
{
"ItemId": "5e87e10a-8086-4f45-9efa-96c9fea18c03",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5e87e10a-8086-4f45-9efa-96c9fea18c03",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "64298771-40d6-46f9-8620-f0585c73bf31",
"Rows": [
{
"ItemId": "5e87e10a-8086-4f45-9efa-96c9fea18c03",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5e87e10a-8086-4f45-9efa-96c9fea18c03",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f12b73c0-b6fd-476f-9dc3-ddcf5c203d02",
"116ff767-6a1b-4239-8da1-788839e43b46"
],
"Approvers": [
"cdb119ce-3182-4ab8-8d00-31e87cc75cdb",
"6e193b75-efa4-416c-afa9-489468b38869"
],
"ApprovedBy": "9ac47ca0-bf31-42f5-8200-a5639acfcc8d",
"ApprovalDate": "2026-07-22T10:00:12.5271803+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "7bbe353a-77a8-4a18-9c96-1c4df642a91b",
"WorkPlanId": "1112dce7-3951-490f-aa8f-d057d8707430",
"id": "851b8c5f-d4a1-4eed-b5f9-fa38ba963484",
"ConfigId": "f26887a9-f663-43fa-846f-6ee914729455"
},
{
"GenerationDate": "2026-07-22T10:00:12.5271803+00:00",
"SubmitDate": "2026-07-22T10:00:12.5271803+00:00",
"ReportPeriodStart": "2026-07-22T10:00:12.5271803+00:00",
"ReportPeriodEnd": "2026-07-22T10:00:12.5271803+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "64298771-40d6-46f9-8620-f0585c73bf31",
"Rows": [
{
"ItemId": "5e87e10a-8086-4f45-9efa-96c9fea18c03",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5e87e10a-8086-4f45-9efa-96c9fea18c03",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "64298771-40d6-46f9-8620-f0585c73bf31",
"Rows": [
{
"ItemId": "5e87e10a-8086-4f45-9efa-96c9fea18c03",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5e87e10a-8086-4f45-9efa-96c9fea18c03",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f12b73c0-b6fd-476f-9dc3-ddcf5c203d02",
"116ff767-6a1b-4239-8da1-788839e43b46"
],
"Approvers": [
"cdb119ce-3182-4ab8-8d00-31e87cc75cdb",
"6e193b75-efa4-416c-afa9-489468b38869"
],
"ApprovedBy": "9ac47ca0-bf31-42f5-8200-a5639acfcc8d",
"ApprovalDate": "2026-07-22T10:00:12.5271803+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "7bbe353a-77a8-4a18-9c96-1c4df642a91b",
"WorkPlanId": "1112dce7-3951-490f-aa8f-d057d8707430",
"id": "851b8c5f-d4a1-4eed-b5f9-fa38ba963484",
"ConfigId": "f26887a9-f663-43fa-846f-6ee914729455"
}
]