GET api/projects/{projectId}/report?sections={sections}
Get project report
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
projectId |
Project ID |
string |
Required |
sections |
If empty, get all report information, else get the designated sections information. |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
the report information
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |