Data Updater
Update your data to current information, and smoothly add monitoring to keep up-to-date.
Data Updater
[global]Endpoints
List available services
Get available services which could be used to start current information task
https://api.roaring.io/se/company/current-information/1.0/servicesResponse schema: application/json
servicesrequiredarray of objects (io.roaring.api.company.currentstate.resource.ServiceInfo)
List of available services
statusrequiredobject (io.roaring.api.company.resource.SearchResultStatus)
No description provided.
List current information tasks performed by user
Fetch information about all current information tasks performed by user
https://api.roaring.io/se/company/current-information/1.0/tasksStart current information task with file
Starts current information task for specified services and companies from a file
https://api.roaring.io/se/company/current-information/1.0/startWithFile/{webhookId}Parameters path
webhookIdrequired | stringId of webhook to which to send current information events |
companyIds | stringtext file with company id-s each in a new line |
services | arraylist of service names |
Validate company ids file
Validate the file has good company ids
https://api.roaring.io/se/company/current-information/1.0/validatefile | stringtext file with company id-s each in a new line |
Start current information task
Starts current information task for specified companies and services
https://api.roaring.io/se/company/current-information/1.0/start/{webhookId}Parameters path
webhookIdrequired | stringId of webhook to which to send current information events |
companyIds | arrayArray of company identifiers for which to fetch current information data |
services | arrayArray of service names from which fetch current information data |
Get status of current information task
Get status of current information task for specified task id
https://api.roaring.io/se/company/current-information/1.0/status/{currentInformationId}Parameters path
currentInformationIdrequired | stringId of current information task |
Parameters query
withProtocol | booleanWhether to include current information task execution protocol, default false |
List available webhooks
Get available webhooks which could be used to start current information task
https://api.roaring.io/se/company/current-information/1.0/webhooks