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-04-14T02:24:22.9770669+00:00",
"SubmitDate": "2026-04-14T02:24:22.9770669+00:00",
"ReportPeriodStart": "2026-04-14T02:24:22.9770669+00:00",
"ReportPeriodEnd": "2026-04-14T02:24:22.9770669+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3c8840d3-9449-4c88-bb14-eaa91804a893",
"Rows": [
{
"ItemId": "c8279761-2a00-41c2-b4a4-612a22d05e88",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c8279761-2a00-41c2-b4a4-612a22d05e88",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3c8840d3-9449-4c88-bb14-eaa91804a893",
"Rows": [
{
"ItemId": "c8279761-2a00-41c2-b4a4-612a22d05e88",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c8279761-2a00-41c2-b4a4-612a22d05e88",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"47445246-7ae2-445d-a121-6799bafec392",
"83bfae95-1cd5-4d45-9954-0e7f796231eb"
],
"Approvers": [
"ac136fd0-39f8-4e5a-8de7-f2935d40a97a",
"31a9f44c-94fe-4e99-ac52-190731c0ae52"
],
"ApprovedBy": "548a804a-851a-4f1a-9b1c-83586b84d076",
"ApprovalDate": "2026-04-14T02:24:22.9770669+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6c85fa6a-80b5-4e94-94d4-ed3f5eb46f0b",
"id": "731c8c5f-121b-4908-ac03-fe1ad47711a7",
"ConfigId": "0bdecef7-937b-4803-b1ca-94a2ae1b2b3a"
},
{
"GenerationDate": "2026-04-14T02:24:22.9770669+00:00",
"SubmitDate": "2026-04-14T02:24:22.9770669+00:00",
"ReportPeriodStart": "2026-04-14T02:24:22.9770669+00:00",
"ReportPeriodEnd": "2026-04-14T02:24:22.9770669+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "3c8840d3-9449-4c88-bb14-eaa91804a893",
"Rows": [
{
"ItemId": "c8279761-2a00-41c2-b4a4-612a22d05e88",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c8279761-2a00-41c2-b4a4-612a22d05e88",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "3c8840d3-9449-4c88-bb14-eaa91804a893",
"Rows": [
{
"ItemId": "c8279761-2a00-41c2-b4a4-612a22d05e88",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "c8279761-2a00-41c2-b4a4-612a22d05e88",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"47445246-7ae2-445d-a121-6799bafec392",
"83bfae95-1cd5-4d45-9954-0e7f796231eb"
],
"Approvers": [
"ac136fd0-39f8-4e5a-8de7-f2935d40a97a",
"31a9f44c-94fe-4e99-ac52-190731c0ae52"
],
"ApprovedBy": "548a804a-851a-4f1a-9b1c-83586b84d076",
"ApprovalDate": "2026-04-14T02:24:22.9770669+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6c85fa6a-80b5-4e94-94d4-ed3f5eb46f0b",
"id": "731c8c5f-121b-4908-ac03-fe1ad47711a7",
"ConfigId": "0bdecef7-937b-4803-b1ca-94a2ae1b2b3a"
}
]