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": "2025-11-30T07:32:49.8570711+00:00",
"SubmitDate": "2025-11-30T07:32:49.8570711+00:00",
"ReportPeriodStart": "2025-11-30T07:32:49.8570711+00:00",
"ReportPeriodEnd": "2025-11-30T07:32:49.8570711+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2c5c80a3-e081-4e36-81ba-f8bc8981004a",
"Rows": [
{
"ItemId": "2672901c-f94b-4ecb-be81-bdd038e54ea0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2672901c-f94b-4ecb-be81-bdd038e54ea0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2c5c80a3-e081-4e36-81ba-f8bc8981004a",
"Rows": [
{
"ItemId": "2672901c-f94b-4ecb-be81-bdd038e54ea0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2672901c-f94b-4ecb-be81-bdd038e54ea0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"46d01ffa-967f-4fab-a825-43cfbe1124e9",
"c08acc0f-9590-49ce-be63-e63f40a21a34"
],
"Approvers": [
"6adc3d1f-a459-4221-ac00-b27396518ef1",
"ab55c33d-f508-424d-8d5b-cec0187498c4"
],
"ApprovedBy": "a50ee54a-a20e-46fd-aaad-2c62d567c8b1",
"ApprovalDate": "2025-11-30T07:32:49.8570711+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c0dc6e1a-ea80-400f-89a7-df4cdcfa257f",
"id": "9ebdf406-6f03-41e1-98e8-1eb1a89a421f",
"ConfigId": "f258b23b-99f7-496a-b63c-0d0a8e087b6e"
},
{
"GenerationDate": "2025-11-30T07:32:49.8570711+00:00",
"SubmitDate": "2025-11-30T07:32:49.8570711+00:00",
"ReportPeriodStart": "2025-11-30T07:32:49.8570711+00:00",
"ReportPeriodEnd": "2025-11-30T07:32:49.8570711+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2c5c80a3-e081-4e36-81ba-f8bc8981004a",
"Rows": [
{
"ItemId": "2672901c-f94b-4ecb-be81-bdd038e54ea0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2672901c-f94b-4ecb-be81-bdd038e54ea0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2c5c80a3-e081-4e36-81ba-f8bc8981004a",
"Rows": [
{
"ItemId": "2672901c-f94b-4ecb-be81-bdd038e54ea0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2672901c-f94b-4ecb-be81-bdd038e54ea0",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"46d01ffa-967f-4fab-a825-43cfbe1124e9",
"c08acc0f-9590-49ce-be63-e63f40a21a34"
],
"Approvers": [
"6adc3d1f-a459-4221-ac00-b27396518ef1",
"ab55c33d-f508-424d-8d5b-cec0187498c4"
],
"ApprovedBy": "a50ee54a-a20e-46fd-aaad-2c62d567c8b1",
"ApprovalDate": "2025-11-30T07:32:49.8570711+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "c0dc6e1a-ea80-400f-89a7-df4cdcfa257f",
"id": "9ebdf406-6f03-41e1-98e8-1eb1a89a421f",
"ConfigId": "f258b23b-99f7-496a-b63c-0d0a8e087b6e"
}
]