Skip to main content
GET
Get active assignment fund document template

Authorizations

Authorization
string
header
required

JWT bearer token issued by the identity provider.

Path Parameters

fundId
string<uuid>
required

Owning assignment fund identifier.

Query Parameters

kind
enum<string>
required

Document kind.

Available options:
assignment_term

Response

OK

active
boolean
required

Whether this is the currently active published version.

createdAt
string
required

Creation timestamp (RFC3339, UTC).

id
string
required

Template version identifier (uuid).

kind
string
required

Document kind.

requiredFields
string[] | null
required

Declared placeholder field names.

scopeId
string
required

Owner identifier (uuid): the loan product or the assignment fund.

scopeKind
string
required

Owner kind this template hangs off (loan_product|assignment_fund).

sections
object[] | null
required

Ordered clauses.

signatureBlock
string
required

Signature block text.

status
string
required

Lifecycle status (draft|published).

title
string
required

Template title.

updatedAt
string
required

Last-update timestamp (RFC3339, UTC).

versionNumber
integer<int64>
required

Sequential version number within (tenant, product, kind).

loanProductId
string

Owning loan product identifier (uuid); absent on a fund-scoped template.

publishedAt
string

Publication timestamp (RFC3339, UTC); absent while draft.