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-08-24T16:54:56.263757+00:00",
"SubmitDate": "2026-08-24T16:54:56.263757+00:00",
"ReportPeriodStart": "2026-08-24T16:54:56.263757+00:00",
"ReportPeriodEnd": "2026-08-24T16:54:56.263757+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "189f8889-9718-4298-a0d7-29356b93a6aa",
"Rows": [
{
"ItemId": "2c788b25-a301-4af1-8038-c55184b4e6bd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2c788b25-a301-4af1-8038-c55184b4e6bd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "189f8889-9718-4298-a0d7-29356b93a6aa",
"Rows": [
{
"ItemId": "2c788b25-a301-4af1-8038-c55184b4e6bd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2c788b25-a301-4af1-8038-c55184b4e6bd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e7b14e76-0c96-4373-ad8a-88d76c8c6376",
"9b4a59c0-b0bb-4d99-b523-0d2a6718f42f"
],
"Approvers": [
"b5446e95-987d-457f-92b5-edbb335a636b",
"635dfe96-14c6-4d81-872b-11d5853cc590"
],
"ApprovedBy": "0ea80d4c-c970-4dd1-b2ef-0579bdfd180e",
"ApprovalDate": "2026-08-24T16:54:56.263757+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "4f8fd077-c64e-4cc8-9fb6-157f431b3c2a",
"WorkPlanId": "0c4ec006-2141-40d6-ab49-76e02efd2a26",
"id": "f12c4ad0-7f5e-49e1-a1e1-bdc42cf926b4",
"ConfigId": "ba8dc04e-92aa-4b93-a459-a65cd503b441"
},
{
"GenerationDate": "2026-08-24T16:54:56.263757+00:00",
"SubmitDate": "2026-08-24T16:54:56.263757+00:00",
"ReportPeriodStart": "2026-08-24T16:54:56.263757+00:00",
"ReportPeriodEnd": "2026-08-24T16:54:56.263757+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "189f8889-9718-4298-a0d7-29356b93a6aa",
"Rows": [
{
"ItemId": "2c788b25-a301-4af1-8038-c55184b4e6bd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2c788b25-a301-4af1-8038-c55184b4e6bd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "189f8889-9718-4298-a0d7-29356b93a6aa",
"Rows": [
{
"ItemId": "2c788b25-a301-4af1-8038-c55184b4e6bd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "2c788b25-a301-4af1-8038-c55184b4e6bd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"e7b14e76-0c96-4373-ad8a-88d76c8c6376",
"9b4a59c0-b0bb-4d99-b523-0d2a6718f42f"
],
"Approvers": [
"b5446e95-987d-457f-92b5-edbb335a636b",
"635dfe96-14c6-4d81-872b-11d5853cc590"
],
"ApprovedBy": "0ea80d4c-c970-4dd1-b2ef-0579bdfd180e",
"ApprovalDate": "2026-08-24T16:54:56.263757+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "4f8fd077-c64e-4cc8-9fb6-157f431b3c2a",
"WorkPlanId": "0c4ec006-2141-40d6-ab49-76e02efd2a26",
"id": "f12c4ad0-7f5e-49e1-a1e1-bdc42cf926b4",
"ConfigId": "ba8dc04e-92aa-4b93-a459-a65cd503b441"
}
]