v1

latestOpenAPI 3.1.02026-07-241695611.0 MB
Lien Filing

Get Lien Submission Attachments

Retrieve attachments for a specific lien filing submission.

This endpoint allows you to fetch a list of attachments associated with a given lien filing submission. The attachments provide additional documentation or evidence related to the lien filing.

get/lien_submissions/{filing_id}/attachments

Path parameters

filing_idstring uuid required

The ID of the lien filing to retrieve attachments for.

Example:412a49b5-7466-426b-bf1e-081b00b54576

The ID of the lien filing to retrieve attachments for.

Query parameters

limitinteger

The maximum number of lien filing attachments to return.

The maximum number of lien filing attachments to return.

offsetinteger

The number of lien filing attachments to skip before starting to return the attachments.

The number of lien filing attachments to skip before starting to return the attachments.

Response

The lien filing attachments.

idstring uuid required

The unique identifier of the lien filing attachment.

document_filenamestring required

The filename of the document associated with this lien filing attachment.

Example response

[
  {
    "document_filename": "lien_document.pdf"
  }
]