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-15T18:46:57.3047673+00:00",
"SubmitDate": "2026-02-15T18:46:57.3047673+00:00",
"ReportPeriodStart": "2026-02-15T18:46:57.3047673+00:00",
"ReportPeriodEnd": "2026-02-15T18:46:57.3047673+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "46e31c6c-e364-4be7-8085-f394876387ff",
"Rows": [
{
"ItemId": "9997bb52-f9f8-4333-bdc9-9ec45d172fcb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9997bb52-f9f8-4333-bdc9-9ec45d172fcb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "46e31c6c-e364-4be7-8085-f394876387ff",
"Rows": [
{
"ItemId": "9997bb52-f9f8-4333-bdc9-9ec45d172fcb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9997bb52-f9f8-4333-bdc9-9ec45d172fcb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"301bcd39-1f33-4c6c-87f8-b599ccf9a9bc",
"f7448bb0-fc3d-48e2-a4d5-60c3302696ff"
],
"Approvers": [
"04de05be-63fb-4c69-86e1-b6c44f9124a8",
"eaf9240e-067a-4f04-9780-4392df2dea8a"
],
"ApprovedBy": "aa5eeb9e-071c-4ece-b28a-a04ef2d48894",
"ApprovalDate": "2026-02-15T18:46:57.3047673+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ad2267fc-06bd-47c4-b281-fd3610f2cf6b",
"id": "086979a6-85d4-43b5-bc81-5bf7c308a617",
"ConfigId": "d0c74538-089f-4ccf-801e-ac70af619f26"
},
{
"GenerationDate": "2026-02-15T18:46:57.3047673+00:00",
"SubmitDate": "2026-02-15T18:46:57.3047673+00:00",
"ReportPeriodStart": "2026-02-15T18:46:57.3047673+00:00",
"ReportPeriodEnd": "2026-02-15T18:46:57.3047673+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "46e31c6c-e364-4be7-8085-f394876387ff",
"Rows": [
{
"ItemId": "9997bb52-f9f8-4333-bdc9-9ec45d172fcb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9997bb52-f9f8-4333-bdc9-9ec45d172fcb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "46e31c6c-e364-4be7-8085-f394876387ff",
"Rows": [
{
"ItemId": "9997bb52-f9f8-4333-bdc9-9ec45d172fcb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "9997bb52-f9f8-4333-bdc9-9ec45d172fcb",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"301bcd39-1f33-4c6c-87f8-b599ccf9a9bc",
"f7448bb0-fc3d-48e2-a4d5-60c3302696ff"
],
"Approvers": [
"04de05be-63fb-4c69-86e1-b6c44f9124a8",
"eaf9240e-067a-4f04-9780-4392df2dea8a"
],
"ApprovedBy": "aa5eeb9e-071c-4ece-b28a-a04ef2d48894",
"ApprovalDate": "2026-02-15T18:46:57.3047673+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ad2267fc-06bd-47c4-b281-fd3610f2cf6b",
"id": "086979a6-85d4-43b5-bc81-5bf7c308a617",
"ConfigId": "d0c74538-089f-4ccf-801e-ac70af619f26"
}
]