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 Workorders API

The Workorders API from Arthur Online — 29 operation(s) for workorders.

Arthur Online Workorders 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 Work Orders. 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 41 operations across 29 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.

41 operations 29 paths 2 schemas 2 DELETE25 GET6 POST8 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 Workorders 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 41

Across 29 paths, the API surfaces 41 operations — 2 DELETE, 25 GET, 6 POST, 8 PUT. Each is listed below with its method, path, parameters, and response codes.

Workorders 41
GET
/workorders/{workorder_id}/transactions
List Transactions On Workorder
listTransactionsOnWorkorder 10 params → 200400401404
GET
/workorders/{workorder_id}/certificates
List Certificates On Workorder
listCertificatesOnWorkorder 6 params → 200400401404
GET
/workorders/{workorder_id}/quotes
List Quotes On Workorder
listQuotesOnWorkorder 6 params → 200400401404
GET
/workorders/{workorder_id}/quotes/{quote_id}
View Quote On Workorder
viewQuoteOnWorkorder 3 params → 200400401404
GET
/workorders/{workorder_id}/invoices
List Invoices On Workorder
listInvoicesOnWorkorder 6 params → 200400401404
GET
/workorders/{workorder_id}/invoices/{invoice_id}
View Invoice On Workorder
viewInvoiceOnWorkorder 3 params → 200400401404
GET
/workorders/{workorder_id}/assets
List Assets on Workorder
listAssetsOnWorkorder 6 params → 200400401404
POST
/workorders/{workorder_id}/assets
Create Asset on Workorder
createAssetOnWorkorder 3 params body → 200400401404
GET
/workorders/{workorder_id}/assets/{edge_id}
View Asset on Workorder
viewAssetOnWorkorder 2 params → 200400401404
GET
/workorders/{workorder_id}/conversation_recipients
Get Recipients for Workorder
getRecipientsForWorkorder 2 params → 200400401404
GET
/workorders/{workorder_id}/conversations
List Conversations on Workorder
listConversationsOnWorkorder 6 params → 200400401404
POST
/workorders/{workorder_id}/conversations
Create Conversation on Workorder
createConversationOnWorkorder 3 params body → 200400401404
GET
/workorders/{workorder_id}/notes
List Notes on Workorder
listNotesOnWorkorder 6 params → 200400401404
POST
/workorders/{workorder_id}/notes
Add Note on Workorder
addNoteOnWorkorder 3 params body → 200400401404
GET
/workorders/{workorder_id}/notes/{edge_id}
View Note on Workorder
viewNoteOnWorkorder 2 params → 200400401404
PUT
/workorders/{workorder_id}/notes/{note_id}
Update Note on Workorder
updateNoteOnWorkorder 4 params body → 200400401404
DELETE
/workorders/{workorder_id}/notes/{note_id}
Delete Note on Workorder
deleteNoteOnWorkorder 3 params → 200400401404
GET
/workorders/{workorder_id}/tags
List Tags on Workorder
listTagsOnWorkorder 6 params → 200400401404
PUT
/workorders/{workorder_id}/tags
Tag Workorder
tagWorkorder 3 params body → 200400401404
PUT
/workorders/{workorder_id}/untag
Untag Workorder
untagWorkorder 3 params body → 200400401404
PUT
/workorders/{workorder_id}/untag_all
Untag All Workorder Tags
untagAllWorkorderTags 3 params → 200400401404
GET
/workorders/{workorder_id}/contractors
List Contractors on Workorder
listContractorsOnWorkorder 6 params → 200400401404
GET
/workorders/{workorder_id}/contractors/{contractor_id}
View Contractor on Workorder
viewContractorOnWorkorder 3 params → 200400401404
DELETE
/workorders/{workorder_id}/contractors/{contractor_id}
Delete Contractor on Workorder
deleteContractorOnWorkorder 3 params → 200400401404
GET
/workorders/{workorder_id}/tenants
List Tenants on Workorder
listTenantsOnWorkorder 6 params → 200400401404
GET
/workorders/{workorder_id}/tenants/{tenant_id}
View Tenant on Workorder
viewTenantOnWorkorder 3 params → 200400401404
GET
/workorders
List Workorders
listWorkorders 26 params → 200400401404
GET
/workorders/{workorder_id}
View Workorder
viewWorkorder 2 params → 200400401404
PUT
/workorders/{workorder_id}
Update Workorder
updateWorkorder 3 params body → 200400401404
GET
/properties/{property_id}/workorders
List Workorders On Property
listWorkordersOnProperty 6 params → 200400401404
POST
/properties/{property_id}/workorders
Create Workorders On Property
createWorkordersOnProperty 3 params body → 200400401404
GET
/properties/{property_id}/workorders/{workorder_id}
View Workorders On Property
viewWorkordersOnProperty 3 params → 200400401404
PUT
/properties/{property_id}/workorders/{workorder_id}
Update Workorders On Property
updateWorkordersOnProperty 4 params body → 200400401404
GET
/tenancies/{tenancy_id}/workorders
List Workorders On Tenancy
listWorkordersOnTenancy 6 params → 200400401404
POST
/tenancies/{tenancy_id}/workorders
Create Workorder On Tenancy
createWorkorderOnTenancy 3 params body → 200400401404
GET
/tenancies/{tenancy_id}/workorders/{workorder_id}
View Workorder On Tenancy
viewWorkorderOnTenancy 3 params → 200400401404
PUT
/tenancy/{tenancy_id}/workorders/{workorder_id}
Update Workorder On Tenancy
updateWorkorderOnTenancy 4 params body → 200400401404
GET
/units/{unit_id}/workorders
List Workorders On Unit
listWorkordersOnUnit 6 params → 200400401404
POST
/units/{unit_id}/workorders
Create Workorders On Unit
createWorkordersOnUnit 3 params body → 200400401404
GET
/units/{unit_id}/workorders/{workorder_id}
View Workorders On Unit
viewWorkordersOnUnit 3 params → 200400401404
PUT
/units/{unit_id}/workorders/{workorder_id}
Update Workorders On Unit
updateWorkordersOnUnit 4 params body → 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-workorders-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 Workorders 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.