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-22T08:04:42.3467327+00:00",
"SubmitDate": "2026-07-22T08:04:42.3467327+00:00",
"ReportPeriodStart": "2026-07-22T08:04:42.3467327+00:00",
"ReportPeriodEnd": "2026-07-22T08:04:42.3467327+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "625d4dd2-2795-432b-86ef-d6413d21f4f3",
"Rows": [
{
"ItemId": "42b38711-8b72-4452-88e2-e1bacc90ae94",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "42b38711-8b72-4452-88e2-e1bacc90ae94",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "625d4dd2-2795-432b-86ef-d6413d21f4f3",
"Rows": [
{
"ItemId": "42b38711-8b72-4452-88e2-e1bacc90ae94",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "42b38711-8b72-4452-88e2-e1bacc90ae94",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4d20e7b4-6eef-4879-ae57-f38b531688e2",
"68285cc7-8a02-4c39-af9d-51ab1eaf8e7b"
],
"Approvers": [
"32e0cbaf-4374-4305-b082-53a803c6e5cf",
"5565d793-c43c-4817-a1e5-4c958a46a141"
],
"ApprovedBy": "5166cdaf-aac5-4ff5-92a2-e895d7dce506",
"ApprovalDate": "2026-07-22T08:04:42.3467327+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "baf44f0e-e1b0-440b-9854-2469031e7873",
"WorkPlanId": "5bbbb022-94dc-486d-892d-a9431f0604d8",
"id": "7ce6234d-9ac8-43c4-9357-b327a265854d",
"ConfigId": "9dd3140f-cbe0-4afa-9630-f71500c05fa0"
},
{
"GenerationDate": "2026-07-22T08:04:42.3467327+00:00",
"SubmitDate": "2026-07-22T08:04:42.3467327+00:00",
"ReportPeriodStart": "2026-07-22T08:04:42.3467327+00:00",
"ReportPeriodEnd": "2026-07-22T08:04:42.3467327+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "625d4dd2-2795-432b-86ef-d6413d21f4f3",
"Rows": [
{
"ItemId": "42b38711-8b72-4452-88e2-e1bacc90ae94",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "42b38711-8b72-4452-88e2-e1bacc90ae94",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "625d4dd2-2795-432b-86ef-d6413d21f4f3",
"Rows": [
{
"ItemId": "42b38711-8b72-4452-88e2-e1bacc90ae94",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "42b38711-8b72-4452-88e2-e1bacc90ae94",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"4d20e7b4-6eef-4879-ae57-f38b531688e2",
"68285cc7-8a02-4c39-af9d-51ab1eaf8e7b"
],
"Approvers": [
"32e0cbaf-4374-4305-b082-53a803c6e5cf",
"5565d793-c43c-4817-a1e5-4c958a46a141"
],
"ApprovedBy": "5166cdaf-aac5-4ff5-92a2-e895d7dce506",
"ApprovalDate": "2026-07-22T08:04:42.3467327+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "baf44f0e-e1b0-440b-9854-2469031e7873",
"WorkPlanId": "5bbbb022-94dc-486d-892d-a9431f0604d8",
"id": "7ce6234d-9ac8-43c4-9357-b327a265854d",
"ConfigId": "9dd3140f-cbe0-4afa-9630-f71500c05fa0"
}
]