Configurable chart (measure × slice) over one LO's loans
In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/originators/analytics/chart" \ -H "Content-Type: application/json" \ -d '{ "slice": "transactionType" }'{
"data": [
{
"count": 0,
"excluded": 0,
"id": "string",
"label": "string",
"segments": [
{
"label": "string",
"value": 0
}
],
"value": 0
}
],
"measure": "string",
"segment": "string",
"slice": "string"
}{
"error": "string"
}{
"error": "string"
}{
"error": "string"
}{
"error": "string"
}{
"error": "string",
"limit": 0,
"size": 0
}Real-estate agents this LO co-closed with POST
Ranks the real-estate agents on the selling side of this LO's loans, by volume. Buckets whose name is an placeholder for "no selling agent recorded" (`non member`, `non listed agent`, and ~140 board-specific spellings) are excluded rather than ranked as agents — they are not people and cannot be resolved with `GET /v1/agents/{id}`. Percentages are shares of the LO's whole loan population, so they do not sum to 100 across the page.
Production summary with previous-period comparison POST
Next Page