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-26T01:10:25.2031075+00:00",
"SubmitDate": "2026-06-26T01:10:25.2031075+00:00",
"ReportPeriodStart": "2026-06-26T01:10:25.2031075+00:00",
"ReportPeriodEnd": "2026-06-26T01:10:25.2031075+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "079b0f00-fdfd-4160-af5d-2d27fbd7b9a8",
"Rows": [
{
"ItemId": "75c3e7df-0aad-47bb-94a8-a34efc7849fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "75c3e7df-0aad-47bb-94a8-a34efc7849fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "079b0f00-fdfd-4160-af5d-2d27fbd7b9a8",
"Rows": [
{
"ItemId": "75c3e7df-0aad-47bb-94a8-a34efc7849fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "75c3e7df-0aad-47bb-94a8-a34efc7849fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6bb87a24-569c-4e83-8c47-93da19b2ed5f",
"80d9bbb8-3e69-4142-969c-5635c4a0d542"
],
"Approvers": [
"bd7a1702-9c00-4e8a-93e6-51fbfbdbdba9",
"34cba523-bc03-4f0a-97c4-4844a7032a6b"
],
"ApprovedBy": "405c9400-18cc-4535-8995-dabf53741650",
"ApprovalDate": "2026-06-26T01:10:25.2031075+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "94807068-cab8-46c7-b41e-ac567338baa2",
"id": "4345c8e0-a40a-4abe-96de-6e53c1d2b1cb",
"ConfigId": "ca53325e-309b-4b15-a4e6-54ad3c21ddb0"
},
{
"GenerationDate": "2026-06-26T01:10:25.2031075+00:00",
"SubmitDate": "2026-06-26T01:10:25.2031075+00:00",
"ReportPeriodStart": "2026-06-26T01:10:25.2031075+00:00",
"ReportPeriodEnd": "2026-06-26T01:10:25.2031075+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "079b0f00-fdfd-4160-af5d-2d27fbd7b9a8",
"Rows": [
{
"ItemId": "75c3e7df-0aad-47bb-94a8-a34efc7849fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "75c3e7df-0aad-47bb-94a8-a34efc7849fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "079b0f00-fdfd-4160-af5d-2d27fbd7b9a8",
"Rows": [
{
"ItemId": "75c3e7df-0aad-47bb-94a8-a34efc7849fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "75c3e7df-0aad-47bb-94a8-a34efc7849fd",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"6bb87a24-569c-4e83-8c47-93da19b2ed5f",
"80d9bbb8-3e69-4142-969c-5635c4a0d542"
],
"Approvers": [
"bd7a1702-9c00-4e8a-93e6-51fbfbdbdba9",
"34cba523-bc03-4f0a-97c4-4844a7032a6b"
],
"ApprovedBy": "405c9400-18cc-4535-8995-dabf53741650",
"ApprovalDate": "2026-06-26T01:10:25.2031075+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "94807068-cab8-46c7-b41e-ac567338baa2",
"id": "4345c8e0-a40a-4abe-96de-6e53c1d2b1cb",
"ConfigId": "ca53325e-309b-4b15-a4e6-54ad3c21ddb0"
}
]