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-12T13:57:56.3031372+00:00",
"SubmitDate": "2026-02-12T13:57:56.3031372+00:00",
"ReportPeriodStart": "2026-02-12T13:57:56.3031372+00:00",
"ReportPeriodEnd": "2026-02-12T13:57:56.3031372+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "eca9b5c3-699a-4ef6-8e31-ea9ba151a83d",
"Rows": [
{
"ItemId": "8dacd748-080e-448e-b760-aa5be7cfb056",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8dacd748-080e-448e-b760-aa5be7cfb056",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "eca9b5c3-699a-4ef6-8e31-ea9ba151a83d",
"Rows": [
{
"ItemId": "8dacd748-080e-448e-b760-aa5be7cfb056",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8dacd748-080e-448e-b760-aa5be7cfb056",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6ae6f196-61b7-49ca-b7b2-2bc06449c3fe",
"d0a44635-7ae7-42de-970f-81bf1f6dc6e7"
],
"Approvers": [
"d42ad3ad-00ed-4c15-ab15-d743a5393d19",
"190e0717-1144-4a3c-ba21-f60f665f15a6"
],
"ApprovedBy": "94b01db4-7aed-46f9-9885-73e005074d06",
"ApprovalDate": "2026-02-12T13:57:56.3031372+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "08b969c1-abd3-4e7a-943c-35cdefb33a9f",
"id": "ccc20825-5369-435a-9892-bf89787f99bd",
"ConfigId": "a4115546-e901-40a9-8e3c-ed0811bf44a7"
},
{
"GenerationDate": "2026-02-12T13:57:56.3031372+00:00",
"SubmitDate": "2026-02-12T13:57:56.3031372+00:00",
"ReportPeriodStart": "2026-02-12T13:57:56.3031372+00:00",
"ReportPeriodEnd": "2026-02-12T13:57:56.3031372+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "eca9b5c3-699a-4ef6-8e31-ea9ba151a83d",
"Rows": [
{
"ItemId": "8dacd748-080e-448e-b760-aa5be7cfb056",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8dacd748-080e-448e-b760-aa5be7cfb056",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "eca9b5c3-699a-4ef6-8e31-ea9ba151a83d",
"Rows": [
{
"ItemId": "8dacd748-080e-448e-b760-aa5be7cfb056",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8dacd748-080e-448e-b760-aa5be7cfb056",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6ae6f196-61b7-49ca-b7b2-2bc06449c3fe",
"d0a44635-7ae7-42de-970f-81bf1f6dc6e7"
],
"Approvers": [
"d42ad3ad-00ed-4c15-ab15-d743a5393d19",
"190e0717-1144-4a3c-ba21-f60f665f15a6"
],
"ApprovedBy": "94b01db4-7aed-46f9-9885-73e005074d06",
"ApprovalDate": "2026-02-12T13:57:56.3031372+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "08b969c1-abd3-4e7a-943c-35cdefb33a9f",
"id": "ccc20825-5369-435a-9892-bf89787f99bd",
"ConfigId": "a4115546-e901-40a9-8e3c-ed0811bf44a7"
}
]