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-07T09:49:33.673923+00:00",
"SubmitDate": "2025-12-07T09:49:33.673923+00:00",
"ReportPeriodStart": "2025-12-07T09:49:33.673923+00:00",
"ReportPeriodEnd": "2025-12-07T09:49:33.673923+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f2221634-c824-4687-9fe2-830702a4d3f2",
"Rows": [
{
"ItemId": "8f8bfaee-a2a8-458d-a14e-24adaa8711dd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8f8bfaee-a2a8-458d-a14e-24adaa8711dd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f2221634-c824-4687-9fe2-830702a4d3f2",
"Rows": [
{
"ItemId": "8f8bfaee-a2a8-458d-a14e-24adaa8711dd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8f8bfaee-a2a8-458d-a14e-24adaa8711dd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"50413a1a-393c-4019-b8cd-59ad56fed292",
"1530adb7-d7c9-4ce0-85b1-3babd2b3dfdf"
],
"Approvers": [
"343ee690-0522-4cc2-8ec4-8baa9c3e1ddd",
"4c1b6438-b959-4b57-9151-4a749393ac96"
],
"ApprovedBy": "8ea16214-a357-4a9f-bd41-15b627bbc90a",
"ApprovalDate": "2025-12-07T09:49:33.673923+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "76bd4ac2-89a4-4ba5-a85b-df2c418e1ed8",
"id": "53d15ffa-2022-41ed-ba73-b4e078c7db35",
"ConfigId": "a116a285-e394-4e33-aefd-9d9f207766b6"
},
{
"GenerationDate": "2025-12-07T09:49:33.673923+00:00",
"SubmitDate": "2025-12-07T09:49:33.673923+00:00",
"ReportPeriodStart": "2025-12-07T09:49:33.673923+00:00",
"ReportPeriodEnd": "2025-12-07T09:49:33.673923+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f2221634-c824-4687-9fe2-830702a4d3f2",
"Rows": [
{
"ItemId": "8f8bfaee-a2a8-458d-a14e-24adaa8711dd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8f8bfaee-a2a8-458d-a14e-24adaa8711dd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f2221634-c824-4687-9fe2-830702a4d3f2",
"Rows": [
{
"ItemId": "8f8bfaee-a2a8-458d-a14e-24adaa8711dd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8f8bfaee-a2a8-458d-a14e-24adaa8711dd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"50413a1a-393c-4019-b8cd-59ad56fed292",
"1530adb7-d7c9-4ce0-85b1-3babd2b3dfdf"
],
"Approvers": [
"343ee690-0522-4cc2-8ec4-8baa9c3e1ddd",
"4c1b6438-b959-4b57-9151-4a749393ac96"
],
"ApprovedBy": "8ea16214-a357-4a9f-bd41-15b627bbc90a",
"ApprovalDate": "2025-12-07T09:49:33.673923+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "76bd4ac2-89a4-4ba5-a85b-df2c418e1ed8",
"id": "53d15ffa-2022-41ed-ba73-b4e078c7db35",
"ConfigId": "a116a285-e394-4e33-aefd-9d9f207766b6"
}
]