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-29T18:36:11.4737197+00:00",
"SubmitDate": "2025-11-29T18:36:11.4737197+00:00",
"ReportPeriodStart": "2025-11-29T18:36:11.4737197+00:00",
"ReportPeriodEnd": "2025-11-29T18:36:11.4737197+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "58096912-e57e-4123-a527-ac657ef26172",
"Rows": [
{
"ItemId": "694ca135-1045-4817-8b41-ba7135498403",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "694ca135-1045-4817-8b41-ba7135498403",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "58096912-e57e-4123-a527-ac657ef26172",
"Rows": [
{
"ItemId": "694ca135-1045-4817-8b41-ba7135498403",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "694ca135-1045-4817-8b41-ba7135498403",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"17b4d1d2-d7f2-4d47-b93a-e2e694c5a231",
"eba61b05-88f7-4110-bc8f-3430dad73b43"
],
"Approvers": [
"8aab03ea-8262-4be6-afca-f10599a39eb6",
"5d20b2c0-8937-422b-bd2c-35a4a27f1412"
],
"ApprovedBy": "1d56e4e6-60eb-4fd5-b42b-c66825961c28",
"ApprovalDate": "2025-11-29T18:36:11.4737197+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4dd627af-dddd-4e94-af94-57abb0a80fed",
"id": "d92af13c-e537-4cb6-99c7-5deb41f443f0",
"ConfigId": "4d2972da-1db5-4c73-8ef8-a71ce3e4137f"
},
{
"GenerationDate": "2025-11-29T18:36:11.4737197+00:00",
"SubmitDate": "2025-11-29T18:36:11.4737197+00:00",
"ReportPeriodStart": "2025-11-29T18:36:11.4737197+00:00",
"ReportPeriodEnd": "2025-11-29T18:36:11.4737197+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "58096912-e57e-4123-a527-ac657ef26172",
"Rows": [
{
"ItemId": "694ca135-1045-4817-8b41-ba7135498403",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "694ca135-1045-4817-8b41-ba7135498403",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "58096912-e57e-4123-a527-ac657ef26172",
"Rows": [
{
"ItemId": "694ca135-1045-4817-8b41-ba7135498403",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "694ca135-1045-4817-8b41-ba7135498403",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"17b4d1d2-d7f2-4d47-b93a-e2e694c5a231",
"eba61b05-88f7-4110-bc8f-3430dad73b43"
],
"Approvers": [
"8aab03ea-8262-4be6-afca-f10599a39eb6",
"5d20b2c0-8937-422b-bd2c-35a4a27f1412"
],
"ApprovedBy": "1d56e4e6-60eb-4fd5-b42b-c66825961c28",
"ApprovalDate": "2025-11-29T18:36:11.4737197+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "4dd627af-dddd-4e94-af94-57abb0a80fed",
"id": "d92af13c-e537-4cb6-99c7-5deb41f443f0",
"ConfigId": "4d2972da-1db5-4c73-8ef8-a71ce3e4137f"
}
]