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-01-30T01:05:18.8432454+00:00",
"SubmitDate": "2026-01-30T01:05:18.8432454+00:00",
"ReportPeriodStart": "2026-01-30T01:05:18.8432454+00:00",
"ReportPeriodEnd": "2026-01-30T01:05:18.8432454+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1c46cf9f-681f-4334-af27-68f984c207ee",
"Rows": [
{
"ItemId": "57909603-910d-4b2c-87fd-6ba893b0299d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "57909603-910d-4b2c-87fd-6ba893b0299d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1c46cf9f-681f-4334-af27-68f984c207ee",
"Rows": [
{
"ItemId": "57909603-910d-4b2c-87fd-6ba893b0299d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "57909603-910d-4b2c-87fd-6ba893b0299d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e8d8a5f4-a931-461b-bf49-be5f2fb17e2f",
"fcebc6f2-6a0c-4072-8635-36713c81fd0c"
],
"Approvers": [
"0ba11915-e454-4bbc-aaea-d43212bbb7ac",
"50ff681f-645f-4c99-b73b-0c242ebcf806"
],
"ApprovedBy": "320d2822-7d44-4c27-a390-1e2c6a4d9c8e",
"ApprovalDate": "2026-01-30T01:05:18.8432454+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8efa34d0-6a6d-4a36-87c0-e2da29d738f8",
"id": "39d46eca-def8-4025-af6d-e5dae5c4c284",
"ConfigId": "0505e273-904f-40f6-90b5-8fefb0cb90e9"
},
{
"GenerationDate": "2026-01-30T01:05:18.8432454+00:00",
"SubmitDate": "2026-01-30T01:05:18.8432454+00:00",
"ReportPeriodStart": "2026-01-30T01:05:18.8432454+00:00",
"ReportPeriodEnd": "2026-01-30T01:05:18.8432454+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1c46cf9f-681f-4334-af27-68f984c207ee",
"Rows": [
{
"ItemId": "57909603-910d-4b2c-87fd-6ba893b0299d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "57909603-910d-4b2c-87fd-6ba893b0299d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1c46cf9f-681f-4334-af27-68f984c207ee",
"Rows": [
{
"ItemId": "57909603-910d-4b2c-87fd-6ba893b0299d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "57909603-910d-4b2c-87fd-6ba893b0299d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e8d8a5f4-a931-461b-bf49-be5f2fb17e2f",
"fcebc6f2-6a0c-4072-8635-36713c81fd0c"
],
"Approvers": [
"0ba11915-e454-4bbc-aaea-d43212bbb7ac",
"50ff681f-645f-4c99-b73b-0c242ebcf806"
],
"ApprovedBy": "320d2822-7d44-4c27-a390-1e2c6a4d9c8e",
"ApprovalDate": "2026-01-30T01:05:18.8432454+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8efa34d0-6a6d-4a36-87c0-e2da29d738f8",
"id": "39d46eca-def8-4025-af6d-e5dae5c4c284",
"ConfigId": "0505e273-904f-40f6-90b5-8fefb0cb90e9"
}
]