GET api/projects/{projectId}/report?sections={sections}

Get project report

Request Information

URI Parameters

NameDescriptionTypeAdditional information
projectId

Project ID

string

Required

sections

If empty, get all report information, else get the designated sections information.
value: JobInfo|CustomerInfo|Management|Note|Shapes|Application|HtmlData|Photos|Estimation|Estimation_Cut|Estimation_Cut_Shape
exmaple: api/projects/{projectId}/report?sections=JobInfo|HtmlData|Estimation

string

None.

Body Parameters

None.

Response Information

Resource Description

the report information

HttpResponseMessage
NameDescriptionTypeAdditional information
Version Version

None.

Content HttpContent

None.

StatusCode HttpStatusCode

None.

ReasonPhrase string

None.

Headers Collection of Object

None.

RequestMessage HttpRequestMessage

None.

IsSuccessStatusCode boolean

None.