latestOpenAPI 3.0.12026-08-192092911.2 MB
916e669fc527
Quotes
Gets the flag history for the specified quote
Retrieve the flag history for a quote (required scope finance:read)
get/v1/finance/quotes/{quoteId}/flags/history
Path parameters
quoteIdinteger required
The quote id
Query parameters
pageNumberinteger
The page number being requested
pageSizeinteger
The page size being requested
Headers
Customer-Idinteger required
The customer identifier
Response
OK
Example response
{
"items": [
{
"historyId": 123456,
"flagId": 789,
"flagName": "High Priority",
"appliedAt": "2024-01-15T10:30:00.0000000+00:00",
"ownerName": "john.doe@example.com",
"comments": "Requires special attention"
}
],
"pageNumber": 2,
"pageSize": 100,
"pageItemCount": 55
}