/api/v1/files
Query Parameters
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.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).Filter by public visibility.
true returns only private files, false returns only public filesPage 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 of file objects (up to 25 per page)
Pagination metadata. See Pagination.