GET v1/customers/{customerId}/collection/summary
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| customerId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Common.Dto.Get.CollectionSummary| Name | Description | Type | Additional information |
|---|---|---|---|
| customerName | string |
None. |
|
| likelihood | string |
None. |
|
| likelihoodTimestamp | date |
None. |
|
| notes | Collection of Common.Dto.Get.CollectionNote |
None. |
Response Formats
application/json, text/json
Sample:
{
"customerName": "sample string 1",
"likelihood": "sample string 2",
"likelihoodTimestamp": "2025-11-03T19:49:47.2523081+00:00",
"notes": [
{
"name": "sample string 1",
"timestamp": "2025-11-03T19:49:47.2523081+00:00",
"content": "sample string 3",
"id": 4,
"uri": "sample string 5"
},
{
"name": "sample string 1",
"timestamp": "2025-11-03T19:49:47.2523081+00:00",
"content": "sample string 3",
"id": 4,
"uri": "sample string 5"
}
]
}