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-21T06:10:29.1527628+00:00",
"SubmitDate": "2026-08-21T06:10:29.1527628+00:00",
"ReportPeriodStart": "2026-08-21T06:10:29.1527628+00:00",
"ReportPeriodEnd": "2026-08-21T06:10:29.1527628+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b6a34376-65ca-4899-bcce-1e13aa727fd5",
"Rows": [
{
"ItemId": "3b91f649-2b96-471d-9423-5dfccb2bd998",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3b91f649-2b96-471d-9423-5dfccb2bd998",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b6a34376-65ca-4899-bcce-1e13aa727fd5",
"Rows": [
{
"ItemId": "3b91f649-2b96-471d-9423-5dfccb2bd998",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3b91f649-2b96-471d-9423-5dfccb2bd998",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1d2805fd-93d0-4038-9732-8fb1042e5f48",
"f2f2d51f-f1d8-4b3b-99d9-81603270fd95"
],
"Approvers": [
"ecd2efc0-63f3-4775-b6d9-75ede541e791",
"63b1f6c3-885e-4398-a591-cd832b56e093"
],
"ApprovedBy": "eb596c90-a1f4-475f-99c8-207a3088cc7a",
"ApprovalDate": "2026-08-21T06:10:29.1527628+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "d53955ff-001b-4e68-ae0b-b85a4fcbec22",
"WorkPlanId": "44c8a2d5-3255-431a-a4c5-44e584b7b8ef",
"id": "17672fae-de8e-48e1-a485-ba9fbd36243e",
"ConfigId": "fdcfc6f2-f3fd-4c85-964c-cf18c6e19897"
},
{
"GenerationDate": "2026-08-21T06:10:29.1527628+00:00",
"SubmitDate": "2026-08-21T06:10:29.1527628+00:00",
"ReportPeriodStart": "2026-08-21T06:10:29.1527628+00:00",
"ReportPeriodEnd": "2026-08-21T06:10:29.1527628+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b6a34376-65ca-4899-bcce-1e13aa727fd5",
"Rows": [
{
"ItemId": "3b91f649-2b96-471d-9423-5dfccb2bd998",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3b91f649-2b96-471d-9423-5dfccb2bd998",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b6a34376-65ca-4899-bcce-1e13aa727fd5",
"Rows": [
{
"ItemId": "3b91f649-2b96-471d-9423-5dfccb2bd998",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3b91f649-2b96-471d-9423-5dfccb2bd998",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1d2805fd-93d0-4038-9732-8fb1042e5f48",
"f2f2d51f-f1d8-4b3b-99d9-81603270fd95"
],
"Approvers": [
"ecd2efc0-63f3-4775-b6d9-75ede541e791",
"63b1f6c3-885e-4398-a591-cd832b56e093"
],
"ApprovedBy": "eb596c90-a1f4-475f-99c8-207a3088cc7a",
"ApprovalDate": "2026-08-21T06:10:29.1527628+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "d53955ff-001b-4e68-ae0b-b85a4fcbec22",
"WorkPlanId": "44c8a2d5-3255-431a-a4c5-44e584b7b8ef",
"id": "17672fae-de8e-48e1-a485-ba9fbd36243e",
"ConfigId": "fdcfc6f2-f3fd-4c85-964c-cf18c6e19897"
}
]