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-20T07:10:46.6640569+00:00",
"SubmitDate": "2026-07-20T07:10:46.6640569+00:00",
"ReportPeriodStart": "2026-07-20T07:10:46.6640569+00:00",
"ReportPeriodEnd": "2026-07-20T07:10:46.6640569+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8a66b05c-0e92-46b1-8179-1e2d16d9d3d6",
"Rows": [
{
"ItemId": "9079f393-eb94-4216-8452-b25d03ffd05b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9079f393-eb94-4216-8452-b25d03ffd05b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8a66b05c-0e92-46b1-8179-1e2d16d9d3d6",
"Rows": [
{
"ItemId": "9079f393-eb94-4216-8452-b25d03ffd05b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9079f393-eb94-4216-8452-b25d03ffd05b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3b1e00c5-e96e-43ed-b387-bca628cde85b",
"858cd938-03e9-46d7-a1d6-be658c484263"
],
"Approvers": [
"98aa72e7-644c-43b6-bee0-33b5c49b6a42",
"8b73e906-82a1-47b6-a6b6-d59a382bcdec"
],
"ApprovedBy": "8833e739-a668-44de-9293-f2ae49495b93",
"ApprovalDate": "2026-07-20T07:10:46.6640569+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "c969919a-48da-4628-a777-d64f1e41a76a",
"WorkPlanId": "f7482718-7a2a-4060-8df4-fabe2df07dd3",
"id": "63f6bc57-3bf0-48aa-a26d-f08137ccad45",
"ConfigId": "ff8c3390-7795-4052-aad9-23fe5a88bfd2"
},
{
"GenerationDate": "2026-07-20T07:10:46.6640569+00:00",
"SubmitDate": "2026-07-20T07:10:46.6640569+00:00",
"ReportPeriodStart": "2026-07-20T07:10:46.6640569+00:00",
"ReportPeriodEnd": "2026-07-20T07:10:46.6640569+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "8a66b05c-0e92-46b1-8179-1e2d16d9d3d6",
"Rows": [
{
"ItemId": "9079f393-eb94-4216-8452-b25d03ffd05b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9079f393-eb94-4216-8452-b25d03ffd05b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "8a66b05c-0e92-46b1-8179-1e2d16d9d3d6",
"Rows": [
{
"ItemId": "9079f393-eb94-4216-8452-b25d03ffd05b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9079f393-eb94-4216-8452-b25d03ffd05b",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"3b1e00c5-e96e-43ed-b387-bca628cde85b",
"858cd938-03e9-46d7-a1d6-be658c484263"
],
"Approvers": [
"98aa72e7-644c-43b6-bee0-33b5c49b6a42",
"8b73e906-82a1-47b6-a6b6-d59a382bcdec"
],
"ApprovedBy": "8833e739-a668-44de-9293-f2ae49495b93",
"ApprovalDate": "2026-07-20T07:10:46.6640569+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "c969919a-48da-4628-a777-d64f1e41a76a",
"WorkPlanId": "f7482718-7a2a-4060-8df4-fabe2df07dd3",
"id": "63f6bc57-3bf0-48aa-a26d-f08137ccad45",
"ConfigId": "ff8c3390-7795-4052-aad9-23fe5a88bfd2"
}
]