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-02-24T06:29:31.660153+00:00",
"SubmitDate": "2026-02-24T06:29:31.660153+00:00",
"ReportPeriodStart": "2026-02-24T06:29:31.660153+00:00",
"ReportPeriodEnd": "2026-02-24T06:29:31.660153+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f892f1b7-0c71-4970-88af-602ced58913d",
"Rows": [
{
"ItemId": "1ce998a4-c053-4699-a32d-6724d997d49e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1ce998a4-c053-4699-a32d-6724d997d49e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f892f1b7-0c71-4970-88af-602ced58913d",
"Rows": [
{
"ItemId": "1ce998a4-c053-4699-a32d-6724d997d49e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1ce998a4-c053-4699-a32d-6724d997d49e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ff681a0a-27c7-4717-8f05-8ef220d58325",
"90a3b1db-2c1d-4c21-9e77-467408b78c5d"
],
"Approvers": [
"ffd507bf-f2da-4b7a-9109-fc9784e05537",
"5c04e7d8-08f8-4101-b9b4-236cab721f9a"
],
"ApprovedBy": "27f23a2b-590f-4def-b87a-4fa185842777",
"ApprovalDate": "2026-02-24T06:29:31.660153+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7d377444-f37a-4c3a-93f5-b7f76382eb6f",
"id": "670b819b-55af-466d-9653-a31273f46250",
"ConfigId": "f48f5f43-60ae-4afd-875b-e781365661a2"
},
{
"GenerationDate": "2026-02-24T06:29:31.660153+00:00",
"SubmitDate": "2026-02-24T06:29:31.660153+00:00",
"ReportPeriodStart": "2026-02-24T06:29:31.660153+00:00",
"ReportPeriodEnd": "2026-02-24T06:29:31.660153+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f892f1b7-0c71-4970-88af-602ced58913d",
"Rows": [
{
"ItemId": "1ce998a4-c053-4699-a32d-6724d997d49e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1ce998a4-c053-4699-a32d-6724d997d49e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f892f1b7-0c71-4970-88af-602ced58913d",
"Rows": [
{
"ItemId": "1ce998a4-c053-4699-a32d-6724d997d49e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1ce998a4-c053-4699-a32d-6724d997d49e",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"ff681a0a-27c7-4717-8f05-8ef220d58325",
"90a3b1db-2c1d-4c21-9e77-467408b78c5d"
],
"Approvers": [
"ffd507bf-f2da-4b7a-9109-fc9784e05537",
"5c04e7d8-08f8-4101-b9b4-236cab721f9a"
],
"ApprovedBy": "27f23a2b-590f-4def-b87a-4fa185842777",
"ApprovalDate": "2026-02-24T06:29:31.660153+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7d377444-f37a-4c3a-93f5-b7f76382eb6f",
"id": "670b819b-55af-466d-9653-a31273f46250",
"ConfigId": "f48f5f43-60ae-4afd-875b-e781365661a2"
}
]