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-02-01T17:29:34.7426049+00:00",
"SubmitDate": "2026-02-01T17:29:34.7426049+00:00",
"ReportPeriodStart": "2026-02-01T17:29:34.7426049+00:00",
"ReportPeriodEnd": "2026-02-01T17:29:34.7426049+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "9ae6dca7-fcac-4d60-bad2-a359f7ebc5f4",
"Rows": [
{
"ItemId": "24e29452-ebee-4c9e-9ab9-6c6e734e0863",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "24e29452-ebee-4c9e-9ab9-6c6e734e0863",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "9ae6dca7-fcac-4d60-bad2-a359f7ebc5f4",
"Rows": [
{
"ItemId": "24e29452-ebee-4c9e-9ab9-6c6e734e0863",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "24e29452-ebee-4c9e-9ab9-6c6e734e0863",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f49690a7-9727-498a-adb4-c0e4ba7b45af",
"cf69559b-4516-459d-8b49-15b87b65b199"
],
"Approvers": [
"80b710d0-dc38-4efe-9a55-a3eb49e236fc",
"e08ee482-ba14-4530-978b-eb520c1cc5b1"
],
"ApprovedBy": "785550e2-2973-40e9-8146-17e5fbff957c",
"ApprovalDate": "2026-02-01T17:29:34.7426049+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d0286eb5-d77e-47a9-91a7-fea25344a8e5",
"id": "f3ae2bdb-ff45-41a1-8121-c5d6b1a20c71",
"ConfigId": "4b96f523-b4b0-4635-9ece-a85b05c036a4"
},
{
"GenerationDate": "2026-02-01T17:29:34.7426049+00:00",
"SubmitDate": "2026-02-01T17:29:34.7426049+00:00",
"ReportPeriodStart": "2026-02-01T17:29:34.7426049+00:00",
"ReportPeriodEnd": "2026-02-01T17:29:34.7426049+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "9ae6dca7-fcac-4d60-bad2-a359f7ebc5f4",
"Rows": [
{
"ItemId": "24e29452-ebee-4c9e-9ab9-6c6e734e0863",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "24e29452-ebee-4c9e-9ab9-6c6e734e0863",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "9ae6dca7-fcac-4d60-bad2-a359f7ebc5f4",
"Rows": [
{
"ItemId": "24e29452-ebee-4c9e-9ab9-6c6e734e0863",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "24e29452-ebee-4c9e-9ab9-6c6e734e0863",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"f49690a7-9727-498a-adb4-c0e4ba7b45af",
"cf69559b-4516-459d-8b49-15b87b65b199"
],
"Approvers": [
"80b710d0-dc38-4efe-9a55-a3eb49e236fc",
"e08ee482-ba14-4530-978b-eb520c1cc5b1"
],
"ApprovedBy": "785550e2-2973-40e9-8146-17e5fbff957c",
"ApprovalDate": "2026-02-01T17:29:34.7426049+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "d0286eb5-d77e-47a9-91a7-fea25344a8e5",
"id": "f3ae2bdb-ff45-41a1-8121-c5d6b1a20c71",
"ConfigId": "4b96f523-b4b0-4635-9ece-a85b05c036a4"
}
]