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-06-08T14:06:10.2411199+00:00",
"SubmitDate": "2026-06-08T14:06:10.2411199+00:00",
"ReportPeriodStart": "2026-06-08T14:06:10.2411199+00:00",
"ReportPeriodEnd": "2026-06-08T14:06:10.2411199+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "cc455a73-c194-402f-a3f3-c94640563d1a",
"Rows": [
{
"ItemId": "3bc0029f-dcb5-49ca-80da-8ebcc1dccc21",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3bc0029f-dcb5-49ca-80da-8ebcc1dccc21",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "cc455a73-c194-402f-a3f3-c94640563d1a",
"Rows": [
{
"ItemId": "3bc0029f-dcb5-49ca-80da-8ebcc1dccc21",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3bc0029f-dcb5-49ca-80da-8ebcc1dccc21",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"685aea35-7679-408a-af0b-3181b5e177ca",
"80f9b375-ed81-4a8e-85bb-ea95b4df5550"
],
"Approvers": [
"a0f65a08-7733-4dee-b935-0bb76d5084d0",
"7d0a8d55-6db8-44cc-a5c1-4ec5faa26d15"
],
"ApprovedBy": "f8171a70-ff66-45b1-a3a5-405032a6b197",
"ApprovalDate": "2026-06-08T14:06:10.2411199+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ee635e6e-5955-4697-95a4-6c025fcf8f47",
"id": "45292abf-6fde-4bd1-b07a-11b8e8749fc9",
"ConfigId": "8ee3d61e-5603-40d9-980c-6dfc9645fe4e"
},
{
"GenerationDate": "2026-06-08T14:06:10.2411199+00:00",
"SubmitDate": "2026-06-08T14:06:10.2411199+00:00",
"ReportPeriodStart": "2026-06-08T14:06:10.2411199+00:00",
"ReportPeriodEnd": "2026-06-08T14:06:10.2411199+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "cc455a73-c194-402f-a3f3-c94640563d1a",
"Rows": [
{
"ItemId": "3bc0029f-dcb5-49ca-80da-8ebcc1dccc21",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3bc0029f-dcb5-49ca-80da-8ebcc1dccc21",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "cc455a73-c194-402f-a3f3-c94640563d1a",
"Rows": [
{
"ItemId": "3bc0029f-dcb5-49ca-80da-8ebcc1dccc21",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "3bc0029f-dcb5-49ca-80da-8ebcc1dccc21",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"685aea35-7679-408a-af0b-3181b5e177ca",
"80f9b375-ed81-4a8e-85bb-ea95b4df5550"
],
"Approvers": [
"a0f65a08-7733-4dee-b935-0bb76d5084d0",
"7d0a8d55-6db8-44cc-a5c1-4ec5faa26d15"
],
"ApprovedBy": "f8171a70-ff66-45b1-a3a5-405032a6b197",
"ApprovalDate": "2026-06-08T14:06:10.2411199+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ee635e6e-5955-4697-95a4-6c025fcf8f47",
"id": "45292abf-6fde-4bd1-b07a-11b8e8749fc9",
"ConfigId": "8ee3d61e-5603-40d9-980c-6dfc9645fe4e"
}
]