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": "2025-11-26T06:20:41.57464+00:00",
"SubmitDate": "2025-11-26T06:20:41.57464+00:00",
"ReportPeriodStart": "2025-11-26T06:20:41.57464+00:00",
"ReportPeriodEnd": "2025-11-26T06:20:41.57464+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1053b3cd-efc4-42fb-9a60-315c7e1c264a",
"Rows": [
{
"ItemId": "f2171f70-535e-442a-99d9-5299a10c229d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f2171f70-535e-442a-99d9-5299a10c229d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1053b3cd-efc4-42fb-9a60-315c7e1c264a",
"Rows": [
{
"ItemId": "f2171f70-535e-442a-99d9-5299a10c229d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f2171f70-535e-442a-99d9-5299a10c229d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"58b53fbb-18e1-4c40-92d0-17e5b159a7c4",
"a098e74c-a6ce-49aa-b33c-7143919ad4c0"
],
"Approvers": [
"8c155cd0-3a43-4ccd-adda-d6be5462d987",
"58551575-9b1d-4147-a591-b91278aada3d"
],
"ApprovedBy": "278538e3-8a2f-4521-a041-63cdd6276280",
"ApprovalDate": "2025-11-26T06:20:41.57464+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e6b307ac-471c-4977-8d5b-580b83a9f507",
"id": "ddda5eff-5675-4fa4-800b-73ad702ae914",
"ConfigId": "f1a8c460-cdde-4577-bfbe-4b983083be97"
},
{
"GenerationDate": "2025-11-26T06:20:41.57464+00:00",
"SubmitDate": "2025-11-26T06:20:41.57464+00:00",
"ReportPeriodStart": "2025-11-26T06:20:41.57464+00:00",
"ReportPeriodEnd": "2025-11-26T06:20:41.57464+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "1053b3cd-efc4-42fb-9a60-315c7e1c264a",
"Rows": [
{
"ItemId": "f2171f70-535e-442a-99d9-5299a10c229d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f2171f70-535e-442a-99d9-5299a10c229d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "1053b3cd-efc4-42fb-9a60-315c7e1c264a",
"Rows": [
{
"ItemId": "f2171f70-535e-442a-99d9-5299a10c229d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f2171f70-535e-442a-99d9-5299a10c229d",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"58b53fbb-18e1-4c40-92d0-17e5b159a7c4",
"a098e74c-a6ce-49aa-b33c-7143919ad4c0"
],
"Approvers": [
"8c155cd0-3a43-4ccd-adda-d6be5462d987",
"58551575-9b1d-4147-a591-b91278aada3d"
],
"ApprovedBy": "278538e3-8a2f-4521-a041-63cdd6276280",
"ApprovalDate": "2025-11-26T06:20:41.57464+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "e6b307ac-471c-4977-8d5b-580b83a9f507",
"id": "ddda5eff-5675-4fa4-800b-73ad702ae914",
"ConfigId": "f1a8c460-cdde-4577-bfbe-4b983083be97"
}
]