Get all policy templates
| Time | Status | User Agent | |
|---|---|---|---|
| Make a request to see history. |
URL Expired
The URL for this request expired after 30 days.
Parameters:
starting_after
string
Encoded pagination marker to fetch next pageending_before
string
Encoded pagination marker to fetch previous pagelimit
integer
Maximum number of records to returnlocale_rule_set_id
string
Filter by locale rule set IDtemplate_type
string
Filter by template type (ACCOUNT, LINE_OF_CREDIT, INSTALLMENT_LOAN, ADVANCE)text_search
string
Search in template_id, template_name, template_description, and template_typeinclude_payload
boolean
Defaults to true Include the template_payload (JSON) in the response
Responses:
200
Returns a paginated list of policy templates for all entities422
Validation Error500
A server error has occurred.
Example Request
Base URLhttps://contact/sales/to/enable/your/sandbox/core/v1/templates
curl --request GET \
--url 'https://contact/%20sales%20to%20enable%20your%20sandbox/core/v1/templates?include_payload=true' \
--header 'accept: application/json'
Quick Start
Click Try It! to start a request and see the response here!