How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Arthur Online Tasks API

The Tasks API from Arthur Online — 26 operation(s) for tasks.

Arthur Online Tasks API is one of 32 APIs that Arthur Online publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Task. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, and an AsyncAPI specification.

This API exposes 46 operations across 26 paths, and defines 2 schemas. It is described by OpenAPI 3.2.0, at version 2.0.0.

Requests are made against a single base URL, https://api.arthuronline.co.uk/v2.

46 operations 26 paths 2 schemas 6 DELETE22 GET7 POST11 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
2.0.0
Base URL
https://api.arthuronline.co.uk/v2
Authentication
OAuth 2.0
Terms of Service
Resource Areas
1

Authentication & Security 1

Arthur Online Tasks API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (arthurOAuth) using the authorizationCode flow. By default, every request must be authenticated.

  • arthurOAuth — OAuth 2.0 Authorization Code flow. Access tokens are valid for 14 days; refresh tokens for 21 days. Register an application in Arthur Settings OAuth Applicatio…

Paths & Operations 46

Across 26 paths, the API surfaces 46 operations — 6 DELETE, 22 GET, 7 POST, 11 PUT. Each is listed below with its method, path, parameters, and response codes.

Tasks 46
GET
/tasks/{task_id}/subtasks
List Subtasks on Task
listSubtasksOnTask 6 params → 200400401404
POST
/tasks/{task_id}/subtasks
Create Subtask on Task
createSubtaskOnTask 3 params body → 200400401404
GET
/tasks/{task_id}/subtasks/{subtask_id}
View Subtask On Task
viewSubtaskOnTask 3 params → 200400401404
PUT
/tasks/{task_id}/subtasks/{subtask_id}
Update Subtask On Task
updateSubtaskOnTask 4 params body → 200400401404
DELETE
/tasks/{task_id}/subtasks/{subtask_id}
Delete Subtask On Task
deleteSubtaskOnTask 3 params → 200400401404
GET
/tasks/{task_id}/workorders
List Workorders On Task
listWorkordersOnTask 6 params → 200400401404
POST
/tasks/{task_id}/workorders
Create Workorder On Task
createWorkorderOnTask 3 params body → 200400401404
GET
/tasks/{task_id}/workorders/{workorder_id}
View Workorder On Task
viewWorkorderOnTask 3 params → 200400401404
PUT
/tasks/{task_id}/workorders/{workorder_id}
Update Workorder On Task
updateWorkorderOnTask 4 params body → 200400401404
GET
/tasks/{task_id}/tags
List Tags on Task
listTagsOnTask 6 params → 200400401404
PUT
/tasks/{task_id}/tags
Tag Task
tagTask 3 params body → 200400401404
PUT
/tasks/{task_id}/untag
Untag Task
untagTask 3 params body → 200400401404
PUT
/tasks/{task_id}/untag_all
Untag All Task Tags
untagAllTaskTags 3 params → 200400401404
GET
/tasks/{task_id}/notes
List Notes on Task
listNotesOnTask 6 params → 200400401404
POST
/tasks/{task_id}/notes
Create Note on Task
createNoteOnTask 3 params body → 200400401404
GET
/tasks/{task_id}/notes/{note_id}
View Note on Task
viewNoteOnTask 3 params → 200400401404
PUT
/tasks/{task_id}/notes/{note_id}
Update Note on Task
updateNoteOnTask 4 params body → 200400401404
DELETE
/tasks/{task_id}/notes/{note_id}
Delete Note on Task
deleteNoteOnTask 3 params → 200400401404
GET
/tasks/{task_id}/conversation_recipients
Get Recipients for Task
getRecipientsForTask 2 params → 200400401404
GET
/tasks/{task_id}/conversations
List Conversations on Task
listConversationsOnTask 6 params → 200400401404
POST
/tasks/{task_id}/conversations
Add Conversation on Task
addConversationOnTask 3 params body → 200400401404
GET
/tasks/{task_id}/assets
List Assets on Task
listAssetsOnTask 6 params → 200400401404
GET
/tasks/{task_id}/assets/{asset_id}
View Asset on Task
viewAssetOnTask 3 params → 200400401404
GET
/tasks/{task_id}/tenants
List Tenants on Task
listTenantsOnTask 6 params → 200400401404
GET
/tasks/{task_id}/tenants/{tenant_id}
View Tenant on Task
viewTenantOnTask 3 params → 200400401404
GET
/tasks
List Tasks
listTasks 14 params → 200400401404
GET
/tasks/{status}
List Tasks By Status
listTasksByStatus 6 params → 200400401404
GET
/tasks/{task_id}
View Task
viewTask 2 params → 200400401404
PUT
/tasks/{task_id}
Update Task
updateTask 3 params body → 200400401404
DELETE
/tasks/{task_id}
Delete Task
deleteTask 2 params → 200400401404
PUT
/tasks/{task_id}/status
Update Status On Task
updateStatusOnTask 3 params body → 200400401404
GET
/properties/{property_id}/tasks
List Tasks On Property
listTasksOnProperty 6 params → 200400401404
POST
/properties/{property_id}/tasks
Add Task On Property
addTaskOnProperty 3 params body → 200400401404
GET
/properties/{property_id}/tasks/{task_id}
View Task On Property
viewTaskOnProperty 3 params → 200400401404
PUT
/properties/{property_id}/tasks/{task_id}
Update Task On Property
updateTaskOnProperty 4 params body → 200400401404
DELETE
/properties/{property_id}/tasks/{task_id}
Delete Task On Property
deleteTaskOnProperty 3 params → 200400401404
GET
/tenancies/{tenancy_id}/tasks
List Tasks On Tenancy
listTasksOnTenancy 6 params → 200400401404
POST
/tenancies/{tenancy_id}/tasks
Add Task On Tenancy
addTaskOnTenancy 3 params body → 200400401404
GET
/tenancies/{tenancy_id}/tasks/{task_id}
View Task On Tenancy
viewTaskOnTenancy 3 params → 200400401404
PUT
/tenancies/{tenancy_id}/tasks/{task_id}
Update Task On Tenancy
updateTaskOnTenancy 4 params body → 200400401404
DELETE
/tenancies/{tenancy_id}
Delete Task On Tenancy
deleteTaskOnTenancy 2 params → 200400401404
GET
/units/{unit_id}/tasks
List Tasks On Unit
listTasksOnUnit 6 params → 200400401404
POST
/units/{unit_id}/tasks
Add Task On Unit
addTaskOnUnit 3 params body → 200400401404
GET
/units/{unit_id}/tasks/{task_id}
View Task On Unit
viewTaskOnUnit 3 params → 200400401404
PUT
/units/{unit_id}/tasks/{task_id}
Update Task On Unit
updateTaskOnUnit 4 params body → 200400401404
DELETE
/units/{unit_id}/tasks/{task_id}
Delete Task On Unit
deleteTaskOnUnit 3 params → 200400401404

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. The most detailed are Pagination (5 properties), Error (3 properties). Each schema is shown below with its type and property counts.

Pagination
object
Pagination block returned on every list response.
5 properties
Error
object
Arthur error envelope.
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

arthur-online-tasks-api-openapi.yml Raw ↑

Other APIs Arthur Online publishes across the network.

Arthur Online Applicant API
Arthur Online Applicants API
Arthur Online Assets API
Arthur Online Assigned Managers API
Arthur Online Certificates API
Arthur Online Contractor Invoices API
Arthur Online Conversations API
Arthur Online Credit Checks API
Arthur Online Entities API
Arthur Online General Information API
Arthur Online Invite API
Arthur Online Messages API
Where this information came from

This is an independent, third-party profile of Arthur Online Tasks API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.