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-02T21:16:07.6416069+00:00",
"SubmitDate": "2026-02-02T21:16:07.6416069+00:00",
"ReportPeriodStart": "2026-02-02T21:16:07.6416069+00:00",
"ReportPeriodEnd": "2026-02-02T21:16:07.6416069+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "72c496d6-bef2-4ed5-8533-29c86378c262",
"Rows": [
{
"ItemId": "2e582382-c14b-4843-82aa-10911618eb20",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2e582382-c14b-4843-82aa-10911618eb20",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "72c496d6-bef2-4ed5-8533-29c86378c262",
"Rows": [
{
"ItemId": "2e582382-c14b-4843-82aa-10911618eb20",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2e582382-c14b-4843-82aa-10911618eb20",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6a6af581-a9c3-4590-b84f-35fa41a1991e",
"ccaa7f2c-66d8-490d-94ba-a5aceed453ed"
],
"Approvers": [
"6abee832-39b9-426c-a1fd-3f7a6947c708",
"5e6132fb-dab7-4063-be08-93eb3483782f"
],
"ApprovedBy": "dab20238-d496-4c0e-b774-06dfc3af33f6",
"ApprovalDate": "2026-02-02T21:16:07.6416069+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c236f213-a46e-4000-bc1b-0aee1a2c4caa",
"id": "89f1c0d4-0c13-4f81-990e-aa9bf7c5530c",
"ConfigId": "07f8378e-bdc5-4781-b245-045452ade930"
},
{
"GenerationDate": "2026-02-02T21:16:07.6416069+00:00",
"SubmitDate": "2026-02-02T21:16:07.6416069+00:00",
"ReportPeriodStart": "2026-02-02T21:16:07.6416069+00:00",
"ReportPeriodEnd": "2026-02-02T21:16:07.6416069+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "72c496d6-bef2-4ed5-8533-29c86378c262",
"Rows": [
{
"ItemId": "2e582382-c14b-4843-82aa-10911618eb20",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2e582382-c14b-4843-82aa-10911618eb20",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "72c496d6-bef2-4ed5-8533-29c86378c262",
"Rows": [
{
"ItemId": "2e582382-c14b-4843-82aa-10911618eb20",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2e582382-c14b-4843-82aa-10911618eb20",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6a6af581-a9c3-4590-b84f-35fa41a1991e",
"ccaa7f2c-66d8-490d-94ba-a5aceed453ed"
],
"Approvers": [
"6abee832-39b9-426c-a1fd-3f7a6947c708",
"5e6132fb-dab7-4063-be08-93eb3483782f"
],
"ApprovedBy": "dab20238-d496-4c0e-b774-06dfc3af33f6",
"ApprovalDate": "2026-02-02T21:16:07.6416069+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c236f213-a46e-4000-bc1b-0aee1a2c4caa",
"id": "89f1c0d4-0c13-4f81-990e-aa9bf7c5530c",
"ConfigId": "07f8378e-bdc5-4781-b245-045452ade930"
}
]