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-25T14:43:20.4132149+00:00",
"SubmitDate": "2025-11-25T14:43:20.4132149+00:00",
"ReportPeriodStart": "2025-11-25T14:43:20.4132149+00:00",
"ReportPeriodEnd": "2025-11-25T14:43:20.4132149+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fe3bbc70-c7fc-4f2e-816f-1d441d03ac6d",
"Rows": [
{
"ItemId": "a9419268-0147-4d72-bb9e-c97d8118d1e5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a9419268-0147-4d72-bb9e-c97d8118d1e5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fe3bbc70-c7fc-4f2e-816f-1d441d03ac6d",
"Rows": [
{
"ItemId": "a9419268-0147-4d72-bb9e-c97d8118d1e5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a9419268-0147-4d72-bb9e-c97d8118d1e5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2cb6db31-a85f-420a-a42b-3d8586f6fd7e",
"cd0bfafa-1246-4606-b49e-4299569aebb2"
],
"Approvers": [
"1ead8a42-f5d4-482b-bbee-2b0cbd72f38d",
"d9197bba-1a8a-4466-9f08-c72b4f0619cb"
],
"ApprovedBy": "6c2605a9-8c1c-45f9-9534-ba1fc665f675",
"ApprovalDate": "2025-11-25T14:43:20.4132149+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c56689fb-728d-4ddb-b90a-276fc45af8fb",
"id": "b5e86369-3a63-41e8-9367-74678d63a48a",
"ConfigId": "82033e5b-03fa-4dbb-8ab4-08c94aeab7e0"
},
{
"GenerationDate": "2025-11-25T14:43:20.4132149+00:00",
"SubmitDate": "2025-11-25T14:43:20.4132149+00:00",
"ReportPeriodStart": "2025-11-25T14:43:20.4132149+00:00",
"ReportPeriodEnd": "2025-11-25T14:43:20.4132149+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "fe3bbc70-c7fc-4f2e-816f-1d441d03ac6d",
"Rows": [
{
"ItemId": "a9419268-0147-4d72-bb9e-c97d8118d1e5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a9419268-0147-4d72-bb9e-c97d8118d1e5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "fe3bbc70-c7fc-4f2e-816f-1d441d03ac6d",
"Rows": [
{
"ItemId": "a9419268-0147-4d72-bb9e-c97d8118d1e5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a9419268-0147-4d72-bb9e-c97d8118d1e5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"2cb6db31-a85f-420a-a42b-3d8586f6fd7e",
"cd0bfafa-1246-4606-b49e-4299569aebb2"
],
"Approvers": [
"1ead8a42-f5d4-482b-bbee-2b0cbd72f38d",
"d9197bba-1a8a-4466-9f08-c72b4f0619cb"
],
"ApprovedBy": "6c2605a9-8c1c-45f9-9534-ba1fc665f675",
"ApprovalDate": "2025-11-25T14:43:20.4132149+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c56689fb-728d-4ddb-b90a-276fc45af8fb",
"id": "b5e86369-3a63-41e8-9367-74678d63a48a",
"ConfigId": "82033e5b-03fa-4dbb-8ab4-08c94aeab7e0"
}
]