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-21T01:01:55.5263074+00:00",
"SubmitDate": "2026-02-21T01:01:55.5263074+00:00",
"ReportPeriodStart": "2026-02-21T01:01:55.5263074+00:00",
"ReportPeriodEnd": "2026-02-21T01:01:55.5263074+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4842b8e2-7ac1-4ea1-b5d7-bab420127573",
"Rows": [
{
"ItemId": "191280e7-a6cd-46fb-9ae0-deb2263c73f5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "191280e7-a6cd-46fb-9ae0-deb2263c73f5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4842b8e2-7ac1-4ea1-b5d7-bab420127573",
"Rows": [
{
"ItemId": "191280e7-a6cd-46fb-9ae0-deb2263c73f5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "191280e7-a6cd-46fb-9ae0-deb2263c73f5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9e6018bb-388f-4eed-b884-83d20c8f699b",
"68f33d2f-838a-4041-ba8f-df105fcc9bb7"
],
"Approvers": [
"2e4ea05e-e85c-482a-bd31-5b22b3840650",
"e077c3f7-c9f9-4685-b666-594a4abfd2fb"
],
"ApprovedBy": "a40cb840-99a1-484c-801d-20495b2f8ed7",
"ApprovalDate": "2026-02-21T01:01:55.5263074+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b32c2bb4-1d36-42b6-9761-569034d04728",
"id": "14126126-b81f-4414-8bf4-aad74d7ce4af",
"ConfigId": "27e2a425-59f1-4ab1-88d4-2236f14981ba"
},
{
"GenerationDate": "2026-02-21T01:01:55.5263074+00:00",
"SubmitDate": "2026-02-21T01:01:55.5263074+00:00",
"ReportPeriodStart": "2026-02-21T01:01:55.5263074+00:00",
"ReportPeriodEnd": "2026-02-21T01:01:55.5263074+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "4842b8e2-7ac1-4ea1-b5d7-bab420127573",
"Rows": [
{
"ItemId": "191280e7-a6cd-46fb-9ae0-deb2263c73f5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "191280e7-a6cd-46fb-9ae0-deb2263c73f5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "4842b8e2-7ac1-4ea1-b5d7-bab420127573",
"Rows": [
{
"ItemId": "191280e7-a6cd-46fb-9ae0-deb2263c73f5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "191280e7-a6cd-46fb-9ae0-deb2263c73f5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"9e6018bb-388f-4eed-b884-83d20c8f699b",
"68f33d2f-838a-4041-ba8f-df105fcc9bb7"
],
"Approvers": [
"2e4ea05e-e85c-482a-bd31-5b22b3840650",
"e077c3f7-c9f9-4685-b666-594a4abfd2fb"
],
"ApprovedBy": "a40cb840-99a1-484c-801d-20495b2f8ed7",
"ApprovalDate": "2026-02-21T01:01:55.5263074+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b32c2bb4-1d36-42b6-9761-569034d04728",
"id": "14126126-b81f-4414-8bf4-aad74d7ce4af",
"ConfigId": "27e2a425-59f1-4ab1-88d4-2236f14981ba"
}
]