Get started
Integrations
Use cases
API reference
- Accounting
- Overview
- Accounts
- Async Task
- Contacts
- Customers
- Expenses
- Files
- Invoices
- Invoice Lines
- Items
- Journals
- Offers
- Offer Lines
- Projects
- Sales Orders
- Sales Order Lines
- Suppliers
- Tracking categories
- Transactions
- Authentication
- Tenant Management
- User
Get asynctaskinfo
curl --request GET \
--url https://api.maesn.dev/accounting/asyncTask/{taskId} \
--header 'X-ACCOUNT-KEY: <x-account-key>' \
--header 'X-API-KEY: <x-api-key>'
{
"meta": {
"warnings": [
"Field not used by target system"
],
"pagination": {
"total": 123,
"perPage": 123,
"currentPage": 123,
"totalPages": 123
}
},
"data": {
"status": "Task has been processed.",
"information": [
{
"filename": "Invoice_V30",
"message": "The document has been received.",
"timestamp": "2021-01-01T00:00:00Z",
"type": "information"
}
]
}
}
Test Api token:
663222ee
Test Account token:
85b30b51
Please ensure the parameter taskId
is accurately populated with the appropriate task ID.
You can obtain this value by executing an asynchronous POST request.
For more info about asynchronous tasks visit the Asynchronous Task
section.
Please ensure the query parameter companyId
is accurately populated with the appropriate company ID.
You can obtain this value by using the GET Companies
endpoint available under the Authentication section.
Supported Response Fields:
Please ensure the parameter taskId
is accurately populated with the appropriate task ID.
You can obtain this value by executing an asynchronous POST request.
For more info about asynchronous tasks visit the Asynchronous Task
section.
Please ensure the query parameter companyId
is accurately populated with the appropriate company ID.
You can obtain this value by using the GET Companies
endpoint available under the Authentication section.
Supported Response Fields:
Path Parameters
Query Parameters
Response
"Task has been processed."
Was this page helpful?
curl --request GET \
--url https://api.maesn.dev/accounting/asyncTask/{taskId} \
--header 'X-ACCOUNT-KEY: <x-account-key>' \
--header 'X-API-KEY: <x-api-key>'
{
"meta": {
"warnings": [
"Field not used by target system"
],
"pagination": {
"total": 123,
"perPage": 123,
"currentPage": 123,
"totalPages": 123
}
},
"data": {
"status": "Task has been processed.",
"information": [
{
"filename": "Invoice_V30",
"message": "The document has been received.",
"timestamp": "2021-01-01T00:00:00Z",
"type": "information"
}
]
}
}