GET api/projects/{projectId}/pdf?printProfileId={printProfileId}

Get project pdf (application/pdf)
PrintProfileId is an optional parameter, in most case, you don't need to pass it.
Cannot call repeatedly within 1 second. And a maximum of 10 calls can be made within 1 minute.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
projectId

Project ID

string

Required

printProfileId

The ID in API Setting -> API Print Profiles tables. It decides the output data and pdf format.

string

None.

Body Parameters

None.

Response Information

Resource Description

the pdf file

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.