System
list feeds operations and information
Return a list of feed and their groups along with update and record count information. This data reflects the state of the policy engine, not the upstream feed service itself.
get/system/feeds
Response
success
Example response
[
{
"last_full_sync": "2000-01-23T04:56:07.000+00:00",
"updated_at": "2000-01-23T04:56:07.000+00:00",
"name": "name",
"created_at": "2000-01-23T04:56:07.000+00:00",
"groups": [
{
"record_count": 0,
"last_sync": "2000-01-23T04:56:07.000+00:00",
"name": "name",
"created_at": "2000-01-23T04:56:07.000+00:00"
},
{
"record_count": 0,
"last_sync": "2000-01-23T04:56:07.000+00:00",
"name": "name",
"created_at": "2000-01-23T04:56:07.000+00:00"
}
]
}
]