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-18T22:01:42.3546816+00:00",
"SubmitDate": "2025-12-18T22:01:42.3546816+00:00",
"ReportPeriodStart": "2025-12-18T22:01:42.3546816+00:00",
"ReportPeriodEnd": "2025-12-18T22:01:42.3546816+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2eea02c7-3b6f-468a-af85-107948826c19",
"Rows": [
{
"ItemId": "b623e3b4-a618-4c05-847b-9c8dfc0f0c35",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b623e3b4-a618-4c05-847b-9c8dfc0f0c35",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2eea02c7-3b6f-468a-af85-107948826c19",
"Rows": [
{
"ItemId": "b623e3b4-a618-4c05-847b-9c8dfc0f0c35",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b623e3b4-a618-4c05-847b-9c8dfc0f0c35",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"69d14070-e57e-4c5c-bc66-51e5805c416c",
"99d7bc70-079d-4d7e-938d-7bbad0954077"
],
"Approvers": [
"3339f77b-3263-44e7-8237-1e3245d1e8c3",
"5b1934b9-9f8f-4e3b-b359-bce9fd037d9f"
],
"ApprovedBy": "d6041ec0-75c4-42ea-83aa-e6d13233cd36",
"ApprovalDate": "2025-12-18T22:01:42.3546816+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "add7afae-b70c-4f12-bff0-2d05f8d11065",
"id": "351fe46e-3cde-4c59-8533-d8b12c99d326",
"ConfigId": "e2267ba9-fec9-4f87-b970-bde61728d400"
},
{
"GenerationDate": "2025-12-18T22:01:42.3546816+00:00",
"SubmitDate": "2025-12-18T22:01:42.3546816+00:00",
"ReportPeriodStart": "2025-12-18T22:01:42.3546816+00:00",
"ReportPeriodEnd": "2025-12-18T22:01:42.3546816+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2eea02c7-3b6f-468a-af85-107948826c19",
"Rows": [
{
"ItemId": "b623e3b4-a618-4c05-847b-9c8dfc0f0c35",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b623e3b4-a618-4c05-847b-9c8dfc0f0c35",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2eea02c7-3b6f-468a-af85-107948826c19",
"Rows": [
{
"ItemId": "b623e3b4-a618-4c05-847b-9c8dfc0f0c35",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "b623e3b4-a618-4c05-847b-9c8dfc0f0c35",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"69d14070-e57e-4c5c-bc66-51e5805c416c",
"99d7bc70-079d-4d7e-938d-7bbad0954077"
],
"Approvers": [
"3339f77b-3263-44e7-8237-1e3245d1e8c3",
"5b1934b9-9f8f-4e3b-b359-bce9fd037d9f"
],
"ApprovedBy": "d6041ec0-75c4-42ea-83aa-e6d13233cd36",
"ApprovalDate": "2025-12-18T22:01:42.3546816+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "add7afae-b70c-4f12-bff0-2d05f8d11065",
"id": "351fe46e-3cde-4c59-8533-d8b12c99d326",
"ConfigId": "e2267ba9-fec9-4f87-b970-bde61728d400"
}
]