Retrieve headers for completed project reports

head/projects/{projectId}/reports

Retrieves headers for a list of reports for a project that has completed modeling.

Request Samples

1

Response Samples

1Not Available

Path Parameters

NameTypeRequiredDescription
projectId
string
true

projectId

Query Parameters

NameTypeRequiredDescription
filter
string
false

filter

reportName
array [string]
false

If provided, only the specified are returned. To specify multiple reports with this, use the parameter once for each report. For example, to return 3 reports named report1, report2, and report3, use ?reportName=report1&reportName=report2&reportName=report3

Responses

StatusMeaningDescription
200OK

The request succeeded.

Headers
400Bad Request

One or more parameters were invalid.

Headers
404Not Found

No project with the provided ID was found.

Headers