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-02-26T23:47:48.6182729+00:00",
"SubmitDate": "2026-02-26T23:47:48.6182729+00:00",
"ReportPeriodStart": "2026-02-26T23:47:48.6182729+00:00",
"ReportPeriodEnd": "2026-02-26T23:47:48.6182729+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "bd40d068-55fe-4a55-94f8-ac45188a822a",
"Rows": [
{
"ItemId": "86ff6545-3820-43bf-a5c6-40f436b7a940",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "86ff6545-3820-43bf-a5c6-40f436b7a940",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "bd40d068-55fe-4a55-94f8-ac45188a822a",
"Rows": [
{
"ItemId": "86ff6545-3820-43bf-a5c6-40f436b7a940",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "86ff6545-3820-43bf-a5c6-40f436b7a940",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c7613146-d8b8-46ba-83ac-0be727e1e9de",
"432f39fa-681c-48e9-a503-398108068032"
],
"Approvers": [
"b3b2f794-8fe7-4721-b878-18cbd7c1d0ad",
"b24cd6aa-4849-40e8-a7a4-be6b9f821c0d"
],
"ApprovedBy": "c13ba429-d36b-4795-8916-6ede627f24a7",
"ApprovalDate": "2026-02-26T23:47:48.6182729+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b5a766d9-50c1-4c81-92bd-59789778bdca",
"id": "ebd31f00-ace5-46eb-9b5d-9bc376a5954b",
"ConfigId": "6598ad0a-1069-4565-983a-73595eb75d79"
},
{
"GenerationDate": "2026-02-26T23:47:48.6182729+00:00",
"SubmitDate": "2026-02-26T23:47:48.6182729+00:00",
"ReportPeriodStart": "2026-02-26T23:47:48.6182729+00:00",
"ReportPeriodEnd": "2026-02-26T23:47:48.6182729+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "bd40d068-55fe-4a55-94f8-ac45188a822a",
"Rows": [
{
"ItemId": "86ff6545-3820-43bf-a5c6-40f436b7a940",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "86ff6545-3820-43bf-a5c6-40f436b7a940",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "bd40d068-55fe-4a55-94f8-ac45188a822a",
"Rows": [
{
"ItemId": "86ff6545-3820-43bf-a5c6-40f436b7a940",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "86ff6545-3820-43bf-a5c6-40f436b7a940",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c7613146-d8b8-46ba-83ac-0be727e1e9de",
"432f39fa-681c-48e9-a503-398108068032"
],
"Approvers": [
"b3b2f794-8fe7-4721-b878-18cbd7c1d0ad",
"b24cd6aa-4849-40e8-a7a4-be6b9f821c0d"
],
"ApprovedBy": "c13ba429-d36b-4795-8916-6ede627f24a7",
"ApprovalDate": "2026-02-26T23:47:48.6182729+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b5a766d9-50c1-4c81-92bd-59789778bdca",
"id": "ebd31f00-ace5-46eb-9b5d-9bc376a5954b",
"ConfigId": "6598ad0a-1069-4565-983a-73595eb75d79"
}
]