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-04-18T19:04:43.9852177+00:00",
"SubmitDate": "2026-04-18T19:04:43.9852177+00:00",
"ReportPeriodStart": "2026-04-18T19:04:43.9852177+00:00",
"ReportPeriodEnd": "2026-04-18T19:04:43.9852177+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c0169944-a91d-41ba-9353-24e7e368efe9",
"Rows": [
{
"ItemId": "d991e6fa-36c7-4689-a1d5-040fa4eee187",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d991e6fa-36c7-4689-a1d5-040fa4eee187",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c0169944-a91d-41ba-9353-24e7e368efe9",
"Rows": [
{
"ItemId": "d991e6fa-36c7-4689-a1d5-040fa4eee187",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d991e6fa-36c7-4689-a1d5-040fa4eee187",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"37d94790-b988-49df-a534-4eb75073157f",
"c52253ab-9a79-45d7-adb4-cb6065c690f7"
],
"Approvers": [
"2c3e4153-a808-4691-ae2f-215a6a5f6499",
"d64d4c18-e71e-4c72-b26c-2372ecc87e96"
],
"ApprovedBy": "b689ba89-f0d1-4531-8864-8545599e4ee8",
"ApprovalDate": "2026-04-18T19:04:43.9852177+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8ea7a973-51ca-46a0-9793-6462dcfef8aa",
"id": "c68ef222-3fe5-4b34-ac89-83d6ad17c07c",
"ConfigId": "65cb1e73-f3d3-4c26-8798-1ea5819dc883"
},
{
"GenerationDate": "2026-04-18T19:04:43.9852177+00:00",
"SubmitDate": "2026-04-18T19:04:43.9852177+00:00",
"ReportPeriodStart": "2026-04-18T19:04:43.9852177+00:00",
"ReportPeriodEnd": "2026-04-18T19:04:43.9852177+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "c0169944-a91d-41ba-9353-24e7e368efe9",
"Rows": [
{
"ItemId": "d991e6fa-36c7-4689-a1d5-040fa4eee187",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d991e6fa-36c7-4689-a1d5-040fa4eee187",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "c0169944-a91d-41ba-9353-24e7e368efe9",
"Rows": [
{
"ItemId": "d991e6fa-36c7-4689-a1d5-040fa4eee187",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "d991e6fa-36c7-4689-a1d5-040fa4eee187",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"37d94790-b988-49df-a534-4eb75073157f",
"c52253ab-9a79-45d7-adb4-cb6065c690f7"
],
"Approvers": [
"2c3e4153-a808-4691-ae2f-215a6a5f6499",
"d64d4c18-e71e-4c72-b26c-2372ecc87e96"
],
"ApprovedBy": "b689ba89-f0d1-4531-8864-8545599e4ee8",
"ApprovalDate": "2026-04-18T19:04:43.9852177+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8ea7a973-51ca-46a0-9793-6462dcfef8aa",
"id": "c68ef222-3fe5-4b34-ac89-83d6ad17c07c",
"ConfigId": "65cb1e73-f3d3-4c26-8798-1ea5819dc883"
}
]