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-04-24T01:59:58.7875992+00:00",
"SubmitDate": "2026-04-24T01:59:58.7875992+00:00",
"ReportPeriodStart": "2026-04-24T01:59:58.7875992+00:00",
"ReportPeriodEnd": "2026-04-24T01:59:58.7875992+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7faf54c4-b501-4344-84e8-afe7a7577e53",
"Rows": [
{
"ItemId": "f8a792ed-0731-4f49-b19a-ace01ad76bce",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f8a792ed-0731-4f49-b19a-ace01ad76bce",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7faf54c4-b501-4344-84e8-afe7a7577e53",
"Rows": [
{
"ItemId": "f8a792ed-0731-4f49-b19a-ace01ad76bce",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f8a792ed-0731-4f49-b19a-ace01ad76bce",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8a9aa34a-352c-4f86-90d3-84d49eaadaa3",
"5386aa8b-a8f3-4c54-910d-e5cae477a6f6"
],
"Approvers": [
"022cd061-d627-4af0-afb8-c75f588f0ac4",
"326c67e8-29b0-4a58-9388-c422e3ff54cc"
],
"ApprovedBy": "f5abed00-3c0a-4670-970e-cddab0989a75",
"ApprovalDate": "2026-04-24T01:59:58.7875992+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "cf9a79dd-7755-43d2-acb4-3ded9761aaac",
"id": "a5052972-9f8c-48c8-ba85-bfec41407ce6",
"ConfigId": "d23e54ed-58b0-4ba8-bb4d-cda5d2e56e78"
},
{
"GenerationDate": "2026-04-24T01:59:58.7875992+00:00",
"SubmitDate": "2026-04-24T01:59:58.7875992+00:00",
"ReportPeriodStart": "2026-04-24T01:59:58.7875992+00:00",
"ReportPeriodEnd": "2026-04-24T01:59:58.7875992+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7faf54c4-b501-4344-84e8-afe7a7577e53",
"Rows": [
{
"ItemId": "f8a792ed-0731-4f49-b19a-ace01ad76bce",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f8a792ed-0731-4f49-b19a-ace01ad76bce",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7faf54c4-b501-4344-84e8-afe7a7577e53",
"Rows": [
{
"ItemId": "f8a792ed-0731-4f49-b19a-ace01ad76bce",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "f8a792ed-0731-4f49-b19a-ace01ad76bce",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"8a9aa34a-352c-4f86-90d3-84d49eaadaa3",
"5386aa8b-a8f3-4c54-910d-e5cae477a6f6"
],
"Approvers": [
"022cd061-d627-4af0-afb8-c75f588f0ac4",
"326c67e8-29b0-4a58-9388-c422e3ff54cc"
],
"ApprovedBy": "f5abed00-3c0a-4670-970e-cddab0989a75",
"ApprovalDate": "2026-04-24T01:59:58.7875992+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "cf9a79dd-7755-43d2-acb4-3ded9761aaac",
"id": "a5052972-9f8c-48c8-ba85-bfec41407ce6",
"ConfigId": "d23e54ed-58b0-4ba8-bb4d-cda5d2e56e78"
}
]