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-06-24T14:18:26.0686234+00:00",
"SubmitDate": "2026-06-24T14:18:26.0686234+00:00",
"ReportPeriodStart": "2026-06-24T14:18:26.0686234+00:00",
"ReportPeriodEnd": "2026-06-24T14:18:26.0686234+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0afddd8e-f425-415d-b9e7-83fb80660356",
"Rows": [
{
"ItemId": "bc7580aa-7b01-4a36-b726-09e6e345ef9a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bc7580aa-7b01-4a36-b726-09e6e345ef9a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0afddd8e-f425-415d-b9e7-83fb80660356",
"Rows": [
{
"ItemId": "bc7580aa-7b01-4a36-b726-09e6e345ef9a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bc7580aa-7b01-4a36-b726-09e6e345ef9a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c8deed15-75f3-4a72-a748-20c293f65a97",
"59cd02d5-db4c-4851-a4b3-07d0e5df226f"
],
"Approvers": [
"a14d5484-f5f6-4e5a-86f0-caab976dc324",
"cd04034e-f5e0-4f48-8590-fa174a26bd0c"
],
"ApprovedBy": "6955f674-9de7-477f-9125-d29b9a5a3d18",
"ApprovalDate": "2026-06-24T14:18:26.0686234+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "381f57f3-b488-4266-a927-6fb37160b008",
"id": "6a731c38-c6fb-4952-8187-030a582c4a6f",
"ConfigId": "a5d32b69-0030-47fa-a96f-6074fa975964"
},
{
"GenerationDate": "2026-06-24T14:18:26.0686234+00:00",
"SubmitDate": "2026-06-24T14:18:26.0686234+00:00",
"ReportPeriodStart": "2026-06-24T14:18:26.0686234+00:00",
"ReportPeriodEnd": "2026-06-24T14:18:26.0686234+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "0afddd8e-f425-415d-b9e7-83fb80660356",
"Rows": [
{
"ItemId": "bc7580aa-7b01-4a36-b726-09e6e345ef9a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bc7580aa-7b01-4a36-b726-09e6e345ef9a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "0afddd8e-f425-415d-b9e7-83fb80660356",
"Rows": [
{
"ItemId": "bc7580aa-7b01-4a36-b726-09e6e345ef9a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "bc7580aa-7b01-4a36-b726-09e6e345ef9a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"c8deed15-75f3-4a72-a748-20c293f65a97",
"59cd02d5-db4c-4851-a4b3-07d0e5df226f"
],
"Approvers": [
"a14d5484-f5f6-4e5a-86f0-caab976dc324",
"cd04034e-f5e0-4f48-8590-fa174a26bd0c"
],
"ApprovedBy": "6955f674-9de7-477f-9125-d29b9a5a3d18",
"ApprovalDate": "2026-06-24T14:18:26.0686234+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "381f57f3-b488-4266-a927-6fb37160b008",
"id": "6a731c38-c6fb-4952-8187-030a582c4a6f",
"ConfigId": "a5d32b69-0030-47fa-a96f-6074fa975964"
}
]