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-06-13T03:39:46.6995573+00:00",
"SubmitDate": "2026-06-13T03:39:46.6995573+00:00",
"ReportPeriodStart": "2026-06-13T03:39:46.6995573+00:00",
"ReportPeriodEnd": "2026-06-13T03:39:46.6995573+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "90e8028f-963f-4551-958a-47b2ebee0222",
"Rows": [
{
"ItemId": "4e2b7443-fbb3-45ea-b909-478c7d2cea18",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4e2b7443-fbb3-45ea-b909-478c7d2cea18",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "90e8028f-963f-4551-958a-47b2ebee0222",
"Rows": [
{
"ItemId": "4e2b7443-fbb3-45ea-b909-478c7d2cea18",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4e2b7443-fbb3-45ea-b909-478c7d2cea18",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1ff1f11d-0041-415a-bc29-b8a3684db5f7",
"1bff8e1d-a09b-4acc-8ee4-5ba814981b91"
],
"Approvers": [
"a8842b6e-cd3b-421d-bda0-a0544fa2f5d2",
"e58c4ac5-dfe1-49c3-bb6d-665dca142bc8"
],
"ApprovedBy": "e652264f-4d30-4672-a7b4-701aa90ffa94",
"ApprovalDate": "2026-06-13T03:39:46.6995573+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "864cb074-9904-4bdb-8f5c-5f7d1314a60e",
"id": "7c46db17-724b-40fb-a0ad-6ed394c05607",
"ConfigId": "fb21c276-70c1-4dfa-95c0-544dc0989f28"
},
{
"GenerationDate": "2026-06-13T03:39:46.6995573+00:00",
"SubmitDate": "2026-06-13T03:39:46.6995573+00:00",
"ReportPeriodStart": "2026-06-13T03:39:46.6995573+00:00",
"ReportPeriodEnd": "2026-06-13T03:39:46.6995573+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "90e8028f-963f-4551-958a-47b2ebee0222",
"Rows": [
{
"ItemId": "4e2b7443-fbb3-45ea-b909-478c7d2cea18",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4e2b7443-fbb3-45ea-b909-478c7d2cea18",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "90e8028f-963f-4551-958a-47b2ebee0222",
"Rows": [
{
"ItemId": "4e2b7443-fbb3-45ea-b909-478c7d2cea18",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "4e2b7443-fbb3-45ea-b909-478c7d2cea18",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"1ff1f11d-0041-415a-bc29-b8a3684db5f7",
"1bff8e1d-a09b-4acc-8ee4-5ba814981b91"
],
"Approvers": [
"a8842b6e-cd3b-421d-bda0-a0544fa2f5d2",
"e58c4ac5-dfe1-49c3-bb6d-665dca142bc8"
],
"ApprovedBy": "e652264f-4d30-4672-a7b4-701aa90ffa94",
"ApprovalDate": "2026-06-13T03:39:46.6995573+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "864cb074-9904-4bdb-8f5c-5f7d1314a60e",
"id": "7c46db17-724b-40fb-a0ad-6ed394c05607",
"ConfigId": "fb21c276-70c1-4dfa-95c0-544dc0989f28"
}
]