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": "2025-12-12T01:53:17.0261433+00:00",
"SubmitDate": "2025-12-12T01:53:17.0261433+00:00",
"ReportPeriodStart": "2025-12-12T01:53:17.0261433+00:00",
"ReportPeriodEnd": "2025-12-12T01:53:17.0261433+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2d5e1729-89c0-4f39-9c74-c2c048a185e9",
"Rows": [
{
"ItemId": "662d063a-8102-4354-aa54-690c0ffaffba",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "662d063a-8102-4354-aa54-690c0ffaffba",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2d5e1729-89c0-4f39-9c74-c2c048a185e9",
"Rows": [
{
"ItemId": "662d063a-8102-4354-aa54-690c0ffaffba",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "662d063a-8102-4354-aa54-690c0ffaffba",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"10e5df74-d751-4c29-af2a-2dadf8b9e4f6",
"69f6c057-e60f-440b-9d2f-700ba2be6a19"
],
"Approvers": [
"765d41ef-72a2-4718-8112-6d567ea46078",
"01dd0235-8775-440a-8576-b0780acc454d"
],
"ApprovedBy": "509e4703-2e96-4b90-a329-c2e95cdccf14",
"ApprovalDate": "2025-12-12T01:53:17.0261433+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b9df5dcd-9438-47e9-99c2-60b3046dc723",
"id": "f8ad5bef-95f8-4ddb-8aa4-cbee0ba3a521",
"ConfigId": "9e11e7c4-ac9a-404d-aea9-74da82817189"
},
{
"GenerationDate": "2025-12-12T01:53:17.0261433+00:00",
"SubmitDate": "2025-12-12T01:53:17.0261433+00:00",
"ReportPeriodStart": "2025-12-12T01:53:17.0261433+00:00",
"ReportPeriodEnd": "2025-12-12T01:53:17.0261433+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "2d5e1729-89c0-4f39-9c74-c2c048a185e9",
"Rows": [
{
"ItemId": "662d063a-8102-4354-aa54-690c0ffaffba",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "662d063a-8102-4354-aa54-690c0ffaffba",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "2d5e1729-89c0-4f39-9c74-c2c048a185e9",
"Rows": [
{
"ItemId": "662d063a-8102-4354-aa54-690c0ffaffba",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "662d063a-8102-4354-aa54-690c0ffaffba",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"10e5df74-d751-4c29-af2a-2dadf8b9e4f6",
"69f6c057-e60f-440b-9d2f-700ba2be6a19"
],
"Approvers": [
"765d41ef-72a2-4718-8112-6d567ea46078",
"01dd0235-8775-440a-8576-b0780acc454d"
],
"ApprovedBy": "509e4703-2e96-4b90-a329-c2e95cdccf14",
"ApprovalDate": "2025-12-12T01:53:17.0261433+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "b9df5dcd-9438-47e9-99c2-60b3046dc723",
"id": "f8ad5bef-95f8-4ddb-8aa4-cbee0ba3a521",
"ConfigId": "9e11e7c4-ac9a-404d-aea9-74da82817189"
}
]