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-12-10T05:49:32.9711865+00:00",
"SubmitDate": "2025-12-10T05:49:32.9711865+00:00",
"ReportPeriodStart": "2025-12-10T05:49:32.9711865+00:00",
"ReportPeriodEnd": "2025-12-10T05:49:32.9711865+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ce6c5b62-3575-4900-97b5-22d2e471dff1",
"Rows": [
{
"ItemId": "8e4da129-5977-4813-a95e-d5ccf8df9c89",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8e4da129-5977-4813-a95e-d5ccf8df9c89",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ce6c5b62-3575-4900-97b5-22d2e471dff1",
"Rows": [
{
"ItemId": "8e4da129-5977-4813-a95e-d5ccf8df9c89",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8e4da129-5977-4813-a95e-d5ccf8df9c89",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"77b1a1cd-4455-4f16-87da-cfaf552bdd0b",
"1b10903e-10e1-49d5-8d9a-0ed986272c22"
],
"Approvers": [
"feb5d239-b88c-4b96-936b-2d71afb17010",
"fcce9b8e-47da-495f-a02a-592b8aeb6a3b"
],
"ApprovedBy": "b9a0d8e7-cfc8-482b-a6dd-1b72f66bfefa",
"ApprovalDate": "2025-12-10T05:49:32.9711865+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7b6e191d-17ec-4f7e-953a-de0afabab7f4",
"id": "9e428af9-a92c-4b26-8890-2619cdf52834",
"ConfigId": "74836e88-da18-4ca4-ac8e-f30e6b373899"
},
{
"GenerationDate": "2025-12-10T05:49:32.9711865+00:00",
"SubmitDate": "2025-12-10T05:49:32.9711865+00:00",
"ReportPeriodStart": "2025-12-10T05:49:32.9711865+00:00",
"ReportPeriodEnd": "2025-12-10T05:49:32.9711865+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "ce6c5b62-3575-4900-97b5-22d2e471dff1",
"Rows": [
{
"ItemId": "8e4da129-5977-4813-a95e-d5ccf8df9c89",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8e4da129-5977-4813-a95e-d5ccf8df9c89",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "ce6c5b62-3575-4900-97b5-22d2e471dff1",
"Rows": [
{
"ItemId": "8e4da129-5977-4813-a95e-d5ccf8df9c89",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8e4da129-5977-4813-a95e-d5ccf8df9c89",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"77b1a1cd-4455-4f16-87da-cfaf552bdd0b",
"1b10903e-10e1-49d5-8d9a-0ed986272c22"
],
"Approvers": [
"feb5d239-b88c-4b96-936b-2d71afb17010",
"fcce9b8e-47da-495f-a02a-592b8aeb6a3b"
],
"ApprovedBy": "b9a0d8e7-cfc8-482b-a6dd-1b72f66bfefa",
"ApprovalDate": "2025-12-10T05:49:32.9711865+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "7b6e191d-17ec-4f7e-953a-de0afabab7f4",
"id": "9e428af9-a92c-4b26-8890-2619cdf52834",
"ConfigId": "74836e88-da18-4ca4-ac8e-f30e6b373899"
}
]