Skip to main content
endpoint
/api/v1/files
Retrieve a paginated list of files filtered by type.

Query Parameters

string
required
Filter files by document type name. The value must match an existing document type name configured for your account (e.g., Elevation Certificate, Building Permit). Contact your CS rep for available document types.
string
Find file via it’s externalSystemId. Since this value is unique, this will return exactly zero or one entry in the files array. externalSystemId can be set via the Submit File or Update File API or through an integration with an external data source (such as Accela).
boolean
Filter by public visibility. true returns only private files, false returns only public files
integer
Page number for pagination. See Pagination.
If displaying Forerunner data on a publicly accessible website, set hiddenFromPublic=false to ensure you only retrieve files approved for public display.

Response

array
Array of file objects (up to 25 per page)
object
Pagination metadata. See Pagination.
array
Array of error objects. See Errors.