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. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-05-15T01:46:20.407418+00:00",
"SubmitDate": "2026-05-15T01:46:20.407418+00:00",
"ReportPeriodStart": "2026-05-15T01:46:20.407418+00:00",
"ReportPeriodEnd": "2026-05-15T01:46:20.407418+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d30181df-cce7-4b32-ae25-a7d2bfe2aead",
"Rows": [
{
"ItemId": "9c5980ce-9cde-4529-abb7-dd40c33b48e8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9c5980ce-9cde-4529-abb7-dd40c33b48e8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d30181df-cce7-4b32-ae25-a7d2bfe2aead",
"Rows": [
{
"ItemId": "9c5980ce-9cde-4529-abb7-dd40c33b48e8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9c5980ce-9cde-4529-abb7-dd40c33b48e8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a2d4495e-0e5f-496b-bddc-f80617f47713",
"e2d68fe1-cbd4-4e9f-a02d-77409ac74ce2"
],
"Approvers": [
"264bd14f-e65a-456c-88c9-ff93f20366ea",
"141d5e10-2b72-48f2-9eeb-640c3f5ba964"
],
"ApprovedBy": "a677c4e3-baba-432e-9686-abc5a3483667",
"ApprovalDate": "2026-05-15T01:46:20.407418+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "90d3ae1b-1762-4335-b6eb-ffaa697f4327",
"id": "c956f926-b049-4d08-ad61-64a1bb2aabee",
"ConfigId": "06fe6cca-dd4a-4ccd-8c43-6eb49bdbdf35"
},
{
"GenerationDate": "2026-05-15T01:46:20.407418+00:00",
"SubmitDate": "2026-05-15T01:46:20.407418+00:00",
"ReportPeriodStart": "2026-05-15T01:46:20.407418+00:00",
"ReportPeriodEnd": "2026-05-15T01:46:20.407418+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d30181df-cce7-4b32-ae25-a7d2bfe2aead",
"Rows": [
{
"ItemId": "9c5980ce-9cde-4529-abb7-dd40c33b48e8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9c5980ce-9cde-4529-abb7-dd40c33b48e8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d30181df-cce7-4b32-ae25-a7d2bfe2aead",
"Rows": [
{
"ItemId": "9c5980ce-9cde-4529-abb7-dd40c33b48e8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9c5980ce-9cde-4529-abb7-dd40c33b48e8",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a2d4495e-0e5f-496b-bddc-f80617f47713",
"e2d68fe1-cbd4-4e9f-a02d-77409ac74ce2"
],
"Approvers": [
"264bd14f-e65a-456c-88c9-ff93f20366ea",
"141d5e10-2b72-48f2-9eeb-640c3f5ba964"
],
"ApprovedBy": "a677c4e3-baba-432e-9686-abc5a3483667",
"ApprovalDate": "2026-05-15T01:46:20.407418+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "90d3ae1b-1762-4335-b6eb-ffaa697f4327",
"id": "c956f926-b049-4d08-ad61-64a1bb2aabee",
"ConfigId": "06fe6cca-dd4a-4ccd-8c43-6eb49bdbdf35"
}
]