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-03-07T00:30:06.2907633+00:00",
"SubmitDate": "2026-03-07T00:30:06.2907633+00:00",
"ReportPeriodStart": "2026-03-07T00:30:06.2907633+00:00",
"ReportPeriodEnd": "2026-03-07T00:30:06.2907633+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7506ca95-5d96-4f18-96ce-2d8b53e52543",
"Rows": [
{
"ItemId": "e8e2d709-8cab-4980-8804-9b3f820f41b5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e8e2d709-8cab-4980-8804-9b3f820f41b5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7506ca95-5d96-4f18-96ce-2d8b53e52543",
"Rows": [
{
"ItemId": "e8e2d709-8cab-4980-8804-9b3f820f41b5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e8e2d709-8cab-4980-8804-9b3f820f41b5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b17616eb-9d2f-4828-9c67-5bcaf95022fe",
"eb5aa392-aebd-4b4b-8480-d9d72aa132da"
],
"Approvers": [
"62a186c3-5e67-48f6-beb9-12d23852e5ca",
"7c6a3965-4a2a-421a-a485-ab738b48631b"
],
"ApprovedBy": "3490bd96-6a76-4d31-963f-bc78a42f669e",
"ApprovalDate": "2026-03-07T00:30:06.2907633+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "73821e20-255b-4010-833a-05805ac6eb11",
"id": "2d8a520c-2ab1-4ee4-974f-8a9510390080",
"ConfigId": "b5f02537-2699-42d6-ba09-d036e160bafd"
},
{
"GenerationDate": "2026-03-07T00:30:06.2907633+00:00",
"SubmitDate": "2026-03-07T00:30:06.2907633+00:00",
"ReportPeriodStart": "2026-03-07T00:30:06.2907633+00:00",
"ReportPeriodEnd": "2026-03-07T00:30:06.2907633+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7506ca95-5d96-4f18-96ce-2d8b53e52543",
"Rows": [
{
"ItemId": "e8e2d709-8cab-4980-8804-9b3f820f41b5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e8e2d709-8cab-4980-8804-9b3f820f41b5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7506ca95-5d96-4f18-96ce-2d8b53e52543",
"Rows": [
{
"ItemId": "e8e2d709-8cab-4980-8804-9b3f820f41b5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "e8e2d709-8cab-4980-8804-9b3f820f41b5",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"b17616eb-9d2f-4828-9c67-5bcaf95022fe",
"eb5aa392-aebd-4b4b-8480-d9d72aa132da"
],
"Approvers": [
"62a186c3-5e67-48f6-beb9-12d23852e5ca",
"7c6a3965-4a2a-421a-a485-ab738b48631b"
],
"ApprovedBy": "3490bd96-6a76-4d31-963f-bc78a42f669e",
"ApprovalDate": "2026-03-07T00:30:06.2907633+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "73821e20-255b-4010-833a-05805ac6eb11",
"id": "2d8a520c-2ab1-4ee4-974f-8a9510390080",
"ConfigId": "b5f02537-2699-42d6-ba09-d036e160bafd"
}
]