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-05-30T01:17:58.8642481+00:00",
"SubmitDate": "2026-05-30T01:17:58.8642481+00:00",
"ReportPeriodStart": "2026-05-30T01:17:58.8642481+00:00",
"ReportPeriodEnd": "2026-05-30T01:17:58.8642481+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d3d13ae5-f6e9-461a-aa7d-f1b682c16525",
"Rows": [
{
"ItemId": "f505c699-46d9-4e4a-9c47-51a20f0c7498",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f505c699-46d9-4e4a-9c47-51a20f0c7498",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d3d13ae5-f6e9-461a-aa7d-f1b682c16525",
"Rows": [
{
"ItemId": "f505c699-46d9-4e4a-9c47-51a20f0c7498",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f505c699-46d9-4e4a-9c47-51a20f0c7498",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7f3186f9-8c66-4d24-a86f-e06fabb7d564",
"29d88a7d-9723-4c5a-b3e6-783d6280563e"
],
"Approvers": [
"3a1a5933-d846-4528-9108-8463817a4489",
"01af802b-e195-4a8b-95b8-f748d471de62"
],
"ApprovedBy": "5162dacb-aa8d-4f9e-b338-172436f71258",
"ApprovalDate": "2026-05-30T01:17:58.8798728+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "62f4c948-9160-4873-b65f-f156194494d4",
"id": "9d0a5290-9f08-45ad-808a-c22402d23500",
"ConfigId": "e757345c-254d-4081-9f28-438f6523f574"
},
{
"GenerationDate": "2026-05-30T01:17:58.8642481+00:00",
"SubmitDate": "2026-05-30T01:17:58.8642481+00:00",
"ReportPeriodStart": "2026-05-30T01:17:58.8642481+00:00",
"ReportPeriodEnd": "2026-05-30T01:17:58.8642481+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d3d13ae5-f6e9-461a-aa7d-f1b682c16525",
"Rows": [
{
"ItemId": "f505c699-46d9-4e4a-9c47-51a20f0c7498",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f505c699-46d9-4e4a-9c47-51a20f0c7498",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d3d13ae5-f6e9-461a-aa7d-f1b682c16525",
"Rows": [
{
"ItemId": "f505c699-46d9-4e4a-9c47-51a20f0c7498",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f505c699-46d9-4e4a-9c47-51a20f0c7498",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7f3186f9-8c66-4d24-a86f-e06fabb7d564",
"29d88a7d-9723-4c5a-b3e6-783d6280563e"
],
"Approvers": [
"3a1a5933-d846-4528-9108-8463817a4489",
"01af802b-e195-4a8b-95b8-f748d471de62"
],
"ApprovedBy": "5162dacb-aa8d-4f9e-b338-172436f71258",
"ApprovalDate": "2026-05-30T01:17:58.8798728+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "62f4c948-9160-4873-b65f-f156194494d4",
"id": "9d0a5290-9f08-45ad-808a-c22402d23500",
"ConfigId": "e757345c-254d-4081-9f28-438f6523f574"
}
]