General
Server Side SDKs
Core API
- Companies
- Invite Links
- Integrations
- Sync
- Jobs
- Passthrough
Unified API
- Accounting
Get One Job
Retrieve one Job from the database based on the ID.
curl --request GET \
--url https://api.rootfi.dev/jobs/{job_id} \
--header 'api_key: <api-key>'
{
"data": {
"rootfi_id": 123456,
"rootfi_company_id": 123456,
"rootfi_organisation_id": 1,
"rootfi_integration_type": "ZOHO_BOOKS",
"rootfi_updated_at": "2021-09-28T15:00:00.000Z",
"rootfi_created_at": "2021-09-28T15:00:00.000Z",
"start_time": "2021-09-28T15:00:00.000Z",
"end_time": "2021-09-28T15:00:00.000Z",
"error_code": null,
"integration_type": "ZOHO_BOOKS",
"status": "SUCCESS",
"error": null,
"priority": null,
"rate_limit_sleep_time": null,
"variables": {
"page": 2,
"skip": 100,
"per_page": 100
},
"data_model": "SALES_ORDERS",
"config_id": "XERO_SALES_ORDERS_READ_0",
"response_length": 100,
"response_size": 100,
"job_type": "PULL",
"config_mode": "READ",
"sync_id": "H1HJT1UYdj0qncJ",
"parent_job_id": null
},
"request_timestamp": "2021-09-28T15:00:00.000Z",
"response_timestamp": "2021-09-28T15:00:00.000Z",
"request_id": "7a1c0e42-9f85-4d6e-bb5d-358a72913c0b"
}
curl --request GET \
--url https://api.rootfi.dev/jobs/{job_id} \
--header 'api_key: <api-key>'
Authorizations
Path Parameters
The ID of the Job to retrieve.
Query Parameters
The number of objects you want to retrieve
The index from where you want to start retrieving objects
The type of job to retrieve.
PULL
, PUSH
Response
The data returned from the request
The unique ID we assign for that data's information
The RootFi designated id for the company
The RootFi designated id for the organisation
The accounting platform from which the data is being retrieved
ZOHO_BOOKS
, QUICKBOOKS_SANDBOX
, QUICKBOOKS
, XERO
, TALLY
, SAGE_CLOUD_ACCOUNTING
, MS_DYNAMICS_365
, SAGE_ZA_CLOUD_ACCOUNTING
, MYOB_BUSINESS
, WAVE
, ODOO_ACCOUNTING
, NETSUITE
, WAFEQ
, MEKARI_JURNAL
, BUSY
, ROOTFI_SANDBOX
, QOYOD
The latest date at which RootFi updated this data
The date at which RootFi first synced this data
The time the job started
The time the job ended
The error code of the job
The integration type of the job
ZOHO_BOOKS
, QUICKBOOKS_SANDBOX
, QUICKBOOKS
, XERO
, TALLY
, SAGE_CLOUD_ACCOUNTING
, MS_DYNAMICS_365
, SAGE_ZA_CLOUD_ACCOUNTING
, MYOB_BUSINESS
, WAVE
, ODOO_ACCOUNTING
, NETSUITE
, WAFEQ
, MEKARI_JURNAL
, BUSY
, ROOTFI_SANDBOX
, QOYOD
The status of the job
SUCCESS
, FAILED
, CREATED
, RUNNING
The error of the job
The priority of the job
The rate limit sleep time of the job
The variables of the job
The data model of the job
ACCOUNTS
, BALANCE_SHEET
, BANK_ACCOUNTS
, BANK_TRANSACTIONS
, BILL_CREDIT_NOTES
, BILL_PAYMENTS
, BILLS
, CASH_FLOW_STATEMENT
, COMPANY_INFO
, CONTACTS
, CURRENCIES
, EXPENSES
, INCOME_STATEMENT
, INVOICE_CREDIT_NOTES
, INVOICE_PAYMENTS
, INVOICES
, ITEMS
, JOURNAL_ENTRIES
, PURCHASE_ORDERS
, SALES_ORDERS
, TAX_RATES
, TRACKING_CATEGORIES
The config ID of the job
The response length of the job
The response size of the job
The job type of the job
PULL
, PUSH
The config mode of the job
The sync ID of the job
The parent job ID of the job
The time at which the request was received by the server
The time at which the response was sent by the server
The unique ID of the request
curl --request GET \
--url https://api.rootfi.dev/jobs/{job_id} \
--header 'api_key: <api-key>'
{
"data": {
"rootfi_id": 123456,
"rootfi_company_id": 123456,
"rootfi_organisation_id": 1,
"rootfi_integration_type": "ZOHO_BOOKS",
"rootfi_updated_at": "2021-09-28T15:00:00.000Z",
"rootfi_created_at": "2021-09-28T15:00:00.000Z",
"start_time": "2021-09-28T15:00:00.000Z",
"end_time": "2021-09-28T15:00:00.000Z",
"error_code": null,
"integration_type": "ZOHO_BOOKS",
"status": "SUCCESS",
"error": null,
"priority": null,
"rate_limit_sleep_time": null,
"variables": {
"page": 2,
"skip": 100,
"per_page": 100
},
"data_model": "SALES_ORDERS",
"config_id": "XERO_SALES_ORDERS_READ_0",
"response_length": 100,
"response_size": 100,
"job_type": "PULL",
"config_mode": "READ",
"sync_id": "H1HJT1UYdj0qncJ",
"parent_job_id": null
},
"request_timestamp": "2021-09-28T15:00:00.000Z",
"response_timestamp": "2021-09-28T15:00:00.000Z",
"request_id": "7a1c0e42-9f85-4d6e-bb5d-358a72913c0b"
}