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-22T11:58:05.7418016+00:00",
"SubmitDate": "2026-04-22T11:58:05.7418016+00:00",
"ReportPeriodStart": "2026-04-22T11:58:05.7418016+00:00",
"ReportPeriodEnd": "2026-04-22T11:58:05.7418016+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6fbeeab9-0914-4139-8f36-a2e4e64888ac",
"Rows": [
{
"ItemId": "a0193182-a6ca-40b1-9295-75f7480f0dcc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a0193182-a6ca-40b1-9295-75f7480f0dcc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6fbeeab9-0914-4139-8f36-a2e4e64888ac",
"Rows": [
{
"ItemId": "a0193182-a6ca-40b1-9295-75f7480f0dcc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a0193182-a6ca-40b1-9295-75f7480f0dcc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"660d0969-8184-430e-8ffc-bd54c5edb9be",
"802a59bf-cd6e-4e51-9422-86b98e1b2d44"
],
"Approvers": [
"720c6016-d550-42cd-aa8c-802c6bdc37ad",
"c80fe925-885a-40c8-b900-89bbf4efebeb"
],
"ApprovedBy": "e545c647-6750-4044-b7ca-c017bbea5597",
"ApprovalDate": "2026-04-22T11:58:05.7418016+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9e6096b3-90ac-493b-af06-14c95e7d2734",
"id": "80fb91d2-6e79-457c-b4af-b02e880c097f",
"ConfigId": "d5c65dc0-40c7-4a02-9a28-d81528f668c3"
},
{
"GenerationDate": "2026-04-22T11:58:05.7418016+00:00",
"SubmitDate": "2026-04-22T11:58:05.7418016+00:00",
"ReportPeriodStart": "2026-04-22T11:58:05.7418016+00:00",
"ReportPeriodEnd": "2026-04-22T11:58:05.7418016+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "6fbeeab9-0914-4139-8f36-a2e4e64888ac",
"Rows": [
{
"ItemId": "a0193182-a6ca-40b1-9295-75f7480f0dcc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a0193182-a6ca-40b1-9295-75f7480f0dcc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "6fbeeab9-0914-4139-8f36-a2e4e64888ac",
"Rows": [
{
"ItemId": "a0193182-a6ca-40b1-9295-75f7480f0dcc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a0193182-a6ca-40b1-9295-75f7480f0dcc",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"660d0969-8184-430e-8ffc-bd54c5edb9be",
"802a59bf-cd6e-4e51-9422-86b98e1b2d44"
],
"Approvers": [
"720c6016-d550-42cd-aa8c-802c6bdc37ad",
"c80fe925-885a-40c8-b900-89bbf4efebeb"
],
"ApprovedBy": "e545c647-6750-4044-b7ca-c017bbea5597",
"ApprovalDate": "2026-04-22T11:58:05.7418016+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "9e6096b3-90ac-493b-af06-14c95e7d2734",
"id": "80fb91d2-6e79-457c-b4af-b02e880c097f",
"ConfigId": "d5c65dc0-40c7-4a02-9a28-d81528f668c3"
}
]