/feed
Methods
GET
Gets the status of feed uploads.
Request Parameters
None
Example Response
/feed/{type}
Methods
GET
Gets the status of feed the upload associated with <type>
NOTE: {type} can be one of "active", "passive", "lce", "sc", or "all"
Request Parameters
None
Example Response
/feed/{type}/update
Methods
POST
Sends a job to update the Feed type associated with <type>
NOTE: {type} can be one of "active", "passive", "lce", "sc", or "all"
Request Parameters
None
Example Response
/feed/{type}/process
Methods
POST
Processes an uploaded feed update file and sends a job to update the Feed type associated with <type>
NOTE: {type} can be one of "active", "passive", "lce", or "sc"