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-15T20:29:39.7858841+00:00",
"SubmitDate": "2026-04-15T20:29:39.7858841+00:00",
"ReportPeriodStart": "2026-04-15T20:29:39.7858841+00:00",
"ReportPeriodEnd": "2026-04-15T20:29:39.7858841+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f4f1e850-1219-47f8-b86d-085e5009a52c",
"Rows": [
{
"ItemId": "7dfe5ea3-c9c2-44a2-9170-5ecb7db0e6fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7dfe5ea3-c9c2-44a2-9170-5ecb7db0e6fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f4f1e850-1219-47f8-b86d-085e5009a52c",
"Rows": [
{
"ItemId": "7dfe5ea3-c9c2-44a2-9170-5ecb7db0e6fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7dfe5ea3-c9c2-44a2-9170-5ecb7db0e6fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"59d163f6-60be-41e5-af86-4997f7e2cd84",
"35d1675d-532a-43d1-a09f-0e6918b526db"
],
"Approvers": [
"4f5a4260-a3fa-483d-8325-8f4972876a13",
"f246aefa-744c-4d28-a035-8e9efe15ebf0"
],
"ApprovedBy": "ac6cfcaf-1b5b-4731-bd77-252afe974324",
"ApprovalDate": "2026-04-15T20:29:39.7858841+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5324c165-3c48-4697-b3af-016e5a52a31c",
"id": "80d89155-ba40-462a-96f8-fcdfe1bd5430",
"ConfigId": "484baf12-d60e-4e20-9947-1b126dbdf09d"
},
{
"GenerationDate": "2026-04-15T20:29:39.7858841+00:00",
"SubmitDate": "2026-04-15T20:29:39.7858841+00:00",
"ReportPeriodStart": "2026-04-15T20:29:39.7858841+00:00",
"ReportPeriodEnd": "2026-04-15T20:29:39.7858841+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "f4f1e850-1219-47f8-b86d-085e5009a52c",
"Rows": [
{
"ItemId": "7dfe5ea3-c9c2-44a2-9170-5ecb7db0e6fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7dfe5ea3-c9c2-44a2-9170-5ecb7db0e6fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "f4f1e850-1219-47f8-b86d-085e5009a52c",
"Rows": [
{
"ItemId": "7dfe5ea3-c9c2-44a2-9170-5ecb7db0e6fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "7dfe5ea3-c9c2-44a2-9170-5ecb7db0e6fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"59d163f6-60be-41e5-af86-4997f7e2cd84",
"35d1675d-532a-43d1-a09f-0e6918b526db"
],
"Approvers": [
"4f5a4260-a3fa-483d-8325-8f4972876a13",
"f246aefa-744c-4d28-a035-8e9efe15ebf0"
],
"ApprovedBy": "ac6cfcaf-1b5b-4731-bd77-252afe974324",
"ApprovalDate": "2026-04-15T20:29:39.7858841+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "5324c165-3c48-4697-b3af-016e5a52a31c",
"id": "80d89155-ba40-462a-96f8-fcdfe1bd5430",
"ConfigId": "484baf12-d60e-4e20-9947-1b126dbdf09d"
}
]