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-22T16:55:05.6288199+00:00",
"SubmitDate": "2026-08-22T16:55:05.6288199+00:00",
"ReportPeriodStart": "2026-08-22T16:55:05.6288199+00:00",
"ReportPeriodEnd": "2026-08-22T16:55:05.6288199+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ede03ea1-7bfd-4a67-abe3-394ab3f53cc6",
"Rows": [
{
"ItemId": "dcabb771-bfc9-48f7-b69b-1831253d58fe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "dcabb771-bfc9-48f7-b69b-1831253d58fe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ede03ea1-7bfd-4a67-abe3-394ab3f53cc6",
"Rows": [
{
"ItemId": "dcabb771-bfc9-48f7-b69b-1831253d58fe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "dcabb771-bfc9-48f7-b69b-1831253d58fe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"030f7308-3235-49ac-a5ad-18dd357d83e1",
"05f8f911-7e95-4c06-b9ea-e9fcd50a7e19"
],
"Approvers": [
"13ec99a5-d2f7-4588-96bb-6da83eccd25e",
"5d53e886-c384-43c3-bc3a-a222199e7bea"
],
"ApprovedBy": "74c9076d-4059-4bfc-aabd-5430ec9054fb",
"ApprovalDate": "2026-08-22T16:55:05.6288199+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "97463c70-559c-4556-abe9-29f6c845f034",
"WorkPlanId": "3cd85127-844a-430e-9d05-4f19227a57cb",
"id": "514dd277-3195-4115-af75-268074fac610",
"ConfigId": "f4be63aa-957d-42f0-ad89-f920801b00d7"
},
{
"GenerationDate": "2026-08-22T16:55:05.6288199+00:00",
"SubmitDate": "2026-08-22T16:55:05.6288199+00:00",
"ReportPeriodStart": "2026-08-22T16:55:05.6288199+00:00",
"ReportPeriodEnd": "2026-08-22T16:55:05.6288199+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ede03ea1-7bfd-4a67-abe3-394ab3f53cc6",
"Rows": [
{
"ItemId": "dcabb771-bfc9-48f7-b69b-1831253d58fe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "dcabb771-bfc9-48f7-b69b-1831253d58fe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ede03ea1-7bfd-4a67-abe3-394ab3f53cc6",
"Rows": [
{
"ItemId": "dcabb771-bfc9-48f7-b69b-1831253d58fe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "dcabb771-bfc9-48f7-b69b-1831253d58fe",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"030f7308-3235-49ac-a5ad-18dd357d83e1",
"05f8f911-7e95-4c06-b9ea-e9fcd50a7e19"
],
"Approvers": [
"13ec99a5-d2f7-4588-96bb-6da83eccd25e",
"5d53e886-c384-43c3-bc3a-a222199e7bea"
],
"ApprovedBy": "74c9076d-4059-4bfc-aabd-5430ec9054fb",
"ApprovalDate": "2026-08-22T16:55:05.6288199+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "97463c70-559c-4556-abe9-29f6c845f034",
"WorkPlanId": "3cd85127-844a-430e-9d05-4f19227a57cb",
"id": "514dd277-3195-4115-af75-268074fac610",
"ConfigId": "f4be63aa-957d-42f0-ad89-f920801b00d7"
}
]