Accounting
Retrieves history record for a specific repeating invoice
get/RepeatingInvoices/{RepeatingInvoiceID}/History
Path parameters
RepeatingInvoiceIDstring uuid required
Unique identifier for a Repeating Invoice
Response
Success - return response of HistoryRecords array of 0 to N HistoryRecord
Example response
{
"HistoryRecords": [
{
"DateUTC": "/Date(1573755038314)/"
}
]
}