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-03-22T21:56:55.8327411+00:00",
"SubmitDate": "2026-03-22T21:56:55.8327411+00:00",
"ReportPeriodStart": "2026-03-22T21:56:55.8327411+00:00",
"ReportPeriodEnd": "2026-03-22T21:56:55.8327411+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "819cf7f8-29ee-469c-a9b0-1a6233b2a513",
"Rows": [
{
"ItemId": "ff54229d-f7f5-4ccf-b7a9-746d02409a1a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ff54229d-f7f5-4ccf-b7a9-746d02409a1a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "819cf7f8-29ee-469c-a9b0-1a6233b2a513",
"Rows": [
{
"ItemId": "ff54229d-f7f5-4ccf-b7a9-746d02409a1a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ff54229d-f7f5-4ccf-b7a9-746d02409a1a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"18ee89e6-85c4-44f9-9758-0867d3073b57",
"4284905f-adc0-4922-9fcb-45b7564b3ffb"
],
"Approvers": [
"0812abc9-6a27-42c9-aee1-901f3d72db3d",
"67281fd5-76f4-45d7-b40f-d660ad0b5849"
],
"ApprovedBy": "305d86f5-4046-4877-8989-d88705cb30bd",
"ApprovalDate": "2026-03-22T21:56:55.8327411+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "873cf30f-53a7-43fd-9614-90143b44f43c",
"id": "16a37f71-1645-4811-8f4f-71a0a5f5f1b0",
"ConfigId": "f04e2511-3754-4a75-b6ef-4fc118f6fdee"
},
{
"GenerationDate": "2026-03-22T21:56:55.8327411+00:00",
"SubmitDate": "2026-03-22T21:56:55.8327411+00:00",
"ReportPeriodStart": "2026-03-22T21:56:55.8327411+00:00",
"ReportPeriodEnd": "2026-03-22T21:56:55.8327411+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "819cf7f8-29ee-469c-a9b0-1a6233b2a513",
"Rows": [
{
"ItemId": "ff54229d-f7f5-4ccf-b7a9-746d02409a1a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ff54229d-f7f5-4ccf-b7a9-746d02409a1a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "819cf7f8-29ee-469c-a9b0-1a6233b2a513",
"Rows": [
{
"ItemId": "ff54229d-f7f5-4ccf-b7a9-746d02409a1a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "ff54229d-f7f5-4ccf-b7a9-746d02409a1a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"18ee89e6-85c4-44f9-9758-0867d3073b57",
"4284905f-adc0-4922-9fcb-45b7564b3ffb"
],
"Approvers": [
"0812abc9-6a27-42c9-aee1-901f3d72db3d",
"67281fd5-76f4-45d7-b40f-d660ad0b5849"
],
"ApprovedBy": "305d86f5-4046-4877-8989-d88705cb30bd",
"ApprovalDate": "2026-03-22T21:56:55.8327411+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "873cf30f-53a7-43fd-9614-90143b44f43c",
"id": "16a37f71-1645-4811-8f4f-71a0a5f5f1b0",
"ConfigId": "f04e2511-3754-4a75-b6ef-4fc118f6fdee"
}
]