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": "2025-12-04T15:48:04.5102341+00:00",
"SubmitDate": "2025-12-04T15:48:04.5102341+00:00",
"ReportPeriodStart": "2025-12-04T15:48:04.5102341+00:00",
"ReportPeriodEnd": "2025-12-04T15:48:04.5102341+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ae8efb43-5274-4c8c-bd2d-2dd8680986b8",
"Rows": [
{
"ItemId": "e096d32d-fd09-4500-aaa6-660ba13a933c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e096d32d-fd09-4500-aaa6-660ba13a933c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ae8efb43-5274-4c8c-bd2d-2dd8680986b8",
"Rows": [
{
"ItemId": "e096d32d-fd09-4500-aaa6-660ba13a933c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e096d32d-fd09-4500-aaa6-660ba13a933c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e8f85a96-994c-4477-9367-47e423bb2bae",
"a082b3a5-8894-434d-b524-027f0c2b6402"
],
"Approvers": [
"04035250-4a99-4269-a343-79b27dd12c2e",
"d6012c0f-352b-4378-9c22-b84b9b5dc028"
],
"ApprovedBy": "a01533f5-babd-45e2-8d1d-a4e31156cc6a",
"ApprovalDate": "2025-12-04T15:48:04.5102341+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6cb7d003-26e6-4ee2-a2b1-6f40c236032b",
"id": "937f6fb8-b75c-4af5-9b1f-17334609da46",
"ConfigId": "3d04c3f1-44e6-4e12-88c4-b5a1a3576b85"
},
{
"GenerationDate": "2025-12-04T15:48:04.5102341+00:00",
"SubmitDate": "2025-12-04T15:48:04.5102341+00:00",
"ReportPeriodStart": "2025-12-04T15:48:04.5102341+00:00",
"ReportPeriodEnd": "2025-12-04T15:48:04.5102341+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ae8efb43-5274-4c8c-bd2d-2dd8680986b8",
"Rows": [
{
"ItemId": "e096d32d-fd09-4500-aaa6-660ba13a933c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e096d32d-fd09-4500-aaa6-660ba13a933c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ae8efb43-5274-4c8c-bd2d-2dd8680986b8",
"Rows": [
{
"ItemId": "e096d32d-fd09-4500-aaa6-660ba13a933c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e096d32d-fd09-4500-aaa6-660ba13a933c",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e8f85a96-994c-4477-9367-47e423bb2bae",
"a082b3a5-8894-434d-b524-027f0c2b6402"
],
"Approvers": [
"04035250-4a99-4269-a343-79b27dd12c2e",
"d6012c0f-352b-4378-9c22-b84b9b5dc028"
],
"ApprovedBy": "a01533f5-babd-45e2-8d1d-a4e31156cc6a",
"ApprovalDate": "2025-12-04T15:48:04.5102341+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6cb7d003-26e6-4ee2-a2b1-6f40c236032b",
"id": "937f6fb8-b75c-4af5-9b1f-17334609da46",
"ConfigId": "3d04c3f1-44e6-4e12-88c4-b5a1a3576b85"
}
]