Authorization: ********************
{
"element_id": "string",
"count": 0,
"starting_id": 0
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/lms/lists/history' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"element_id": "string",
"count": 0,
"starting_id": 0
}'
{
"element_id": "string",
"commits": [
{
"element_id": "string",
"history_id": 0,
"ending_history_id": 0,
"process": {
"api_entrypoint": {
"fts_id": "string",
"file_template_id": "string",
"incremental": true,
"encrypted": true
}
},
"failed": true,
"attempt_number": 0,
"reason": "string",
"upload_ts": "1s",
"started_ts": "1s",
"finished_ts": "1s",
"event_id": 0,
"parent_element_id": "string",
"metrics": {
"input_record_count": 0,
"output_record_count": 0,
"field_names": [
"string"
],
"field_types": [
"RECORD_TYPE_ALL"
],
"ftypes": [
"FIELD_TYPE_STRING"
],
"field_counts": [
0
],
"run_type": "RUN_TYPE_ENABLED",
"success_message": "string",
"max_record_width": 0,
"min_record_width": 0,
"max_record_index": 0,
"min_record_index": 0,
"files": [
"string"
],
"groups": [
"string"
],
"missing_fields": [
"string"
],
"seconds_to_start": 0,
"seconds_to_process": 0
},
"discard_metrics": {
"input_record_count": 0,
"output_record_count": 0,
"field_names": [
"string"
],
"field_types": [
"RECORD_TYPE_ALL"
],
"ftypes": [
"FIELD_TYPE_STRING"
],
"field_counts": [
0
],
"run_type": "RUN_TYPE_ENABLED",
"success_message": "string",
"max_record_width": 0,
"min_record_width": 0,
"max_record_index": 0,
"min_record_index": 0,
"files": [
"string"
],
"groups": [
"string"
],
"missing_fields": [
"string"
],
"seconds_to_start": 0,
"seconds_to_process": 0
},
"count": 0
}
]
}