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-03T17:52:49.5887973+00:00",
"SubmitDate": "2026-03-03T17:52:49.5887973+00:00",
"ReportPeriodStart": "2026-03-03T17:52:49.5887973+00:00",
"ReportPeriodEnd": "2026-03-03T17:52:49.5887973+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d970a26f-e779-4818-ac31-4a09ace17207",
"Rows": [
{
"ItemId": "bbc5e363-7426-4e18-97dd-269cd86ba8b5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bbc5e363-7426-4e18-97dd-269cd86ba8b5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d970a26f-e779-4818-ac31-4a09ace17207",
"Rows": [
{
"ItemId": "bbc5e363-7426-4e18-97dd-269cd86ba8b5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bbc5e363-7426-4e18-97dd-269cd86ba8b5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6f64b482-a530-4ec4-a352-a27dc98910a8",
"f8fe8078-9636-462b-b1c0-5c9857d98a3b"
],
"Approvers": [
"a5691f2a-dadb-4f2b-978b-924acc6fe724",
"70d45e5e-c22b-4789-bc35-a6aa086730a6"
],
"ApprovedBy": "77c69bba-d2ae-495b-bd88-865d53f2417e",
"ApprovalDate": "2026-03-03T17:52:49.6044212+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d0c32c29-8dfa-42b9-8489-8fc568a2db1e",
"id": "35d4218b-570d-4f5a-abb2-d496800d4acc",
"ConfigId": "0a3bd6f9-ab82-446f-9210-7190902b6aee"
},
{
"GenerationDate": "2026-03-03T17:52:49.5887973+00:00",
"SubmitDate": "2026-03-03T17:52:49.5887973+00:00",
"ReportPeriodStart": "2026-03-03T17:52:49.5887973+00:00",
"ReportPeriodEnd": "2026-03-03T17:52:49.5887973+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d970a26f-e779-4818-ac31-4a09ace17207",
"Rows": [
{
"ItemId": "bbc5e363-7426-4e18-97dd-269cd86ba8b5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bbc5e363-7426-4e18-97dd-269cd86ba8b5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d970a26f-e779-4818-ac31-4a09ace17207",
"Rows": [
{
"ItemId": "bbc5e363-7426-4e18-97dd-269cd86ba8b5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bbc5e363-7426-4e18-97dd-269cd86ba8b5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6f64b482-a530-4ec4-a352-a27dc98910a8",
"f8fe8078-9636-462b-b1c0-5c9857d98a3b"
],
"Approvers": [
"a5691f2a-dadb-4f2b-978b-924acc6fe724",
"70d45e5e-c22b-4789-bc35-a6aa086730a6"
],
"ApprovedBy": "77c69bba-d2ae-495b-bd88-865d53f2417e",
"ApprovalDate": "2026-03-03T17:52:49.6044212+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d0c32c29-8dfa-42b9-8489-8fc568a2db1e",
"id": "35d4218b-570d-4f5a-abb2-d496800d4acc",
"ConfigId": "0a3bd6f9-ab82-446f-9210-7190902b6aee"
}
]