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-07T03:42:00.1241527+00:00",
"SubmitDate": "2026-08-07T03:42:00.1241527+00:00",
"ReportPeriodStart": "2026-08-07T03:42:00.1241527+00:00",
"ReportPeriodEnd": "2026-08-07T03:42:00.1241527+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5e2262b3-8ce6-4883-be81-10c7a045aa53",
"Rows": [
{
"ItemId": "7693de99-9a21-46e7-926c-cbaca5c27610",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7693de99-9a21-46e7-926c-cbaca5c27610",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5e2262b3-8ce6-4883-be81-10c7a045aa53",
"Rows": [
{
"ItemId": "7693de99-9a21-46e7-926c-cbaca5c27610",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7693de99-9a21-46e7-926c-cbaca5c27610",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b08ac042-3088-4919-8163-fd48fb236a71",
"fac67365-149c-4220-81b9-9209ba0b98e8"
],
"Approvers": [
"d178c37e-0bb2-420a-9c8e-c90013379d34",
"3314cf76-8a46-42fe-89aa-48e4df2d36e4"
],
"ApprovedBy": "2b322561-ad62-4aa3-9515-87a593c3ccd4",
"ApprovalDate": "2026-08-07T03:42:00.1241527+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "7a8d811b-c09a-4838-a617-d5ca6058180c",
"WorkPlanId": "54ed364a-dd4c-48c1-b4ba-6e0eb86021ad",
"id": "e79876a6-5312-40e0-a808-1cf965fd59bb",
"ConfigId": "aaf9801e-e806-460a-8747-acf6b76084be"
},
{
"GenerationDate": "2026-08-07T03:42:00.1241527+00:00",
"SubmitDate": "2026-08-07T03:42:00.1241527+00:00",
"ReportPeriodStart": "2026-08-07T03:42:00.1241527+00:00",
"ReportPeriodEnd": "2026-08-07T03:42:00.1241527+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "5e2262b3-8ce6-4883-be81-10c7a045aa53",
"Rows": [
{
"ItemId": "7693de99-9a21-46e7-926c-cbaca5c27610",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7693de99-9a21-46e7-926c-cbaca5c27610",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "5e2262b3-8ce6-4883-be81-10c7a045aa53",
"Rows": [
{
"ItemId": "7693de99-9a21-46e7-926c-cbaca5c27610",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7693de99-9a21-46e7-926c-cbaca5c27610",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b08ac042-3088-4919-8163-fd48fb236a71",
"fac67365-149c-4220-81b9-9209ba0b98e8"
],
"Approvers": [
"d178c37e-0bb2-420a-9c8e-c90013379d34",
"3314cf76-8a46-42fe-89aa-48e4df2d36e4"
],
"ApprovedBy": "2b322561-ad62-4aa3-9515-87a593c3ccd4",
"ApprovalDate": "2026-08-07T03:42:00.1241527+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "7a8d811b-c09a-4838-a617-d5ca6058180c",
"WorkPlanId": "54ed364a-dd4c-48c1-b4ba-6e0eb86021ad",
"id": "e79876a6-5312-40e0-a808-1cf965fd59bb",
"ConfigId": "aaf9801e-e806-460a-8747-acf6b76084be"
}
]