POST api/statusreports/{id}/recall
Recall a report
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
StatusReportName | 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-04-04T02:37:12.1525217+00:00", "SubmitDate": "2025-04-04T02:37:12.1525217+00:00", "ReportPeriodStart": "2025-04-04T02:37:12.1525217+00:00", "ReportPeriodEnd": "2025-04-04T02:37:12.1525217+00:00", "State": 0, "Fields": { "sample string 1": {}, "sample string 3": {} }, "Tables": [ { "TableId": "e2745216-6552-4f38-a8f1-056c72d87052", "Rows": [ { "ItemId": "a17f3514-73e5-4cd3-b8cb-aba595824848", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "a17f3514-73e5-4cd3-b8cb-aba595824848", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] }, { "TableId": "e2745216-6552-4f38-a8f1-056c72d87052", "Rows": [ { "ItemId": "a17f3514-73e5-4cd3-b8cb-aba595824848", "Fields": { "sample string 1": {}, "sample string 3": {} } }, { "ItemId": "a17f3514-73e5-4cd3-b8cb-aba595824848", "Fields": { "sample string 1": {}, "sample string 3": {} } } ] } ], "Owners": [ "aa2d2b2d-d490-44b4-b783-7cecd8d0cd97", "3c83bb1f-db7a-47e2-a5d2-fe3c00db56d1" ], "Approvers": [ "e330378f-7c04-4950-8837-665e6c495d32", "e7d81797-27ca-45c9-827c-bd5d6e95a1f5" ], "ApprovedBy": "edfbdd46-2c93-42ac-96b0-5970b7cd494a", "ApprovalDate": "2025-04-04T02:37:12.1525217+00:00", "ApprovalComments": "sample string 7", "WorkPlanId": "b92c4ba2-1436-41f4-9319-57355d2054d0", "id": "173ad991-cbae-415c-8e10-a7f8efd26731", "ConfigId": "f294c8e9-7271-472a-99be-25e93407968a" }