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": "2026-05-09T07:27:35.1195256+00:00",
"SubmitDate": "2026-05-09T07:27:35.1195256+00:00",
"ReportPeriodStart": "2026-05-09T07:27:35.1195256+00:00",
"ReportPeriodEnd": "2026-05-09T07:27:35.1195256+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e6d8a6b3-2a29-4870-8f44-450eec62314b",
"Rows": [
{
"ItemId": "6d58240b-9569-4f29-8a4c-06418c1f4a35",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6d58240b-9569-4f29-8a4c-06418c1f4a35",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e6d8a6b3-2a29-4870-8f44-450eec62314b",
"Rows": [
{
"ItemId": "6d58240b-9569-4f29-8a4c-06418c1f4a35",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6d58240b-9569-4f29-8a4c-06418c1f4a35",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bd229b49-b2e1-4c26-a534-32b31311d936",
"f8df3af7-bc74-417f-b2fc-ec7aefe91cb3"
],
"Approvers": [
"5c01ba10-5d96-4fef-ad83-be696d625baa",
"b32af46b-a2b5-44fe-b43c-80ec654e8dbe"
],
"ApprovedBy": "d8dcecdb-19ea-4b07-aee8-5492218393c2",
"ApprovalDate": "2026-05-09T07:27:35.1195256+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8a6de526-b4cc-4819-9062-e3256ca79af8",
"id": "434097e7-4fc1-49b8-85d0-3f0f070de3d8",
"ConfigId": "c88c9134-af32-4d54-b3ce-ab23a8c9e135"
},
{
"GenerationDate": "2026-05-09T07:27:35.1195256+00:00",
"SubmitDate": "2026-05-09T07:27:35.1195256+00:00",
"ReportPeriodStart": "2026-05-09T07:27:35.1195256+00:00",
"ReportPeriodEnd": "2026-05-09T07:27:35.1195256+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "e6d8a6b3-2a29-4870-8f44-450eec62314b",
"Rows": [
{
"ItemId": "6d58240b-9569-4f29-8a4c-06418c1f4a35",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6d58240b-9569-4f29-8a4c-06418c1f4a35",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "e6d8a6b3-2a29-4870-8f44-450eec62314b",
"Rows": [
{
"ItemId": "6d58240b-9569-4f29-8a4c-06418c1f4a35",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6d58240b-9569-4f29-8a4c-06418c1f4a35",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bd229b49-b2e1-4c26-a534-32b31311d936",
"f8df3af7-bc74-417f-b2fc-ec7aefe91cb3"
],
"Approvers": [
"5c01ba10-5d96-4fef-ad83-be696d625baa",
"b32af46b-a2b5-44fe-b43c-80ec654e8dbe"
],
"ApprovedBy": "d8dcecdb-19ea-4b07-aee8-5492218393c2",
"ApprovalDate": "2026-05-09T07:27:35.1195256+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "8a6de526-b4cc-4819-9062-e3256ca79af8",
"id": "434097e7-4fc1-49b8-85d0-3f0f070de3d8",
"ConfigId": "c88c9134-af32-4d54-b3ce-ab23a8c9e135"
}
]