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-09-02T04:37:52.8668164+00:00",
"SubmitDate": "2026-09-02T04:37:52.8668164+00:00",
"ReportPeriodStart": "2026-09-02T04:37:52.8668164+00:00",
"ReportPeriodEnd": "2026-09-02T04:37:52.8668164+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7765d18b-a72e-494e-9696-51ca1730032a",
"Rows": [
{
"ItemId": "30d6130c-36bd-4ffe-b0ad-2467c62219f3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "30d6130c-36bd-4ffe-b0ad-2467c62219f3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7765d18b-a72e-494e-9696-51ca1730032a",
"Rows": [
{
"ItemId": "30d6130c-36bd-4ffe-b0ad-2467c62219f3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "30d6130c-36bd-4ffe-b0ad-2467c62219f3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bcbbf860-718a-4745-b4e6-a0f890e680d4",
"f4f24f31-d702-4845-96e6-f35168f9ca7c"
],
"Approvers": [
"83836c59-dc12-4c05-b422-c01cbdf5c89e",
"7329e4c0-a338-4be1-a621-d4aa39bbcf2b"
],
"ApprovedBy": "6193bcb5-5e10-4e27-ab5d-d88089d93eab",
"ApprovalDate": "2026-09-02T04:37:52.8668164+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "41079e23-f460-40df-a3ed-287dde5f4903",
"WorkPlanId": "4390ff81-852a-4c40-8cb2-7330bd2d727a",
"id": "b1f2f623-622c-42be-a019-b7796cc37fc9",
"ConfigId": "8fcaf9bb-fd29-4416-bc9b-b3eee06604f7"
},
{
"GenerationDate": "2026-09-02T04:37:52.8668164+00:00",
"SubmitDate": "2026-09-02T04:37:52.8668164+00:00",
"ReportPeriodStart": "2026-09-02T04:37:52.8668164+00:00",
"ReportPeriodEnd": "2026-09-02T04:37:52.8668164+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "7765d18b-a72e-494e-9696-51ca1730032a",
"Rows": [
{
"ItemId": "30d6130c-36bd-4ffe-b0ad-2467c62219f3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "30d6130c-36bd-4ffe-b0ad-2467c62219f3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "7765d18b-a72e-494e-9696-51ca1730032a",
"Rows": [
{
"ItemId": "30d6130c-36bd-4ffe-b0ad-2467c62219f3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "30d6130c-36bd-4ffe-b0ad-2467c62219f3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bcbbf860-718a-4745-b4e6-a0f890e680d4",
"f4f24f31-d702-4845-96e6-f35168f9ca7c"
],
"Approvers": [
"83836c59-dc12-4c05-b422-c01cbdf5c89e",
"7329e4c0-a338-4be1-a621-d4aa39bbcf2b"
],
"ApprovedBy": "6193bcb5-5e10-4e27-ab5d-d88089d93eab",
"ApprovalDate": "2026-09-02T04:37:52.8668164+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "41079e23-f460-40df-a3ed-287dde5f4903",
"WorkPlanId": "4390ff81-852a-4c40-8cb2-7330bd2d727a",
"id": "b1f2f623-622c-42be-a019-b7796cc37fc9",
"ConfigId": "8fcaf9bb-fd29-4416-bc9b-b3eee06604f7"
}
]