List Profile Assignments

View as Markdown
List all assignments for a dunning profile.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

profile_idstringRequired
account_idstringRequired

Response

Successful Response
idstring
profile_idstring
resource_typestring
resource_idstring or null
min_cycle_daysinteger or null
max_cycle_daysinteger or null
assigned_atdatetime
cycle_unitstring or nullOptional

The unit type if unit-based (day/week/month/year), else None

computed_min_daysinteger or nullOptional

Computed minimum days (for unit-based ranges)

computed_max_daysinteger or nullOptional

Computed maximum days (for unit-based ranges)

display_rangestring or nullOptional

Human-readable range (e.g., ‘1-3 months’, ‘daily’)

Errors

422
Unprocessable Entity Error