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-05-31T15:01:55.9645109+00:00",
"SubmitDate": "2026-05-31T15:01:55.9645109+00:00",
"ReportPeriodStart": "2026-05-31T15:01:55.9645109+00:00",
"ReportPeriodEnd": "2026-05-31T15:01:55.9645109+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "9d74e677-8dd7-4bd5-838c-3f8fe503da21",
"Rows": [
{
"ItemId": "3cae4688-a17c-4a01-ab17-86e75e1efc2e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3cae4688-a17c-4a01-ab17-86e75e1efc2e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "9d74e677-8dd7-4bd5-838c-3f8fe503da21",
"Rows": [
{
"ItemId": "3cae4688-a17c-4a01-ab17-86e75e1efc2e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3cae4688-a17c-4a01-ab17-86e75e1efc2e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f673c49e-f07e-4761-8645-ea3908f56339",
"82b0bc3a-52f5-4a98-b64b-54196e90c316"
],
"Approvers": [
"9d27e110-b757-4a2d-bc58-e4e8ca52354c",
"ac822ac9-5efd-4159-9e33-49cf22d5d424"
],
"ApprovedBy": "380d2b79-c699-497e-9e49-94e8c1033e33",
"ApprovalDate": "2026-05-31T15:01:55.9645109+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "bb76dcc0-3700-44d8-ac78-d4c3ebe38232",
"id": "4ba7f4b4-abf6-4ac4-9760-1412004dbe25",
"ConfigId": "8549f69e-4e29-490a-aea9-43b67d36fc16"
},
{
"GenerationDate": "2026-05-31T15:01:55.9645109+00:00",
"SubmitDate": "2026-05-31T15:01:55.9645109+00:00",
"ReportPeriodStart": "2026-05-31T15:01:55.9645109+00:00",
"ReportPeriodEnd": "2026-05-31T15:01:55.9645109+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "9d74e677-8dd7-4bd5-838c-3f8fe503da21",
"Rows": [
{
"ItemId": "3cae4688-a17c-4a01-ab17-86e75e1efc2e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3cae4688-a17c-4a01-ab17-86e75e1efc2e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "9d74e677-8dd7-4bd5-838c-3f8fe503da21",
"Rows": [
{
"ItemId": "3cae4688-a17c-4a01-ab17-86e75e1efc2e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3cae4688-a17c-4a01-ab17-86e75e1efc2e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f673c49e-f07e-4761-8645-ea3908f56339",
"82b0bc3a-52f5-4a98-b64b-54196e90c316"
],
"Approvers": [
"9d27e110-b757-4a2d-bc58-e4e8ca52354c",
"ac822ac9-5efd-4159-9e33-49cf22d5d424"
],
"ApprovedBy": "380d2b79-c699-497e-9e49-94e8c1033e33",
"ApprovalDate": "2026-05-31T15:01:55.9645109+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "bb76dcc0-3700-44d8-ac78-d4c3ebe38232",
"id": "4ba7f4b4-abf6-4ac4-9760-1412004dbe25",
"ConfigId": "8549f69e-4e29-490a-aea9-43b67d36fc16"
}
]