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. |
|
| IsManual | boolean |
None. |
|
| IsFromPlanLevelOverride | boolean |
None. |
|
| PlanTypeId | globally unique identifier |
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-07-14T10:40:26.5377071+00:00",
"SubmitDate": "2026-07-14T10:40:26.5377071+00:00",
"ReportPeriodStart": "2026-07-14T10:40:26.5377071+00:00",
"ReportPeriodEnd": "2026-07-14T10:40:26.5377071+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "126d84e7-6688-40a4-b144-d2ccba331b51",
"Rows": [
{
"ItemId": "365b9282-6726-427a-9bdb-ac1fa7eba1c4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "365b9282-6726-427a-9bdb-ac1fa7eba1c4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "126d84e7-6688-40a4-b144-d2ccba331b51",
"Rows": [
{
"ItemId": "365b9282-6726-427a-9bdb-ac1fa7eba1c4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "365b9282-6726-427a-9bdb-ac1fa7eba1c4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"463ba98a-3910-4336-839e-b507b079bbff",
"646de231-afec-4895-8631-343dfc5cb157"
],
"Approvers": [
"3e1d90ce-2aa6-4375-8a1a-7ceb83040dd7",
"bdb32ea6-ce00-4ab2-af4a-ae351ab9c136"
],
"ApprovedBy": "f2b70e1a-4dac-4813-9027-6e8be9cc59db",
"ApprovalDate": "2026-07-14T10:40:26.5377071+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "18646e81-e564-4b4c-8ed7-f8e39efc3fd8",
"WorkPlanId": "88902477-7b14-4d17-a476-7eecf66c7678",
"id": "157f0d65-0b84-4522-a5fe-df519fca2a0a",
"ConfigId": "3eee046b-d1da-4161-b1eb-82efe2f1ef8f"
},
{
"GenerationDate": "2026-07-14T10:40:26.5377071+00:00",
"SubmitDate": "2026-07-14T10:40:26.5377071+00:00",
"ReportPeriodStart": "2026-07-14T10:40:26.5377071+00:00",
"ReportPeriodEnd": "2026-07-14T10:40:26.5377071+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "126d84e7-6688-40a4-b144-d2ccba331b51",
"Rows": [
{
"ItemId": "365b9282-6726-427a-9bdb-ac1fa7eba1c4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "365b9282-6726-427a-9bdb-ac1fa7eba1c4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "126d84e7-6688-40a4-b144-d2ccba331b51",
"Rows": [
{
"ItemId": "365b9282-6726-427a-9bdb-ac1fa7eba1c4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "365b9282-6726-427a-9bdb-ac1fa7eba1c4",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"463ba98a-3910-4336-839e-b507b079bbff",
"646de231-afec-4895-8631-343dfc5cb157"
],
"Approvers": [
"3e1d90ce-2aa6-4375-8a1a-7ceb83040dd7",
"bdb32ea6-ce00-4ab2-af4a-ae351ab9c136"
],
"ApprovedBy": "f2b70e1a-4dac-4813-9027-6e8be9cc59db",
"ApprovalDate": "2026-07-14T10:40:26.5377071+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "18646e81-e564-4b4c-8ed7-f8e39efc3fd8",
"WorkPlanId": "88902477-7b14-4d17-a476-7eecf66c7678",
"id": "157f0d65-0b84-4522-a5fe-df519fca2a0a",
"ConfigId": "3eee046b-d1da-4161-b1eb-82efe2f1ef8f"
}
]