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-03T08:45:14.1509082+00:00",
"SubmitDate": "2026-08-03T08:45:14.1509082+00:00",
"ReportPeriodStart": "2026-08-03T08:45:14.1509082+00:00",
"ReportPeriodEnd": "2026-08-03T08:45:14.1509082+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "638abfa5-56a3-41ae-b8bb-35ce43a70c68",
"Rows": [
{
"ItemId": "1fc006df-0992-4982-b35c-b2e8659baa13",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1fc006df-0992-4982-b35c-b2e8659baa13",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "638abfa5-56a3-41ae-b8bb-35ce43a70c68",
"Rows": [
{
"ItemId": "1fc006df-0992-4982-b35c-b2e8659baa13",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1fc006df-0992-4982-b35c-b2e8659baa13",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"dcabf557-d8a7-4923-94ec-59cb42d75b46",
"05ce57b9-44ad-4d02-87a8-525523ca9c61"
],
"Approvers": [
"e4bca618-1922-481c-a976-fef284f0701c",
"3ad962a7-d69b-4fca-b04f-e3c330581c42"
],
"ApprovedBy": "29cf54b8-260a-4c0a-b9b8-017579109698",
"ApprovalDate": "2026-08-03T08:45:14.1509082+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "5d65a38a-e8a7-40fa-b243-891d6a645241",
"WorkPlanId": "321e00c1-0525-44ea-9758-1a6dafda6bd5",
"id": "a967dd69-917b-4b43-9f6c-33b5824cce28",
"ConfigId": "2991c68a-2d58-4915-8dba-cfafc8c6f419"
},
{
"GenerationDate": "2026-08-03T08:45:14.1509082+00:00",
"SubmitDate": "2026-08-03T08:45:14.1509082+00:00",
"ReportPeriodStart": "2026-08-03T08:45:14.1509082+00:00",
"ReportPeriodEnd": "2026-08-03T08:45:14.1509082+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "638abfa5-56a3-41ae-b8bb-35ce43a70c68",
"Rows": [
{
"ItemId": "1fc006df-0992-4982-b35c-b2e8659baa13",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1fc006df-0992-4982-b35c-b2e8659baa13",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "638abfa5-56a3-41ae-b8bb-35ce43a70c68",
"Rows": [
{
"ItemId": "1fc006df-0992-4982-b35c-b2e8659baa13",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "1fc006df-0992-4982-b35c-b2e8659baa13",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"dcabf557-d8a7-4923-94ec-59cb42d75b46",
"05ce57b9-44ad-4d02-87a8-525523ca9c61"
],
"Approvers": [
"e4bca618-1922-481c-a976-fef284f0701c",
"3ad962a7-d69b-4fca-b04f-e3c330581c42"
],
"ApprovedBy": "29cf54b8-260a-4c0a-b9b8-017579109698",
"ApprovalDate": "2026-08-03T08:45:14.1509082+00:00",
"ApprovalComments": "sample string 7",
"IsManual": true,
"IsFromPlanLevelOverride": true,
"PlanTypeId": "5d65a38a-e8a7-40fa-b243-891d6a645241",
"WorkPlanId": "321e00c1-0525-44ea-9758-1a6dafda6bd5",
"id": "a967dd69-917b-4b43-9f6c-33b5824cce28",
"ConfigId": "2991c68a-2d58-4915-8dba-cfafc8c6f419"
}
]