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-06-19T11:58:45.9331666+00:00",
"SubmitDate": "2026-06-19T11:58:45.9331666+00:00",
"ReportPeriodStart": "2026-06-19T11:58:45.9331666+00:00",
"ReportPeriodEnd": "2026-06-19T11:58:45.9331666+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a71ffd41-ef46-4eb4-89c5-9a7acc2cd100",
"Rows": [
{
"ItemId": "953c5790-825f-45c8-8744-2ecd26d69340",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "953c5790-825f-45c8-8744-2ecd26d69340",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a71ffd41-ef46-4eb4-89c5-9a7acc2cd100",
"Rows": [
{
"ItemId": "953c5790-825f-45c8-8744-2ecd26d69340",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "953c5790-825f-45c8-8744-2ecd26d69340",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fc412366-f61b-4ab2-8529-b74e8dbcbc52",
"93c13485-2822-49ed-83e4-39a1e84702b0"
],
"Approvers": [
"d2610aa0-5bf4-4648-8a2f-cce0dc573ead",
"e46a0e18-b9a2-4695-a1fb-5a4c9adfc193"
],
"ApprovedBy": "494415b1-aee9-4a82-b4bc-cfc4ef24c9c3",
"ApprovalDate": "2026-06-19T11:58:45.9331666+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2491ad01-b60d-4f50-a26e-10a897756dea",
"id": "63d2f993-9e37-4796-9884-bf11cdcd8a95",
"ConfigId": "fee9fe48-9803-4fc2-8bda-9605ad6d4d24"
},
{
"GenerationDate": "2026-06-19T11:58:45.9331666+00:00",
"SubmitDate": "2026-06-19T11:58:45.9331666+00:00",
"ReportPeriodStart": "2026-06-19T11:58:45.9331666+00:00",
"ReportPeriodEnd": "2026-06-19T11:58:45.9331666+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "a71ffd41-ef46-4eb4-89c5-9a7acc2cd100",
"Rows": [
{
"ItemId": "953c5790-825f-45c8-8744-2ecd26d69340",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "953c5790-825f-45c8-8744-2ecd26d69340",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "a71ffd41-ef46-4eb4-89c5-9a7acc2cd100",
"Rows": [
{
"ItemId": "953c5790-825f-45c8-8744-2ecd26d69340",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "953c5790-825f-45c8-8744-2ecd26d69340",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"fc412366-f61b-4ab2-8529-b74e8dbcbc52",
"93c13485-2822-49ed-83e4-39a1e84702b0"
],
"Approvers": [
"d2610aa0-5bf4-4648-8a2f-cce0dc573ead",
"e46a0e18-b9a2-4695-a1fb-5a4c9adfc193"
],
"ApprovedBy": "494415b1-aee9-4a82-b4bc-cfc4ef24c9c3",
"ApprovalDate": "2026-06-19T11:58:45.9331666+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "2491ad01-b60d-4f50-a26e-10a897756dea",
"id": "63d2f993-9e37-4796-9884-bf11cdcd8a95",
"ConfigId": "fee9fe48-9803-4fc2-8bda-9605ad6d4d24"
}
]