Skip to main content
GET
Get Lien Submission Attachments

Authorizations

X-API-Key
string
header
required

Path Parameters

filing_id
string<uuid>
required

The ID of the lien filing to retrieve attachments for.

Example:

"412a49b5-7466-426b-bf1e-081b00b54576"

Query Parameters

limit
integer
default:10

The maximum number of lien filing attachments to return.

Required range: x >= 1
offset
integer
default:0

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

Required range: x >= 0

Response

The lien filing attachments.

id
string<uuid>
required

The unique identifier of the lien filing attachment.

document_filename
string
required

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

Maximum string length: 256
Examples:

"lien_document.pdf"

"attachment_001.pdf"

"contract_agreement.pdf"