{ "info": { "_postman_id": "94bad755-4ae1-4a64-a9ab-de6de12b31de", "name": "Arthur Properties API", "description": "Arthur Properties API - the properties surface of the Arthur API v2, the UK property management platform from Arthur Online (an Aareon company). Derived operation-for-operation from the provider's public Postman Documenter collection at https://developer.arthuronline.co.uk/. Every request is scoped to an Arthur entity via the mandatory X-EntityID header and authorised with an OAuth 2.0 Authorization Code access token.\n\nContact Support:\n Name: Arthur Online API Support", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "lastUpdatedBy": "35240", "uid": "35240-94bad755-4ae1-4a64-a9ab-de6de12b31de" }, "item": [ { "name": "properties", "item": [ { "name": "{property_id}", "item": [ { "name": "assets", "item": [ { "name": "List Assets On Property", "id": "d2821318-60ff-4226-bea1-4444e9c47c5a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/assets?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "assets" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "id": "a411e6f0-b80e-4850-b5fa-0b69d18482e8", "key": "property_id", "value": "", "description": "(Required) Arthur property id." } ] }, "description": "This endpoint retrieves a list of assets associated with the given property ID." }, "response": [ { "id": "a6c51f4a-7a59-4e95-a16b-f01b8c980295", "name": "The request was completed successfully without errors.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/assets?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "assets" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"pagination\": {\n \"page\": \"\",\n \"current\": \"\",\n \"count\": \"\",\n \"pageCount\": \"\",\n \"limit\": \"\"\n }\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-a6c51f4a-7a59-4e95-a16b-f01b8c980295" }, { "id": "1792bef1-ee44-4d14-ad6c-0c307f247a23", "name": "The request was invalid or malformed.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/assets?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "assets" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-1792bef1-ee44-4d14-ad6c-0c307f247a23" }, { "id": "56bd7ed1-66d8-4257-98f1-c601550d7a21", "name": "Missing, invalid or expired access token.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/assets?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "assets" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-56bd7ed1-66d8-4257-98f1-c601550d7a21" }, { "id": "a5a256b8-8038-43b1-97a2-4769fd56bf85", "name": "The request was sent to a location that does not exist in the API.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/assets?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "assets" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-a5a256b8-8038-43b1-97a2-4769fd56bf85" } ], "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-d2821318-60ff-4226-bea1-4444e9c47c5a" }, { "name": "Create Asset On Property", "id": "82cdc420-4083-4695-bfc3-8114711cd286", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"file\": \"\",\n \"mime_type\": \"\",\n \"file_name\": \"\",\n \"asset_type\": \"\",\n \"name\": \"\",\n \"share_manager\": \"\",\n \"share_tenant\": \"\",\n \"share_contractor\": \"\",\n \"share_owner\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/assets?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "assets" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "id": "11278348-2c2c-4a4c-aca2-83e2bf2adccd", "key": "property_id", "value": "", "description": "(Required) Arthur property id." } ] }, "description": "Use this endpoint to create a new asset related to a property . The API will return the saved data.\n\nSupported Fields \n The following fields are supported for the request body\n\nField \n Example \n Type \n Required? \n\nasset_type \n image \n String \n No \n\nname \n inventory \n String \n No \n\nshare_manager \n true \n Boolean \n No \n\nshare_tenant \n false \n Boolean \n No \n\nshare_contractor \n true \n Boolean \n No \n\nshare_owner \n true \n Boolean \n No \n\nfile \n base64 \n String (base64) \n Yes \n\nmime_type \n application/pdf \n String \n Yes \n\nfile_name \n inventory \n String \n Yes" }, "response": [ { "id": "65f881e4-5533-4268-a239-77fa5f0ba449", "name": "The request was completed successfully without errors.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"file\": \"\",\n \"mime_type\": \"\",\n \"file_name\": \"\",\n \"asset_type\": \"\",\n \"name\": \"\",\n \"share_manager\": \"\",\n \"share_tenant\": \"\",\n \"share_contractor\": \"\",\n \"share_owner\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/assets?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "assets" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"data\": {}\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-65f881e4-5533-4268-a239-77fa5f0ba449" }, { "id": "8185fceb-8598-4c1a-b68c-b0453d54406d", "name": "The request was invalid or malformed.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"file\": \"\",\n \"mime_type\": \"\",\n \"file_name\": \"\",\n \"asset_type\": \"\",\n \"name\": \"\",\n \"share_manager\": \"\",\n \"share_tenant\": \"\",\n \"share_contractor\": \"\",\n \"share_owner\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/assets?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "assets" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-8185fceb-8598-4c1a-b68c-b0453d54406d" }, { "id": "269e1286-91c3-445c-a50f-8e714d5df936", "name": "Missing, invalid or expired access token.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"file\": \"\",\n \"mime_type\": \"\",\n \"file_name\": \"\",\n \"asset_type\": \"\",\n \"name\": \"\",\n \"share_manager\": \"\",\n \"share_tenant\": \"\",\n \"share_contractor\": \"\",\n \"share_owner\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/assets?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "assets" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-269e1286-91c3-445c-a50f-8e714d5df936" }, { "id": "7b4377bb-38a5-4b5e-9fcf-13429ae48311", "name": "The request was sent to a location that does not exist in the API.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"file\": \"\",\n \"mime_type\": \"\",\n \"file_name\": \"\",\n \"asset_type\": \"\",\n \"name\": \"\",\n \"share_manager\": \"\",\n \"share_tenant\": \"\",\n \"share_contractor\": \"\",\n \"share_owner\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/assets?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "assets" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-7b4377bb-38a5-4b5e-9fcf-13429ae48311" } ], "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-82cdc420-4083-4695-bfc3-8114711cd286" } ], "id": "bc557c36-bbd4-4231-b124-19cb3b13e2b4", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-bc557c36-bbd4-4231-b124-19cb3b13e2b4" }, { "name": "certificates", "item": [ { "name": "List Certificates On Property", "id": "93dc3bd7-74e1-436c-9ff4-dab541af8aed", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/certificates?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "certificates" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "id": "c2806b33-6b04-439b-a164-3195f78f4b07", "key": "property_id", "value": "", "description": "(Required) Arthur property id." } ] }, "description": "This endpoint retrieves a list of certificates associated with the given property ID." }, "response": [ { "id": "c0a9b61f-650f-4ef2-80d1-205a18770d84", "name": "The request was completed successfully without errors.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/certificates?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "certificates" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"pagination\": {\n \"page\": \"\",\n \"current\": \"\",\n \"count\": \"\",\n \"pageCount\": \"\",\n \"limit\": \"\"\n }\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-c0a9b61f-650f-4ef2-80d1-205a18770d84" }, { "id": "f13b7a54-5b2e-4b52-8383-d52f7af6b661", "name": "The request was invalid or malformed.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/certificates?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "certificates" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-f13b7a54-5b2e-4b52-8383-d52f7af6b661" }, { "id": "85df2400-58b3-4998-8a0a-e1abf79e353c", "name": "Missing, invalid or expired access token.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/certificates?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "certificates" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-85df2400-58b3-4998-8a0a-e1abf79e353c" }, { "id": "80ec1936-b901-470f-aae8-18c3c51298ed", "name": "The request was sent to a location that does not exist in the API.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/certificates?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "certificates" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-80ec1936-b901-470f-aae8-18c3c51298ed" } ], "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-93dc3bd7-74e1-436c-9ff4-dab541af8aed" }, { "name": "Add Certificate on Property", "id": "968b4055-5088-4297-b115-01e5f41687e7", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"\",\n \"expiry_date\": \"\",\n \"notes\": \"\",\n \"file\": \"\",\n \"mime_type\": \"\",\n \"file_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/certificates?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "certificates" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "id": "ad12d8d0-34c6-453a-b868-289cd10f91a1", "key": "property_id", "value": "", "description": "(Required) Arthur property id." } ] }, "description": "Use this endpoint to create a new certificate related to a\u00a0 property . The API will return the saved data.\n\nSupported Fields \n The following fields are supported for the request body\n\nField \n Example \n Type \n Required? \n\ntype \n Boiler Service \n String \n Yes \n\nexpiry_date \n 2023-12-05 \n String \n No \n\nnotes \n Fully assessed \n String \n No \n\nfile \n Base64 \n String \n No \n\nmime_type \n application/pdf \n String \n No (Required if File field is present) \n\nfile_name \n Certificate Document \n string \n No (Required if File field is present)" }, "response": [ { "id": "ecc36ed4-77a4-4d66-80a6-6600a6acbf68", "name": "The request was completed successfully without errors.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"\",\n \"expiry_date\": \"\",\n \"notes\": \"\",\n \"file\": \"\",\n \"mime_type\": \"\",\n \"file_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/certificates?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "certificates" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"data\": {}\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-ecc36ed4-77a4-4d66-80a6-6600a6acbf68" }, { "id": "a2fcecad-b78b-474f-8521-fd177d403a6b", "name": "The request was invalid or malformed.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"\",\n \"expiry_date\": \"\",\n \"notes\": \"\",\n \"file\": \"\",\n \"mime_type\": \"\",\n \"file_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/certificates?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "certificates" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-a2fcecad-b78b-474f-8521-fd177d403a6b" }, { "id": "c4e60285-0dba-4c15-bd29-4a08735990b6", "name": "Missing, invalid or expired access token.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"\",\n \"expiry_date\": \"\",\n \"notes\": \"\",\n \"file\": \"\",\n \"mime_type\": \"\",\n \"file_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/certificates?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "certificates" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-c4e60285-0dba-4c15-bd29-4a08735990b6" }, { "id": "f6160ade-10cb-4925-b4c1-6c4510beebd6", "name": "The request was sent to a location that does not exist in the API.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"\",\n \"expiry_date\": \"\",\n \"notes\": \"\",\n \"file\": \"\",\n \"mime_type\": \"\",\n \"file_name\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/certificates?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "certificates" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-f6160ade-10cb-4925-b4c1-6c4510beebd6" } ], "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-968b4055-5088-4297-b115-01e5f41687e7" } ], "id": "4a6b8a7b-4d22-4e15-999a-e401f096b6d8", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-4a6b8a7b-4d22-4e15-999a-e401f096b6d8" }, { "name": "conversation_recipients", "item": [ { "name": "Get Recipients for Property", "id": "eb7015c0-cdb9-4a4f-9f1d-f00b73596cfe", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/conversation_recipients", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "conversation_recipients" ], "variable": [ { "id": "5d687ec5-1b17-4490-bfe8-ca5fe572aa22", "key": "property_id", "value": "", "description": "(Required) Arthur property id." } ] }, "description": "This endpoint retrieves a list of conversation recipients on a property record, identified by its unique property_id ." }, "response": [ { "id": "1d8ba28f-8ced-4bcc-89e1-24357e65f734", "name": "The request was completed successfully without errors.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/conversation_recipients", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "conversation_recipients" ], "variable": [ { "key": "property_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-1d8ba28f-8ced-4bcc-89e1-24357e65f734" }, { "id": "98586687-e6cb-4a2d-ab5b-d2e25258fc1b", "name": "The request was invalid or malformed.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/conversation_recipients", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "conversation_recipients" ], "variable": [ { "key": "property_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-98586687-e6cb-4a2d-ab5b-d2e25258fc1b" }, { "id": "f46a556d-da2a-4a09-a2e8-596cf483afbe", "name": "Missing, invalid or expired access token.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/conversation_recipients", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "conversation_recipients" ], "variable": [ { "key": "property_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-f46a556d-da2a-4a09-a2e8-596cf483afbe" }, { "id": "c32d5553-8435-4f2f-a2c1-4a0741673189", "name": "The request was sent to a location that does not exist in the API.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/conversation_recipients", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "conversation_recipients" ], "variable": [ { "key": "property_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-c32d5553-8435-4f2f-a2c1-4a0741673189" } ], "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-eb7015c0-cdb9-4a4f-9f1d-f00b73596cfe" } ], "id": "7d3ffd24-08af-420c-b7bf-b886b1912c0d", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-7d3ffd24-08af-420c-b7bf-b886b1912c0d" }, { "name": "conversations", "item": [ { "name": "List Conversations On Property", "id": "29d2bb5d-ee22-4440-aea9-721e87a28d9e", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/conversations?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "conversations" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "id": "717d5d49-b63e-4ad9-950a-bb88cf0f149a", "key": "property_id", "value": "", "description": "(Required) Arthur property id." } ] }, "description": "This endpoint retrieves a list of conversations associated with the given property ID." }, "response": [ { "id": "534d0a89-0e76-407c-add7-d365e88f55c8", "name": "The request was completed successfully without errors.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/conversations?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "conversations" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-534d0a89-0e76-407c-add7-d365e88f55c8" }, { "id": "4f421b85-5511-4c28-a890-6d9f04d3bcad", "name": "The request was invalid or malformed.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/conversations?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "conversations" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-4f421b85-5511-4c28-a890-6d9f04d3bcad" }, { "id": "dd677262-710d-4a91-b91a-73ff58273f79", "name": "Missing, invalid or expired access token.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/conversations?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "conversations" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-dd677262-710d-4a91-b91a-73ff58273f79" }, { "id": "2bf48d31-78fd-44b0-90f2-4864c6e62162", "name": "The request was sent to a location that does not exist in the API.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/conversations?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "conversations" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-2bf48d31-78fd-44b0-90f2-4864c6e62162" } ], "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-29d2bb5d-ee22-4440-aea9-721e87a28d9e" }, { "name": "Create Conversation On Property", "id": "f9f69d0d-c4fb-449f-b55a-b6f51194817a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"message\": \"\",\n \"subject\": \"\",\n \"person_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/conversations?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "conversations" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "id": "4e8a7ecc-afc9-4d3e-9b74-5900f52e03d6", "key": "property_id", "value": "", "description": "(Required) Arthur property id." } ] }, "description": "Use this endpoint to create a new conversation related to a\u00a0 property . The API will return the saved data.\n\nSupported Fields \n The following fields are supported for the request body\n\nField \n Example \n Type \n Required? \n\nmessage \n It's done \n String \n Yes \n\nsubject \n Meeting tomorrow \n String \n Yes \n\nperson_ids \n ['1','2'] \n Array(String) \n Yes" }, "response": [ { "id": "6aad40c5-f0a9-43e3-ada2-ee9b1389cdd8", "name": "The request was completed successfully without errors.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"message\": \"\",\n \"subject\": \"\",\n \"person_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/conversations?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "conversations" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-6aad40c5-f0a9-43e3-ada2-ee9b1389cdd8" }, { "id": "1eb49654-a94e-4c31-a39c-8cdbbe2950d0", "name": "The request was invalid or malformed.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"message\": \"\",\n \"subject\": \"\",\n \"person_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/conversations?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "conversations" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-1eb49654-a94e-4c31-a39c-8cdbbe2950d0" }, { "id": "39be43ad-2922-4244-9809-b92fa6447698", "name": "Missing, invalid or expired access token.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"message\": \"\",\n \"subject\": \"\",\n \"person_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/conversations?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "conversations" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-39be43ad-2922-4244-9809-b92fa6447698" }, { "id": "eeb0dca0-4257-44d7-a4bd-eaa2f3cae56c", "name": "The request was sent to a location that does not exist in the API.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"message\": \"\",\n \"subject\": \"\",\n \"person_ids\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/conversations?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "conversations" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-eeb0dca0-4257-44d7-a4bd-eaa2f3cae56c" } ], "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-f9f69d0d-c4fb-449f-b55a-b6f51194817a" } ], "id": "80fc9496-c480-439a-98e2-ece47742b4bc", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-80fc9496-c480-439a-98e2-ece47742b4bc" }, { "name": "faqs", "item": [ { "name": "List General Info for Property", "id": "943a8278-aa4c-4b37-a935-7ad5857b0c78", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/faqs?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "faqs" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "id": "56bec715-dd00-4f02-86e4-006f987bdbfb", "key": "property_id", "value": "", "description": "(Required) Arthur property id." } ] }, "description": "This endpoint retrieves a list of general information records associated with the given property ID." }, "response": [ { "id": "ada0645f-7401-47d1-9592-307bab7c634f", "name": "The request was completed successfully without errors.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/faqs?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "faqs" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-ada0645f-7401-47d1-9592-307bab7c634f" }, { "id": "fa96df38-69c4-4c0b-97f4-1e369c46d834", "name": "The request was invalid or malformed.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/faqs?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "faqs" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-fa96df38-69c4-4c0b-97f4-1e369c46d834" }, { "id": "2911dc4f-dc82-4802-af5a-b472a5d1dd0e", "name": "Missing, invalid or expired access token.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/faqs?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "faqs" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-2911dc4f-dc82-4802-af5a-b472a5d1dd0e" }, { "id": "f1515e6f-8472-4447-91e1-d80ae7046910", "name": "The request was sent to a location that does not exist in the API.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/faqs?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "faqs" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-f1515e6f-8472-4447-91e1-d80ae7046910" } ], "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-943a8278-aa4c-4b37-a935-7ad5857b0c78" }, { "name": "Add General Info for Property", "id": "19c570e6-0183-479a-b55d-7b086b4e2b3c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"title\": \"\",\n \"description\": \"\",\n \"faq_type\": \"\",\n \"share_owner\": \"\",\n \"share_tenant\": \"\",\n \"share_contractor\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/faqs?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "faqs" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "id": "c9713942-e7dd-4628-b04c-89a38d13fecc", "key": "property_id", "value": "", "description": "(Required) Arthur property id." } ] }, "description": "Use this endpoint to create a new general information record for the property . The API will return the saved data and a unique general information ID.\n\nSupported Fields \n The following fields are supported for the request body\n\nField \n Example \n Type \n\ntitle \n Maintenance \n String \n\ndescription \n Weekly clean \n String \n\nfaq_type \n General \n String \n\nshare_owner \n true \n Boolean \n\nshare_tenant \n true \n Boolean \n\nshare_contractor \n false \n Boolean" }, "response": [ { "id": "bcfa370b-0427-42b7-bd02-341a060f7fb1", "name": "The request was completed successfully without errors.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"title\": \"\",\n \"description\": \"\",\n \"faq_type\": \"\",\n \"share_owner\": \"\",\n \"share_tenant\": \"\",\n \"share_contractor\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/faqs?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "faqs" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"data\": {}\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-bcfa370b-0427-42b7-bd02-341a060f7fb1" }, { "id": "07458abf-0e99-4bf9-9e6b-f5a2f8e6de0a", "name": "The request was invalid or malformed.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"title\": \"\",\n \"description\": \"\",\n \"faq_type\": \"\",\n \"share_owner\": \"\",\n \"share_tenant\": \"\",\n \"share_contractor\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/faqs?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "faqs" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-07458abf-0e99-4bf9-9e6b-f5a2f8e6de0a" }, { "id": "6780fdc8-b040-472c-b069-bc2b8af5a8a4", "name": "Missing, invalid or expired access token.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"title\": \"\",\n \"description\": \"\",\n \"faq_type\": \"\",\n \"share_owner\": \"\",\n \"share_tenant\": \"\",\n \"share_contractor\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/faqs?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "faqs" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-6780fdc8-b040-472c-b069-bc2b8af5a8a4" }, { "id": "4e1c64af-dce1-40bc-8819-8d42cdf625f7", "name": "The request was sent to a location that does not exist in the API.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"title\": \"\",\n \"description\": \"\",\n \"faq_type\": \"\",\n \"share_owner\": \"\",\n \"share_tenant\": \"\",\n \"share_contractor\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/faqs?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "faqs" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-4e1c64af-dce1-40bc-8819-8d42cdf625f7" } ], "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-19c570e6-0183-479a-b55d-7b086b4e2b3c" } ], "id": "c2fc0f2b-c91f-4ecf-a90f-0781a7e7d84e", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-c2fc0f2b-c91f-4ecf-a90f-0781a7e7d84e" }, { "name": "notes", "item": [ { "name": "{note_id}", "item": [ { "name": "View Note On Property", "id": "5cd4010c-66ef-482f-978c-f75c15baba84", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/notes/:note_id", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "notes", ":note_id" ], "variable": [ { "id": "0a335eb8-d41e-48e5-ba4e-42b72816673d", "key": "property_id", "value": "", "description": "(Required) Arthur property id." }, { "id": "95f74386-852a-41ce-bc19-2dc65c19c403", "key": "note_id", "value": "", "description": "(Required) Arthur note id." } ] }, "description": "This API endpoint retrieves the details of a single note , identified by its unique\u00a0 id ." }, "response": [ { "id": "f69af9ed-3841-4f21-97f0-56d109faecde", "name": "The request was completed successfully without errors.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/notes/:note_id", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "notes", ":note_id" ], "variable": [ { "key": "property_id" }, { "key": "note_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-f69af9ed-3841-4f21-97f0-56d109faecde" }, { "id": "52e6669d-dfad-447c-b375-b21e4b918b5e", "name": "The request was invalid or malformed.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/notes/:note_id", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "notes", ":note_id" ], "variable": [ { "key": "property_id" }, { "key": "note_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-52e6669d-dfad-447c-b375-b21e4b918b5e" }, { "id": "e16765a0-507b-405e-b1df-1d2a69f8ce78", "name": "Missing, invalid or expired access token.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/notes/:note_id", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "notes", ":note_id" ], "variable": [ { "key": "property_id" }, { "key": "note_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-e16765a0-507b-405e-b1df-1d2a69f8ce78" }, { "id": "6af23297-52ae-4029-904c-e4b8d34203ca", "name": "The request was sent to a location that does not exist in the API.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/notes/:note_id", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "notes", ":note_id" ], "variable": [ { "key": "property_id" }, { "key": "note_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-6af23297-52ae-4029-904c-e4b8d34203ca" } ], "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-5cd4010c-66ef-482f-978c-f75c15baba84" }, { "name": "Update Note On Property", "id": "d78cc235-bbb2-4b8c-b106-3fce431fb1cb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"content\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/notes/:note_id?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "notes", ":note_id" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "id": "303f4152-23d0-45d6-8a59-b8b6446c876f", "key": "property_id", "value": "", "description": "(Required) Arthur property id." }, { "id": "89809b1c-446c-488f-bd63-0127b8beceac", "key": "note_id", "value": "", "description": "(Required) Arthur note id." } ] }, "description": "This endpoint updates an existing note using the same fields as the 'Add Note' endpoint. The API will return the updated data for the property in the response.\n\nSupported Fields \n The following fields are supported for the request body\n\nField \n Example \n Type \n Required? \n\ncontent \n Moving away \n String \n No" }, "response": [ { "id": "c9d0eba4-b056-458b-b3f8-cd1cec9080e5", "name": "The request was completed successfully without errors.", "originalRequest": { "method": "PUT", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/notes/:note_id?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "notes", ":note_id" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" }, { "key": "note_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-c9d0eba4-b056-458b-b3f8-cd1cec9080e5" }, { "id": "7b587817-ea08-4630-8e54-cba5b4d84426", "name": "The request was invalid or malformed.", "originalRequest": { "method": "PUT", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/notes/:note_id?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "notes", ":note_id" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" }, { "key": "note_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-7b587817-ea08-4630-8e54-cba5b4d84426" }, { "id": "da49d221-c937-4014-8584-6b487b25faa8", "name": "Missing, invalid or expired access token.", "originalRequest": { "method": "PUT", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/notes/:note_id?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "notes", ":note_id" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" }, { "key": "note_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-da49d221-c937-4014-8584-6b487b25faa8" }, { "id": "d9be47bc-7b40-44d5-b5a0-a1de29536e51", "name": "The request was sent to a location that does not exist in the API.", "originalRequest": { "method": "PUT", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/notes/:note_id?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "notes", ":note_id" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" }, { "key": "note_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-d9be47bc-7b40-44d5-b5a0-a1de29536e51" } ], "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-d78cc235-bbb2-4b8c-b106-3fce431fb1cb" }, { "name": "Delete Note On Property", "id": "a016c59e-20e8-4b69-9b30-bb2791a94f5c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/notes/:note_id", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "notes", ":note_id" ], "variable": [ { "id": "3251b346-de78-44e4-98d6-52046e09e421", "key": "property_id", "value": "", "description": "(Required) Arthur property id." }, { "id": "4c1c0121-e35f-4c19-a600-0ef6a01574c4", "key": "note_id", "value": "", "description": "(Required) Arthur note id." } ] }, "description": "This endpoint deletes an existing note using the note id ." }, "response": [ { "id": "5b22851a-b0f6-4370-9da3-27a6e02005b3", "name": "The request was completed successfully without errors.", "originalRequest": { "method": "DELETE", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/notes/:note_id", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "notes", ":note_id" ], "variable": [ { "key": "property_id" }, { "key": "note_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-5b22851a-b0f6-4370-9da3-27a6e02005b3" }, { "id": "a120c346-eaf4-4b42-b4a8-c35d1178d2db", "name": "The request was invalid or malformed.", "originalRequest": { "method": "DELETE", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/notes/:note_id", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "notes", ":note_id" ], "variable": [ { "key": "property_id" }, { "key": "note_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-a120c346-eaf4-4b42-b4a8-c35d1178d2db" }, { "id": "4f51dab3-e904-4fe1-a661-32b358883398", "name": "Missing, invalid or expired access token.", "originalRequest": { "method": "DELETE", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/notes/:note_id", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "notes", ":note_id" ], "variable": [ { "key": "property_id" }, { "key": "note_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-4f51dab3-e904-4fe1-a661-32b358883398" }, { "id": "ad6b4092-b7a0-4a8f-980a-b1f358643e93", "name": "The request was sent to a location that does not exist in the API.", "originalRequest": { "method": "DELETE", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/notes/:note_id", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "notes", ":note_id" ], "variable": [ { "key": "property_id" }, { "key": "note_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-ad6b4092-b7a0-4a8f-980a-b1f358643e93" } ], "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-a016c59e-20e8-4b69-9b30-bb2791a94f5c" } ], "id": "5ee8d027-35b6-45cb-8021-f20868789a6c", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-5ee8d027-35b6-45cb-8021-f20868789a6c" }, { "name": "List Notes On Property", "id": "992aac61-2870-44a1-aaee-d45894593207", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/notes?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "notes" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "id": "0b35788c-0251-4cd3-a6c8-81ae05939a56", "key": "property_id", "value": "", "description": "(Required) Arthur property id." } ] }, "description": "This endpoint retrieves a list of notes associated with the given property ID." }, "response": [ { "id": "c23d9198-98bf-4209-be0e-66a096a8add8", "name": "The request was completed successfully without errors.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/notes?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "notes" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-c23d9198-98bf-4209-be0e-66a096a8add8" }, { "id": "8cfe2249-a3a6-466f-b851-8f6d6d21fa56", "name": "The request was invalid or malformed.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/notes?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "notes" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-8cfe2249-a3a6-466f-b851-8f6d6d21fa56" }, { "id": "069e2778-d37a-4a36-ab6c-210ceeb16d9f", "name": "Missing, invalid or expired access token.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/notes?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "notes" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-069e2778-d37a-4a36-ab6c-210ceeb16d9f" }, { "id": "99905467-98de-4a65-8681-d578764719df", "name": "The request was sent to a location that does not exist in the API.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/notes?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "notes" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-99905467-98de-4a65-8681-d578764719df" } ], "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-992aac61-2870-44a1-aaee-d45894593207" }, { "name": "Add Note On Property", "id": "58d2552a-5158-4f43-ac10-63c4034fc49f", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"content\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/notes?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "notes" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "id": "4b92d8e4-d5b5-4908-8ef7-eb871c05b8ee", "key": "property_id", "value": "", "description": "(Required) Arthur property id." } ] }, "description": "Use this endpoint to create a new note record for the property . The API will return the saved data and a unique note ID.\n\nSupported Fields \n The following fields are supported for the request body\n\nField \n Example \n Type \n Required? \n\ncontent \n Moving away \n String \n Yes" }, "response": [ { "id": "e669e1d4-5f5d-47e8-a8e8-120eb1319cd9", "name": "The request was completed successfully without errors.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/notes?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "notes" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-e669e1d4-5f5d-47e8-a8e8-120eb1319cd9" }, { "id": "90850da2-23ac-40af-a0a0-f41ebb8e8a69", "name": "The request was invalid or malformed.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/notes?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "notes" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-90850da2-23ac-40af-a0a0-f41ebb8e8a69" }, { "id": "d66935ec-7079-4977-b740-cff9d46d7268", "name": "Missing, invalid or expired access token.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/notes?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "notes" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-d66935ec-7079-4977-b740-cff9d46d7268" }, { "id": "81d61449-a70e-401b-ad35-9e3c2b154407", "name": "The request was sent to a location that does not exist in the API.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"content\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/notes?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "notes" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-81d61449-a70e-401b-ad35-9e3c2b154407" } ], "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-58d2552a-5158-4f43-ac10-63c4034fc49f" } ], "id": "d9755207-d774-4648-a7d3-d10db69ad273", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-d9755207-d774-4648-a7d3-d10db69ad273" }, { "name": "units", "item": [ { "name": "List Units on Property", "id": "ff104df7-1c6b-4143-94e3-8091a73aee7d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/units?status=&type=&tags=&page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "units" ], "query": [ { "description": "Filter the units by unit status.", "key": "status", "value": "" }, { "description": "Filter the units by unit type.", "key": "type", "value": "" }, { "description": "Filter the units by a comma separated value of tags.", "key": "tags", "value": "" }, { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "id": "0708a28c-91a0-4fff-92e1-f4b7e86ae215", "key": "property_id", "value": "", "description": "(Required) Arthur property id." } ] }, "description": "This endpoint retrieves a list of units associated with the given property ID." }, "response": [ { "id": "6256ad97-d668-46de-9750-92422c0bcabb", "name": "The request was completed successfully without errors.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/units?status=&type=&tags=&page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "units" ], "query": [ { "description": "Filter the units by unit status.", "key": "status", "value": "" }, { "description": "Filter the units by unit type.", "key": "type", "value": "" }, { "description": "Filter the units by a comma separated value of tags.", "key": "tags", "value": "" }, { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-6256ad97-d668-46de-9750-92422c0bcabb" }, { "id": "50900780-cfbd-455d-ad28-9405b9870ce5", "name": "The request was invalid or malformed.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/units?status=&type=&tags=&page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "units" ], "query": [ { "description": "Filter the units by unit status.", "key": "status", "value": "" }, { "description": "Filter the units by unit type.", "key": "type", "value": "" }, { "description": "Filter the units by a comma separated value of tags.", "key": "tags", "value": "" }, { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-50900780-cfbd-455d-ad28-9405b9870ce5" }, { "id": "f664044e-8dbc-4128-84c9-114b606372ec", "name": "Missing, invalid or expired access token.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/units?status=&type=&tags=&page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "units" ], "query": [ { "description": "Filter the units by unit status.", "key": "status", "value": "" }, { "description": "Filter the units by unit type.", "key": "type", "value": "" }, { "description": "Filter the units by a comma separated value of tags.", "key": "tags", "value": "" }, { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-f664044e-8dbc-4128-84c9-114b606372ec" }, { "id": "839caee3-38c0-46e5-b222-c595ca379ce7", "name": "The request was sent to a location that does not exist in the API.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/units?status=&type=&tags=&page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "units" ], "query": [ { "description": "Filter the units by unit status.", "key": "status", "value": "" }, { "description": "Filter the units by unit type.", "key": "type", "value": "" }, { "description": "Filter the units by a comma separated value of tags.", "key": "tags", "value": "" }, { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-839caee3-38c0-46e5-b222-c595ca379ce7" } ], "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-ff104df7-1c6b-4143-94e3-8091a73aee7d" } ], "id": "5b541d83-e732-428a-bbca-1e2d7045b4ee", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-5b541d83-e732-428a-bbca-1e2d7045b4ee" }, { "name": "tenancies", "item": [ { "name": "List Tenancies on Property", "id": "a6012885-daec-4090-9701-1b66a15b00ba", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/tenancies?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "tenancies" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "id": "541e7572-a48b-4ed7-aab1-4cd8f230d09a", "key": "property_id", "value": "", "description": "(Required) Arthur property id." } ] }, "description": "This endpoint retrieves a list of tenancies associated with the given property ID." }, "response": [ { "id": "b1df5ed9-66d6-46c1-91f6-181799b9f485", "name": "The request was completed successfully without errors.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/tenancies?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "tenancies" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-b1df5ed9-66d6-46c1-91f6-181799b9f485" }, { "id": "b59409cb-5883-45a8-a358-17ecc6095fed", "name": "The request was invalid or malformed.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/tenancies?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "tenancies" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-b59409cb-5883-45a8-a358-17ecc6095fed" }, { "id": "7884bfec-89de-4e15-ad6e-c99270b25146", "name": "Missing, invalid or expired access token.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/tenancies?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "tenancies" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-7884bfec-89de-4e15-ad6e-c99270b25146" }, { "id": "d3e4f646-51dc-48af-b9d9-87df16dc95f4", "name": "The request was sent to a location that does not exist in the API.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/tenancies?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "tenancies" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-d3e4f646-51dc-48af-b9d9-87df16dc95f4" } ], "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-a6012885-daec-4090-9701-1b66a15b00ba" } ], "id": "eb964ea5-ff6b-431c-a485-5649bda9ce40", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-eb964ea5-ff6b-431c-a485-5649bda9ce40" }, { "name": "tasks", "item": [ { "name": "{task_id}", "item": [ { "name": "View Task On Property", "id": "cbc99191-30cc-448a-a94d-3199a95f1a9a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/tasks/:task_id", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "tasks", ":task_id" ], "variable": [ { "id": "94c39425-6619-4b40-adf0-7cc4b81ce954", "key": "property_id", "value": "", "description": "(Required) Arthur property id." }, { "id": "db1d0d67-fead-4287-897d-9fc965792ff7", "key": "task_id", "value": "", "description": "(Required) Arthur task id." } ] }, "description": "This API endpoint retrieves the details of a single property\u00a0 task , identified by its unique\u00a0 id ." }, "response": [ { "id": "e2599691-2c7f-4064-9192-8872444f1903", "name": "The request was completed successfully without errors.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/tasks/:task_id", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "tasks", ":task_id" ], "variable": [ { "key": "property_id" }, { "key": "task_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-e2599691-2c7f-4064-9192-8872444f1903" }, { "id": "979ce7b4-a6a8-4df1-89c4-cc69088a21be", "name": "The request was invalid or malformed.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/tasks/:task_id", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "tasks", ":task_id" ], "variable": [ { "key": "property_id" }, { "key": "task_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-979ce7b4-a6a8-4df1-89c4-cc69088a21be" }, { "id": "6cb21782-945e-47cf-899e-3d462826e41f", "name": "Missing, invalid or expired access token.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/tasks/:task_id", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "tasks", ":task_id" ], "variable": [ { "key": "property_id" }, { "key": "task_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-6cb21782-945e-47cf-899e-3d462826e41f" }, { "id": "f2b811e0-718d-47da-a818-f9f54f4c2414", "name": "The request was sent to a location that does not exist in the API.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/tasks/:task_id", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "tasks", ":task_id" ], "variable": [ { "key": "property_id" }, { "key": "task_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-f2b811e0-718d-47da-a818-f9f54f4c2414" } ], "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-cbc99191-30cc-448a-a94d-3199a95f1a9a" }, { "name": "Update Task On Property", "id": "78cf1069-ec89-4c3a-ba4a-85f8063fe8fd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"task_type\": \"\",\n \"description\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"due_date\": \"\",\n \"due_time\": \"\",\n \"assigned_managers\": [\n \"\",\n \"\"\n ],\n \"emergency\": \"\",\n \"private\": \"\",\n \"api_notes\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/tasks/:task_id?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "tasks", ":task_id" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "id": "6d7ecd1c-21cf-4943-9c79-18e516801d4c", "key": "property_id", "value": "", "description": "(Required) Arthur property id." }, { "id": "df57029a-dba5-4028-8048-30a8d581403a", "key": "task_id", "value": "", "description": "(Required) Arthur task id." } ] }, "description": "This endpoint updates an existing task using the same fields as the 'Add Task' endpoint. The API will return the updated data for the property in the response.\n\nSupported Fields \n The following fields are supported for the request body\n\nField \n Example \n Type \n Required? \n\ntask_type \n Inspection \n String \n No \n\ndescription \n Radiator not working \n String \n No \n\ntags \n ['one','two'] \n Array(String) \n No \n\ndue_date \n 2020-10-11 \n Date \n No \n\ndue_time \n 15:32 \n Time \n No \n\nassigned_managers \n [123,1234] \n Array(Integer) \n No \n\nemergency \n True \n Boolean \n No \n\nprivate \n True \n Boolean \n No \n\napi_notes \n Landlord will be present \n String \n No" }, "response": [ { "id": "769f30f6-2609-4dd1-922c-24b22211afd7", "name": "The request was completed successfully without errors.", "originalRequest": { "method": "PUT", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"task_type\": \"\",\n \"description\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"due_date\": \"\",\n \"due_time\": \"\",\n \"assigned_managers\": [\n \"\",\n \"\"\n ],\n \"emergency\": \"\",\n \"private\": \"\",\n \"api_notes\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/tasks/:task_id?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "tasks", ":task_id" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" }, { "key": "task_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-769f30f6-2609-4dd1-922c-24b22211afd7" }, { "id": "ef116a61-1394-414f-a084-85efa7632e6d", "name": "The request was invalid or malformed.", "originalRequest": { "method": "PUT", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"task_type\": \"\",\n \"description\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"due_date\": \"\",\n \"due_time\": \"\",\n \"assigned_managers\": [\n \"\",\n \"\"\n ],\n \"emergency\": \"\",\n \"private\": \"\",\n \"api_notes\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/tasks/:task_id?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "tasks", ":task_id" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" }, { "key": "task_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-ef116a61-1394-414f-a084-85efa7632e6d" }, { "id": "117dd0b5-dae4-4481-9826-2cb3be23ef92", "name": "Missing, invalid or expired access token.", "originalRequest": { "method": "PUT", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"task_type\": \"\",\n \"description\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"due_date\": \"\",\n \"due_time\": \"\",\n \"assigned_managers\": [\n \"\",\n \"\"\n ],\n \"emergency\": \"\",\n \"private\": \"\",\n \"api_notes\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/tasks/:task_id?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "tasks", ":task_id" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" }, { "key": "task_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-117dd0b5-dae4-4481-9826-2cb3be23ef92" }, { "id": "6576a6b7-6200-4cb5-900d-fbd4ae46038a", "name": "The request was sent to a location that does not exist in the API.", "originalRequest": { "method": "PUT", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"task_type\": \"\",\n \"description\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"due_date\": \"\",\n \"due_time\": \"\",\n \"assigned_managers\": [\n \"\",\n \"\"\n ],\n \"emergency\": \"\",\n \"private\": \"\",\n \"api_notes\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/tasks/:task_id?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "tasks", ":task_id" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" }, { "key": "task_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-6576a6b7-6200-4cb5-900d-fbd4ae46038a" } ], "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-78cf1069-ec89-4c3a-ba4a-85f8063fe8fd" }, { "name": "Delete Task On Property", "id": "91e4be8f-029b-4f60-9743-81dffa693cf0", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "DELETE", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/tasks/:task_id", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "tasks", ":task_id" ], "variable": [ { "id": "455e7549-0090-4e42-864d-e44a707be8ff", "key": "property_id", "value": "", "description": "(Required) Arthur property id." }, { "id": "381c5cc3-1da4-47fa-9c07-77d6b749ca89", "key": "task_id", "value": "", "description": "(Required) Arthur task id." } ] }, "description": "This endpoint deletes an existing asset record using the task\u00a0 id , under a property ID" }, "response": [ { "id": "f78a3d1a-c7f0-4633-a4c6-7aad05b794f6", "name": "The request was completed successfully without errors.", "originalRequest": { "method": "DELETE", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/tasks/:task_id", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "tasks", ":task_id" ], "variable": [ { "key": "property_id" }, { "key": "task_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-f78a3d1a-c7f0-4633-a4c6-7aad05b794f6" }, { "id": "80892bb3-811f-47ea-b451-a525e49b1900", "name": "The request was invalid or malformed.", "originalRequest": { "method": "DELETE", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/tasks/:task_id", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "tasks", ":task_id" ], "variable": [ { "key": "property_id" }, { "key": "task_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-80892bb3-811f-47ea-b451-a525e49b1900" }, { "id": "207b56fc-3ec7-4da1-82a9-fd760feaf4e1", "name": "Missing, invalid or expired access token.", "originalRequest": { "method": "DELETE", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/tasks/:task_id", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "tasks", ":task_id" ], "variable": [ { "key": "property_id" }, { "key": "task_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-207b56fc-3ec7-4da1-82a9-fd760feaf4e1" }, { "id": "6247ec32-77fb-4611-8a51-b3afbddb2f51", "name": "The request was sent to a location that does not exist in the API.", "originalRequest": { "method": "DELETE", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/tasks/:task_id", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "tasks", ":task_id" ], "variable": [ { "key": "property_id" }, { "key": "task_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-6247ec32-77fb-4611-8a51-b3afbddb2f51" } ], "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-91e4be8f-029b-4f60-9743-81dffa693cf0" } ], "id": "60933dac-1e13-4b5b-a9f8-83e994e5cb04", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-60933dac-1e13-4b5b-a9f8-83e994e5cb04" }, { "name": "List Tasks On Property", "id": "33e07d92-cfc1-4426-a723-d6405eeba348", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/tasks?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "tasks" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "id": "bffc02b8-bb2b-4c23-b1db-2cd772a9b862", "key": "property_id", "value": "", "description": "(Required) Arthur property id." } ] }, "description": "This endpoint retrieves a list of tasks associated with the given property ID." }, "response": [ { "id": "4599f5cc-81c8-48e0-a8d8-cae769612863", "name": "The request was completed successfully without errors.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/tasks?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "tasks" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-4599f5cc-81c8-48e0-a8d8-cae769612863" }, { "id": "0877a384-4033-4768-b896-680582500377", "name": "The request was invalid or malformed.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/tasks?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "tasks" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-0877a384-4033-4768-b896-680582500377" }, { "id": "678e5e09-e55a-40a3-a6ee-0822061287b4", "name": "Missing, invalid or expired access token.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/tasks?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "tasks" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-678e5e09-e55a-40a3-a6ee-0822061287b4" }, { "id": "7f85f544-63a1-4cd2-ab31-471b9713256c", "name": "The request was sent to a location that does not exist in the API.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/tasks?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "tasks" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-7f85f544-63a1-4cd2-ab31-471b9713256c" } ], "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-33e07d92-cfc1-4426-a723-d6405eeba348" }, { "name": "Add Task On Property", "id": "04a2fa75-5d3a-4ae4-ae3a-33fc8f9ceab1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"description\": \"\",\n \"task_type\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"due_date\": \"\",\n \"due_time\": \"\",\n \"assigned_managers\": [\n \"\",\n \"\"\n ],\n \"emergency\": \"\",\n \"private\": \"\",\n \"api_notes\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/tasks?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "tasks" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "id": "25a1b1e7-5c4b-4ed6-acd7-327da0eec8ef", "key": "property_id", "value": "", "description": "(Required) Arthur property id." } ] }, "description": "Use this endpoint to create a new task record for the property . The API will return the saved data and a unique task ID.\n\nSupported Fields \n The following fields are supported for the request body\n\nField \n Example \n Type \n Required? \n\ntask_type \n Inspection \n String \n No \n\ndescription \n Radiator not working \n String \n Yes \n\ntags \n ['one','two'] \n Array(String) \n No \n\ndue_date \n 2020-10-11 \n Date \n No \n\ndue_time \n 15:32 \n Time \n No \n\nassigned_managers \n [123,1234] \n Array(Integer) \n No \n\nemergency \n True \n Boolean \n No \n\nprivate \n True \n Boolean \n No \n\napi_notes \n Landlord will be present \n String \n No \n\nfiles \n\n(each object must contain \"file_type\", \"file_name\", and \"file\") \n { \n\"file_type\":\"application/pdf\", \n\"file_name\":\"testing\", \n\"file\":\"(base 64)\" \n} \n [Array {Objects}] \n No" }, "response": [ { "id": "1bdb7b3c-8c0a-4612-bbf5-9569fe3a5f1a", "name": "The request was completed successfully without errors.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"description\": \"\",\n \"task_type\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"due_date\": \"\",\n \"due_time\": \"\",\n \"assigned_managers\": [\n \"\",\n \"\"\n ],\n \"emergency\": \"\",\n \"private\": \"\",\n \"api_notes\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/tasks?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "tasks" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-1bdb7b3c-8c0a-4612-bbf5-9569fe3a5f1a" }, { "id": "22a0129a-116f-4998-94e8-3d88a7d352ee", "name": "The request was invalid or malformed.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"description\": \"\",\n \"task_type\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"due_date\": \"\",\n \"due_time\": \"\",\n \"assigned_managers\": [\n \"\",\n \"\"\n ],\n \"emergency\": \"\",\n \"private\": \"\",\n \"api_notes\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/tasks?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "tasks" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-22a0129a-116f-4998-94e8-3d88a7d352ee" }, { "id": "add5d204-dbf5-4cc5-a010-5cc3db4f802d", "name": "Missing, invalid or expired access token.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"description\": \"\",\n \"task_type\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"due_date\": \"\",\n \"due_time\": \"\",\n \"assigned_managers\": [\n \"\",\n \"\"\n ],\n \"emergency\": \"\",\n \"private\": \"\",\n \"api_notes\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/tasks?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "tasks" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-add5d204-dbf5-4cc5-a010-5cc3db4f802d" }, { "id": "62ceb207-49ee-419c-b738-2af78fdaaac8", "name": "The request was sent to a location that does not exist in the API.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"description\": \"\",\n \"task_type\": \"\",\n \"tags\": [\n \"\",\n \"\"\n ],\n \"due_date\": \"\",\n \"due_time\": \"\",\n \"assigned_managers\": [\n \"\",\n \"\"\n ],\n \"emergency\": \"\",\n \"private\": \"\",\n \"api_notes\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/tasks?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "tasks" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-62ceb207-49ee-419c-b738-2af78fdaaac8" } ], "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-04a2fa75-5d3a-4ae4-ae3a-33fc8f9ceab1" } ], "id": "b6364606-b617-4797-9eae-69900803fdf5", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-b6364606-b617-4797-9eae-69900803fdf5" }, { "name": "workorders", "item": [ { "name": "{workorder_id}", "item": [ { "name": "View Workorders On Property", "id": "9c6e8427-1cd2-4d93-86c9-fef02707c496", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/workorders/:workorder_id", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "workorders", ":workorder_id" ], "variable": [ { "id": "338de12d-b302-49cf-83d6-97e8c742f547", "key": "property_id", "value": "", "description": "(Required) Arthur property id." }, { "id": "4eb25347-295d-4c4d-8e98-f8bfd1ea3b57", "key": "workorder_id", "value": "", "description": "(Required) Arthur workorder id." } ] }, "description": "This API endpoint retrieves the details of a single property\u00a0 workorder , identified by its unique\u00a0 id ." }, "response": [ { "id": "4dd4ded1-a53f-4b75-a641-a340b256a373", "name": "The request was completed successfully without errors.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/workorders/:workorder_id", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "workorders", ":workorder_id" ], "variable": [ { "key": "property_id" }, { "key": "workorder_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-4dd4ded1-a53f-4b75-a641-a340b256a373" }, { "id": "50ec2eee-db57-4bc3-a577-6af767349b58", "name": "The request was invalid or malformed.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/workorders/:workorder_id", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "workorders", ":workorder_id" ], "variable": [ { "key": "property_id" }, { "key": "workorder_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-50ec2eee-db57-4bc3-a577-6af767349b58" }, { "id": "23021141-1cf1-4ca8-ab34-8d7275e702f3", "name": "Missing, invalid or expired access token.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/workorders/:workorder_id", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "workorders", ":workorder_id" ], "variable": [ { "key": "property_id" }, { "key": "workorder_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-23021141-1cf1-4ca8-ab34-8d7275e702f3" }, { "id": "507908d7-4d61-4c6d-b3ca-685f496dc81c", "name": "The request was sent to a location that does not exist in the API.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/workorders/:workorder_id", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "workorders", ":workorder_id" ], "variable": [ { "key": "property_id" }, { "key": "workorder_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-507908d7-4d61-4c6d-b3ca-685f496dc81c" } ], "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-9c6e8427-1cd2-4d93-86c9-fef02707c496" }, { "name": "Update Workorders On Property", "id": "35325937-a88b-4d7f-9cff-c8a74b55c671", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"title\": \"\",\n \"description\": \"\",\n \"invite_contractors\": [\n \"\",\n \"\"\n ],\n \"service_type\": \"\",\n \"start_date\": \"\",\n \"due_date\": \"\",\n \"budget\": \"\",\n \"allocated_time_hours\": \"\",\n \"actual_time_hours\": \"\",\n \"price_per_hour\": \"\",\n \"emergency\": \"\",\n \"quote_required\": \"\",\n \"share_assets\": \"\",\n \"hide_tenant_details\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/workorders/:workorder_id?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "workorders", ":workorder_id" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "id": "9ba19147-ec48-48ba-8a5f-d22b394c7df2", "key": "property_id", "value": "", "description": "(Required) Arthur property id." }, { "id": "b10ae7a9-027f-401b-ae3a-d73b6e280e18", "key": "workorder_id", "value": "", "description": "(Required) Arthur workorder id." } ] }, "description": "This endpoint updates an existing workorder using the same fields as the 'Add Workorder' endpoint. The API will return the updated data for the property in the response.\n\nSupported Fields \n The following fields are supported for the request body\n\nField \n Example \n Type \n Required? \n\ntitle \n workorder title \n String \n No \n\ndescription \n workorder description \n String \n No \n\ninvite_contractors \n [123,1234] \n Array(integer) \n No \n\nservice_type \n Carpet Layer \n String \n No \n\nstart_date \n 2020-02-20 \n Date \n No \n\ndue_date \n 2020-02-20 \n Date \n No \n\nbudget \n 1000,00 \n Float \n No \n\nallocated_time_hours \n 20 \n Float \n No \n\nactual_time_hours \n 20 \n Float \n No \n\nprice_per_hour \n 7,90 \n Float \n No \n\nemergency \n true \n Boolean \n No \n\nquote_required \n true \n Boolean \n No \n\nshare_assets \n false \n Boolean \n No \n\nhide_tenant_details \n true \n Boolean \n No" }, "response": [ { "id": "b09411b4-e854-43c7-8dca-4d878e855c8b", "name": "The request was completed successfully without errors.", "originalRequest": { "method": "PUT", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"title\": \"\",\n \"description\": \"\",\n \"invite_contractors\": [\n \"\",\n \"\"\n ],\n \"service_type\": \"\",\n \"start_date\": \"\",\n \"due_date\": \"\",\n \"budget\": \"\",\n \"allocated_time_hours\": \"\",\n \"actual_time_hours\": \"\",\n \"price_per_hour\": \"\",\n \"emergency\": \"\",\n \"quote_required\": \"\",\n \"share_assets\": \"\",\n \"hide_tenant_details\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/workorders/:workorder_id?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "workorders", ":workorder_id" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" }, { "key": "workorder_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-b09411b4-e854-43c7-8dca-4d878e855c8b" }, { "id": "08347916-d0f2-418a-9f25-4aa8df3413b4", "name": "The request was invalid or malformed.", "originalRequest": { "method": "PUT", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"title\": \"\",\n \"description\": \"\",\n \"invite_contractors\": [\n \"\",\n \"\"\n ],\n \"service_type\": \"\",\n \"start_date\": \"\",\n \"due_date\": \"\",\n \"budget\": \"\",\n \"allocated_time_hours\": \"\",\n \"actual_time_hours\": \"\",\n \"price_per_hour\": \"\",\n \"emergency\": \"\",\n \"quote_required\": \"\",\n \"share_assets\": \"\",\n \"hide_tenant_details\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/workorders/:workorder_id?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "workorders", ":workorder_id" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" }, { "key": "workorder_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-08347916-d0f2-418a-9f25-4aa8df3413b4" }, { "id": "12c9aea9-655a-445b-9625-46ccfda00255", "name": "Missing, invalid or expired access token.", "originalRequest": { "method": "PUT", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"title\": \"\",\n \"description\": \"\",\n \"invite_contractors\": [\n \"\",\n \"\"\n ],\n \"service_type\": \"\",\n \"start_date\": \"\",\n \"due_date\": \"\",\n \"budget\": \"\",\n \"allocated_time_hours\": \"\",\n \"actual_time_hours\": \"\",\n \"price_per_hour\": \"\",\n \"emergency\": \"\",\n \"quote_required\": \"\",\n \"share_assets\": \"\",\n \"hide_tenant_details\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/workorders/:workorder_id?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "workorders", ":workorder_id" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" }, { "key": "workorder_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-12c9aea9-655a-445b-9625-46ccfda00255" }, { "id": "2fe175ad-d6c6-499c-847a-2b0c00a1274c", "name": "The request was sent to a location that does not exist in the API.", "originalRequest": { "method": "PUT", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"title\": \"\",\n \"description\": \"\",\n \"invite_contractors\": [\n \"\",\n \"\"\n ],\n \"service_type\": \"\",\n \"start_date\": \"\",\n \"due_date\": \"\",\n \"budget\": \"\",\n \"allocated_time_hours\": \"\",\n \"actual_time_hours\": \"\",\n \"price_per_hour\": \"\",\n \"emergency\": \"\",\n \"quote_required\": \"\",\n \"share_assets\": \"\",\n \"hide_tenant_details\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/workorders/:workorder_id?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "workorders", ":workorder_id" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" }, { "key": "workorder_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-2fe175ad-d6c6-499c-847a-2b0c00a1274c" } ], "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-35325937-a88b-4d7f-9cff-c8a74b55c671" } ], "id": "888dbc1d-deff-47e9-bdf9-2273b5930975", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-888dbc1d-deff-47e9-bdf9-2273b5930975" }, { "name": "List Workorders On Property", "id": "4211e0bf-61fd-44d9-aad6-462837c3f465", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/workorders?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "workorders" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "id": "4fb56d29-d96a-4af5-94df-a7f71cecdf65", "key": "property_id", "value": "", "description": "(Required) Arthur property id." } ] }, "description": "This endpoint retrieves a list of workorders associated with the given property ID." }, "response": [ { "id": "079ef340-9141-4623-9a39-cafd65c942eb", "name": "The request was completed successfully without errors.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/workorders?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "workorders" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-079ef340-9141-4623-9a39-cafd65c942eb" }, { "id": "78f6b422-3931-41bd-bbc0-16a2fa2d3ff4", "name": "The request was invalid or malformed.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/workorders?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "workorders" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-78f6b422-3931-41bd-bbc0-16a2fa2d3ff4" }, { "id": "507ccfc9-7ec1-4a1a-b653-7a277b61b881", "name": "Missing, invalid or expired access token.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/workorders?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "workorders" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-507ccfc9-7ec1-4a1a-b653-7a277b61b881" }, { "id": "9fa984f2-7c3b-4c9b-9f20-bbb958b763aa", "name": "The request was sent to a location that does not exist in the API.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/workorders?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "workorders" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-9fa984f2-7c3b-4c9b-9f20-bbb958b763aa" } ], "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-4211e0bf-61fd-44d9-aad6-462837c3f465" }, { "name": "Create Workorders On Property", "id": "7017e9ff-26dc-4a88-a9d8-1aa9d9098914", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"service_type\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"invite_contractors\": [\n \"\",\n \"\"\n ],\n \"start_date\": \"\",\n \"due_date\": \"\",\n \"budget\": \"\",\n \"allocated_time_hours\": \"\",\n \"actual_time_hours\": \"\",\n \"price_per_hour\": \"\",\n \"emergency\": \"\",\n \"quote_required\": \"\",\n \"share_assets\": \"\",\n \"hide_tenant_details\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/workorders?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "workorders" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "id": "7ce18d80-b44b-4103-bc6c-e48a22b98153", "key": "property_id", "value": "", "description": "(Required) Arthur property id." } ] }, "description": "Use this endpoint to create a new workorder record for the\u00a0 property . The API will return the saved data and a unique workorder ID.\n\nSupported Fields \n The following fields are supported for the request body\n\nField \n Example \n Type \n Required? \n\ntitle \n workorder title \n String \n No \n\ndescription \n workorder description \n String \n No \n\ninvite_contractors \n [123,1234] \n Array(integer) \n No \n\nservice_type \n Carpet Layer \n String \n Yes \n\nstart_date \n 2020-02-20 \n Date \n No \n\ndue_date \n 2020-02-20 \n Date \n No \n\nbudget \n 1000,00 \n Float \n No \n\nallocated_time_hours \n 20 \n Float \n No \n\nactual_time_hours \n 20 \n Float \n No \n\nprice_per_hour \n 7,90 \n Float \n No \n\nemergency \n true \n Boolean \n No \n\nquote_required \n true \n Boolean \n No \n\nshare_assets \n false \n Boolean \n No \n\nhide_tenant_details \n true \n Boolean \n No" }, "response": [ { "id": "adeb4582-a4cc-42c2-b540-e29e0a920251", "name": "The request was completed successfully without errors.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"service_type\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"invite_contractors\": [\n \"\",\n \"\"\n ],\n \"start_date\": \"\",\n \"due_date\": \"\",\n \"budget\": \"\",\n \"allocated_time_hours\": \"\",\n \"actual_time_hours\": \"\",\n \"price_per_hour\": \"\",\n \"emergency\": \"\",\n \"quote_required\": \"\",\n \"share_assets\": \"\",\n \"hide_tenant_details\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/workorders?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "workorders" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-adeb4582-a4cc-42c2-b540-e29e0a920251" }, { "id": "e5ccc51d-29d4-4e0d-a88a-c15ad26f8787", "name": "The request was invalid or malformed.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"service_type\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"invite_contractors\": [\n \"\",\n \"\"\n ],\n \"start_date\": \"\",\n \"due_date\": \"\",\n \"budget\": \"\",\n \"allocated_time_hours\": \"\",\n \"actual_time_hours\": \"\",\n \"price_per_hour\": \"\",\n \"emergency\": \"\",\n \"quote_required\": \"\",\n \"share_assets\": \"\",\n \"hide_tenant_details\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/workorders?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "workorders" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-e5ccc51d-29d4-4e0d-a88a-c15ad26f8787" }, { "id": "aa163ca0-da04-4e60-bceb-f05545d7a228", "name": "Missing, invalid or expired access token.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"service_type\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"invite_contractors\": [\n \"\",\n \"\"\n ],\n \"start_date\": \"\",\n \"due_date\": \"\",\n \"budget\": \"\",\n \"allocated_time_hours\": \"\",\n \"actual_time_hours\": \"\",\n \"price_per_hour\": \"\",\n \"emergency\": \"\",\n \"quote_required\": \"\",\n \"share_assets\": \"\",\n \"hide_tenant_details\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/workorders?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "workorders" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-aa163ca0-da04-4e60-bceb-f05545d7a228" }, { "id": "e11c9afc-c4f4-45ca-b4b0-d36ed2ff1582", "name": "The request was sent to a location that does not exist in the API.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"service_type\": \"\",\n \"title\": \"\",\n \"description\": \"\",\n \"invite_contractors\": [\n \"\",\n \"\"\n ],\n \"start_date\": \"\",\n \"due_date\": \"\",\n \"budget\": \"\",\n \"allocated_time_hours\": \"\",\n \"actual_time_hours\": \"\",\n \"price_per_hour\": \"\",\n \"emergency\": \"\",\n \"quote_required\": \"\",\n \"share_assets\": \"\",\n \"hide_tenant_details\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/workorders?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "workorders" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-e11c9afc-c4f4-45ca-b4b0-d36ed2ff1582" } ], "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-7017e9ff-26dc-4a88-a9d8-1aa9d9098914" } ], "id": "ede312fd-0e41-4549-9287-418a7d074ce2", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-ede312fd-0e41-4549-9287-418a7d074ce2" }, { "name": "utilities", "item": [ { "name": "List Utilities On Property", "id": "0c174055-b1e8-4d54-a176-b3cb806ed2f2", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/utilities?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "utilities" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "id": "2c8d5df6-2d6f-4881-ade5-bc7792e080d4", "key": "property_id", "value": "", "description": "(Required) Arthur property id." } ] }, "description": "This endpoint retrieves a list of utilities associated with the given property ID." }, "response": [ { "id": "7075e1cc-bf62-4180-a6ea-506dcef87efe", "name": "The request was completed successfully without errors.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/utilities?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "utilities" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-7075e1cc-bf62-4180-a6ea-506dcef87efe" }, { "id": "0fdf80cd-2223-4a2f-ad71-c8e3cc0be243", "name": "The request was invalid or malformed.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/utilities?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "utilities" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-0fdf80cd-2223-4a2f-ad71-c8e3cc0be243" }, { "id": "0fbea2af-761c-4e75-9636-d87e807d9843", "name": "Missing, invalid or expired access token.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/utilities?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "utilities" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-0fbea2af-761c-4e75-9636-d87e807d9843" }, { "id": "79371502-b168-4c1d-ac3f-bae22fc821df", "name": "The request was sent to a location that does not exist in the API.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/utilities?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "utilities" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-79371502-b168-4c1d-ac3f-bae22fc821df" } ], "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-0c174055-b1e8-4d54-a176-b3cb806ed2f2" }, { "name": "Create Utility On Property", "id": "1d6ac71c-fbcd-4403-b06c-6a415c01da55", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"\",\n \"notes\": \"\",\n \"serial_number\": \"\",\n \"account_number\": \"\",\n \"provider\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/utilities?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "utilities" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "id": "6813035e-3f70-4334-b86c-35b1ab9a41e7", "key": "property_id", "value": "", "description": "(Required) Arthur property id." } ] }, "description": "Use this endpoint to create a new utility record for the\u00a0 property . The API will return the saved data and a unique utility ID.\n\nSupported Fields \n The following fields are supported for the request body\n\nField \n Example \n Type \n Required? \n\ntype \n gas \n String \n Yes \n\nnotes \n behind back doors \n String \n No \n\nserial_number \n GA212FP21 \n String \n No \n\naccount_number \n 12344321 \n string \n No \n\nprovider \n company_name \n string \n No" }, "response": [ { "id": "26e4889a-3951-4190-8949-d9873f4a2da1", "name": "The request was completed successfully without errors.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"\",\n \"notes\": \"\",\n \"serial_number\": \"\",\n \"account_number\": \"\",\n \"provider\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/utilities?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "utilities" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-26e4889a-3951-4190-8949-d9873f4a2da1" }, { "id": "f1a0b517-c220-4295-84d1-a7fc054607e5", "name": "The request was invalid or malformed.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"\",\n \"notes\": \"\",\n \"serial_number\": \"\",\n \"account_number\": \"\",\n \"provider\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/utilities?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "utilities" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-f1a0b517-c220-4295-84d1-a7fc054607e5" }, { "id": "b53a6782-ef1f-441d-aa79-54bc74565418", "name": "Missing, invalid or expired access token.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"\",\n \"notes\": \"\",\n \"serial_number\": \"\",\n \"account_number\": \"\",\n \"provider\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/utilities?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "utilities" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-b53a6782-ef1f-441d-aa79-54bc74565418" }, { "id": "6248dc4f-32f6-4d66-8153-6fe90bb5383d", "name": "The request was sent to a location that does not exist in the API.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"type\": \"\",\n \"notes\": \"\",\n \"serial_number\": \"\",\n \"account_number\": \"\",\n \"provider\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/utilities?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "utilities" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-6248dc4f-32f6-4d66-8153-6fe90bb5383d" } ], "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-1d6ac71c-fbcd-4403-b06c-6a415c01da55" } ], "id": "b15c7de4-a9bd-4519-9254-4a5113ce7c2d", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-b15c7de4-a9bd-4519-9254-4a5113ce7c2d" }, { "name": "transactions", "item": [ { "name": "List Transactions On Property", "id": "85572e3e-cf28-48a2-848b-64dc2bbeddcb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/transactions?statement=&status=&date_from=&date_to=&page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "transactions" ], "query": [ { "description": "Filters the transactions by statement. The available options are tenant , tenant-deposit , property-owner , \n property-owner-consolidated , contractor , tenancy-closing-statement , late-rents , contingency-statement , invoices", "key": "statement", "value": "" }, { "description": "The status of the transaction. The available options are paid , unpaid , partpaid , outstanding , or overdue . Use this parameter to filter transactions based on their payment status.", "key": "status", "value": "" }, { "description": "Filters the transactions by the date, starting from the specified date. Use the format yyyy-mm-dd to input the date.", "key": "date_from", "value": "" }, { "description": "Filters the transactions by the date, up to the specified date. Use the format yyyy-mm-dd to input the date.", "key": "date_to", "value": "" }, { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "id": "c0612679-2cb5-401f-bc0e-8ee967adb5e6", "key": "property_id", "value": "", "description": "(Required) Arthur property id." } ] }, "description": "This retrieves a list of transactions for a Property \n\nSee available filters below to customize the list of transactions returned." }, "response": [ { "id": "765a3f4a-56ce-4209-92d9-015ee11e85e7", "name": "The request was completed successfully without errors.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/transactions?statement=&status=&date_from=&date_to=&page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "transactions" ], "query": [ { "description": "Filters the transactions by statement. The available options are tenant , tenant-deposit , property-owner , \n property-owner-consolidated , contractor , tenancy-closing-statement , late-rents , contingency-statement , invoices", "key": "statement", "value": "" }, { "description": "The status of the transaction. The available options are paid , unpaid , partpaid , outstanding , or overdue . Use this parameter to filter transactions based on their payment status.", "key": "status", "value": "" }, { "description": "Filters the transactions by the date, starting from the specified date. Use the format yyyy-mm-dd to input the date.", "key": "date_from", "value": "" }, { "description": "Filters the transactions by the date, up to the specified date. Use the format yyyy-mm-dd to input the date.", "key": "date_to", "value": "" }, { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-765a3f4a-56ce-4209-92d9-015ee11e85e7" }, { "id": "db0d476c-f3a3-48c9-b0ce-69718b42f4ae", "name": "The request was invalid or malformed.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/transactions?statement=&status=&date_from=&date_to=&page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "transactions" ], "query": [ { "description": "Filters the transactions by statement. The available options are tenant , tenant-deposit , property-owner , \n property-owner-consolidated , contractor , tenancy-closing-statement , late-rents , contingency-statement , invoices", "key": "statement", "value": "" }, { "description": "The status of the transaction. The available options are paid , unpaid , partpaid , outstanding , or overdue . Use this parameter to filter transactions based on their payment status.", "key": "status", "value": "" }, { "description": "Filters the transactions by the date, starting from the specified date. Use the format yyyy-mm-dd to input the date.", "key": "date_from", "value": "" }, { "description": "Filters the transactions by the date, up to the specified date. Use the format yyyy-mm-dd to input the date.", "key": "date_to", "value": "" }, { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-db0d476c-f3a3-48c9-b0ce-69718b42f4ae" }, { "id": "ad15a8f2-87e5-489a-b09c-a3e0d60ebf1b", "name": "Missing, invalid or expired access token.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/transactions?statement=&status=&date_from=&date_to=&page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "transactions" ], "query": [ { "description": "Filters the transactions by statement. The available options are tenant , tenant-deposit , property-owner , \n property-owner-consolidated , contractor , tenancy-closing-statement , late-rents , contingency-statement , invoices", "key": "statement", "value": "" }, { "description": "The status of the transaction. The available options are paid , unpaid , partpaid , outstanding , or overdue . Use this parameter to filter transactions based on their payment status.", "key": "status", "value": "" }, { "description": "Filters the transactions by the date, starting from the specified date. Use the format yyyy-mm-dd to input the date.", "key": "date_from", "value": "" }, { "description": "Filters the transactions by the date, up to the specified date. Use the format yyyy-mm-dd to input the date.", "key": "date_to", "value": "" }, { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-ad15a8f2-87e5-489a-b09c-a3e0d60ebf1b" }, { "id": "f232e2cd-74ae-4686-8847-36a48cdaef20", "name": "The request was sent to a location that does not exist in the API.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/transactions?statement=&status=&date_from=&date_to=&page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "transactions" ], "query": [ { "description": "Filters the transactions by statement. The available options are tenant , tenant-deposit , property-owner , \n property-owner-consolidated , contractor , tenancy-closing-statement , late-rents , contingency-statement , invoices", "key": "statement", "value": "" }, { "description": "The status of the transaction. The available options are paid , unpaid , partpaid , outstanding , or overdue . Use this parameter to filter transactions based on their payment status.", "key": "status", "value": "" }, { "description": "Filters the transactions by the date, starting from the specified date. Use the format yyyy-mm-dd to input the date.", "key": "date_from", "value": "" }, { "description": "Filters the transactions by the date, up to the specified date. Use the format yyyy-mm-dd to input the date.", "key": "date_to", "value": "" }, { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-f232e2cd-74ae-4686-8847-36a48cdaef20" } ], "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-85572e3e-cf28-48a2-848b-64dc2bbeddcb" } ], "id": "97b87945-87c7-47b9-aaf7-362c459cb1b1", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-97b87945-87c7-47b9-aaf7-362c459cb1b1" }, { "name": "tags", "item": [ { "name": "List Tags on Property", "id": "23b2aade-2e67-4b05-a0d0-c57da22b823b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/tags?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "tags" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "id": "13de9b19-46df-482f-b2cf-e71cf46a5fe5", "key": "property_id", "value": "", "description": "(Required) Arthur property id." } ] }, "description": "This endpoint retrieves a list of tags associated with the given property ID." }, "response": [ { "id": "627bf7be-f3a0-4ed8-ab21-55ac2e04d53b", "name": "The request was completed successfully without errors.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/tags?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "tags" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"data\": {}\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-627bf7be-f3a0-4ed8-ab21-55ac2e04d53b" }, { "id": "c7d78d70-6506-4808-a768-8e605580ace9", "name": "The request was invalid or malformed.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/tags?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "tags" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-c7d78d70-6506-4808-a768-8e605580ace9" }, { "id": "6cbe60d6-1cb1-44dd-81cf-8bf4e6970a42", "name": "Missing, invalid or expired access token.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/tags?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "tags" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-6cbe60d6-1cb1-44dd-81cf-8bf4e6970a42" }, { "id": "d339d5ad-63c8-4b3e-9021-69e303a69cce", "name": "The request was sent to a location that does not exist in the API.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/tags?page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "tags" ], "query": [ { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-d339d5ad-63c8-4b3e-9021-69e303a69cce" } ], "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-23b2aade-2e67-4b05-a0d0-c57da22b823b" }, { "name": "Tag Property", "id": "1e6fc583-4941-4be6-bf31-b0b53371243c", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"tag\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/tags?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "tags" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "id": "82f624ed-609c-4591-b252-4dd53dcf1153", "key": "property_id", "value": "", "description": "(Required) Arthur property id." } ] }, "description": "Use this endpoint to create a new tag record for the\u00a0 property . The API will return the saved data and a unique tag ID.\n\nSupported Fields \n The following fields are supported for the request body\n\nField \n Example \n Type \n Required? \n\ntag \n [\"123\"] \n Array(String) \n Yes" }, "response": [ { "id": "8b7d8f23-792b-4ef5-b0da-88a51ac2a776", "name": "The request was completed successfully without errors.", "originalRequest": { "method": "PUT", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"tag\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/tags?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "tags" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-8b7d8f23-792b-4ef5-b0da-88a51ac2a776" }, { "id": "7e93b968-c601-46ca-933e-b7550f388cba", "name": "The request was invalid or malformed.", "originalRequest": { "method": "PUT", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"tag\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/tags?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "tags" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-7e93b968-c601-46ca-933e-b7550f388cba" }, { "id": "72ac34d3-d818-4651-aebc-3587e8e7d628", "name": "Missing, invalid or expired access token.", "originalRequest": { "method": "PUT", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"tag\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/tags?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "tags" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-72ac34d3-d818-4651-aebc-3587e8e7d628" }, { "id": "42a6a97f-acb1-4ea5-bf02-69b420d711a8", "name": "The request was sent to a location that does not exist in the API.", "originalRequest": { "method": "PUT", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"tag\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/tags?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "tags" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-42a6a97f-acb1-4ea5-bf02-69b420d711a8" } ], "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-1e6fc583-4941-4be6-bf31-b0b53371243c" } ], "id": "5034b86e-b4bb-4aa7-a2cd-0a9c606d52df", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-5034b86e-b4bb-4aa7-a2cd-0a9c606d52df" }, { "name": "untag", "item": [ { "name": "Untag Property", "id": "bb58c456-3eb4-451d-bd1d-f6e52a1d50e9", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"tag\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/untag?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "untag" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "id": "e5f36dab-d064-47bc-b318-b5713ef70d8c", "key": "property_id", "value": "", "description": "(Required) Arthur property id." } ] }, "description": "Use this endpoint to unassign tag record from the\u00a0 property . The API will return the saved data and a unique workorder ID. Tag field should be a valid tag ID or name.\n\nSupported Fields \n The following fields are supported for the request body\n\nField \n Example \n Type \n Required? \n\ntag \n \"1234\" \n String \n Yes" }, "response": [ { "id": "19b281f7-0679-41f6-8c45-86e219fa19de", "name": "The request was completed successfully without errors.", "originalRequest": { "method": "PUT", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"tag\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/untag?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "untag" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-19b281f7-0679-41f6-8c45-86e219fa19de" }, { "id": "5c2d129c-02f3-432f-9e16-b314d774c21f", "name": "The request was invalid or malformed.", "originalRequest": { "method": "PUT", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"tag\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/untag?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "untag" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-5c2d129c-02f3-432f-9e16-b314d774c21f" }, { "id": "393a6325-5cb9-4b2a-aaf2-c978c1c7f2b3", "name": "Missing, invalid or expired access token.", "originalRequest": { "method": "PUT", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"tag\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/untag?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "untag" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-393a6325-5cb9-4b2a-aaf2-c978c1c7f2b3" }, { "id": "7796ff8b-034e-4c09-aa61-a9e3e46c0c59", "name": "The request was sent to a location that does not exist in the API.", "originalRequest": { "method": "PUT", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"tag\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id/untag?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "untag" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-7796ff8b-034e-4c09-aa61-a9e3e46c0c59" } ], "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-bb58c456-3eb4-451d-bd1d-f6e52a1d50e9" } ], "id": "a5ab1072-0948-433f-8326-533910b2206d", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-a5ab1072-0948-433f-8326-533910b2206d" }, { "name": "untag_all", "item": [ { "name": "Untag All Property Tags", "id": "4afb3c2d-bc13-497b-bb21-48ba0d65f9b1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/untag_all?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "untag_all" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "id": "0b60d6cc-5921-4122-a155-b98bfce2ed5f", "key": "property_id", "value": "", "description": "(Required) Arthur property id." } ] }, "description": "Use this endpoint to unassign all tags from the\u00a0 property ." }, "response": [ { "id": "b4b9ff5b-11e2-4c61-bdbb-072607c504a2", "name": "The request was completed successfully without errors.", "originalRequest": { "method": "PUT", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/untag_all?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "untag_all" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-b4b9ff5b-11e2-4c61-bdbb-072607c504a2" }, { "id": "47a95773-75c8-4097-84de-cb5dcdd1b1ff", "name": "The request was invalid or malformed.", "originalRequest": { "method": "PUT", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/untag_all?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "untag_all" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-47a95773-75c8-4097-84de-cb5dcdd1b1ff" }, { "id": "3db48f36-4645-4d5a-aee9-bfa97b1626d8", "name": "Missing, invalid or expired access token.", "originalRequest": { "method": "PUT", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/untag_all?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "untag_all" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-3db48f36-4645-4d5a-aee9-bfa97b1626d8" }, { "id": "af41ce6e-8063-42f1-b5dd-3d1b172a3ab2", "name": "The request was sent to a location that does not exist in the API.", "originalRequest": { "method": "PUT", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id/untag_all?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id", "untag_all" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-af41ce6e-8063-42f1-b5dd-3d1b172a3ab2" } ], "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-4afb3c2d-bc13-497b-bb21-48ba0d65f9b1" } ], "id": "577ef724-6bc3-4ec9-8d3c-f5d85b8c3286", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-577ef724-6bc3-4ec9-8d3c-f5d85b8c3286" }, { "name": "View Property", "id": "aa4ef292-cc52-46e5-9f38-0d2c63c252ff", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id" ], "variable": [ { "id": "a22670ba-02e7-4baa-9d88-76c3733c550b", "key": "property_id", "value": "", "description": "(Required) Arthur property id." } ] }, "description": "This API endpoint retrieves the details of a single property, identified by its unique property_id .\n\nUse this endpoint to view the specific details of a property." }, "response": [ { "id": "06684ba6-a83f-4723-93fa-7beb777ca9ff", "name": "The request was completed successfully without errors.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id" ], "variable": [ { "key": "property_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"data\": {}\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-06684ba6-a83f-4723-93fa-7beb777ca9ff" }, { "id": "008600ee-8f51-4223-8679-defbddcc6cdc", "name": "The request was invalid or malformed.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id" ], "variable": [ { "key": "property_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-008600ee-8f51-4223-8679-defbddcc6cdc" }, { "id": "850a4caf-f022-4afc-8300-99e22bceb78d", "name": "Missing, invalid or expired access token.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id" ], "variable": [ { "key": "property_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-850a4caf-f022-4afc-8300-99e22bceb78d" }, { "id": "45f0eafe-0821-4547-a3fd-fc6ed2b45618", "name": "The request was sent to a location that does not exist in the API.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties/:property_id", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id" ], "variable": [ { "key": "property_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-45f0eafe-0821-4547-a3fd-fc6ed2b45618" } ], "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-aa4ef292-cc52-46e5-9f38-0d2c63c252ff" }, { "name": "Update Property", "id": "d093af9f-d92d-4525-b917-600d7d11afb1", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "PUT", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"property_type\": \"\",\n \"ref\": \"\",\n \"address_line_1\": \"\",\n \"address_line_2\": \"\",\n \"city\": \"\",\n \"county\": \"\",\n \"country\": \"\",\n \"area\": \"\",\n \"postcode\": \"\",\n \"letting_agent_id\": \"\",\n \"property_owner_id\": \"\",\n \"max_occupancy\": \"\",\n \"bathrooms\": \"\",\n \"floors\": \"\",\n \"bedrooms\": \"\",\n \"receptions\": \"\",\n \"smart_meters\": \"\",\n \"council_tax_band\": \"\",\n \"council_account_no\": \"\",\n \"council_id\": \"\",\n \"portal_market_rent\": \"\",\n \"portal_market_rent_frequency\": \"\",\n \"features\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"i_manage_this\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "id": "ca089a60-d7af-41fd-a99d-4997a251736c", "key": "property_id", "value": "", "description": "(Required) Arthur property id." } ] }, "description": "This endpoint updates an existing property using the same fields as the 'Add Property' endpoint. Any fields that are not provided will not be changed. The API will return the updated data for the property in the response.\n\nSupported Fields \n The following fields are supported for the request body\n\nField \n Example \n Type \n\nproperty_type \n Residential \n String \n\nref \n My big property \n String \n\naddress_line_1 \n Arthur House \n String \n\naddress_line_2 \n 123 Property Street \n String \n\ncity \n Stevenage \n String \n\ncounty \n Hertfordshire \n String \n\ncountry \n United Kingdom \n String \n\narea \n South East \n Simple \n\npostcode \n AB1 2CD \n String \n\nletting_agent_id \n 4567 \n Integer \n\nproperty_owner_id \n 5678 \n Integer \n\nmax_occupancy \n 4 \n String \n\nbathrooms \n 2 \n String \n\nfloors \n 2 \n String \n\nbedrooms \n 3 \n String \n\nreceptions \n 1 \n String \n\nsmart_meters \n 1 \n String \n\ncouncil_tax_band \n B \n String \n\ncouncil_account_no \n ABC123 \n String \n\ncouncil_id \n 6789 \n Integer \n\nportal_market_rent \n 850.00 \n Float \n\nportal_market_rent_frequency \n Weekly \n String \n\nfeatures \n [ \"Internet\", \"Fireplace\", \"Smart home integration\" ] \n Array (String) \n\ntags \n [ \"Cheap Rent\" ] \n Array (String) \n\ni_manage_this \n true \n Boolean" }, "response": [ { "id": "bedf51ef-7535-40d8-bdcd-6332f9bd1b34", "name": "The request was completed successfully without errors.", "originalRequest": { "method": "PUT", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"property_type\": \"\",\n \"ref\": \"\",\n \"address_line_1\": \"\",\n \"address_line_2\": \"\",\n \"city\": \"\",\n \"county\": \"\",\n \"country\": \"\",\n \"area\": \"\",\n \"postcode\": \"\",\n \"letting_agent_id\": \"\",\n \"property_owner_id\": \"\",\n \"max_occupancy\": \"\",\n \"bathrooms\": \"\",\n \"floors\": \"\",\n \"bedrooms\": \"\",\n \"receptions\": \"\",\n \"smart_meters\": \"\",\n \"council_tax_band\": \"\",\n \"council_account_no\": \"\",\n \"council_id\": \"\",\n \"portal_market_rent\": \"\",\n \"portal_market_rent_frequency\": \"\",\n \"features\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"i_manage_this\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"data\": {}\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-bedf51ef-7535-40d8-bdcd-6332f9bd1b34" }, { "id": "32a7c135-85ba-4052-8a56-94c7f652fd7d", "name": "The request was invalid or malformed.", "originalRequest": { "method": "PUT", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"property_type\": \"\",\n \"ref\": \"\",\n \"address_line_1\": \"\",\n \"address_line_2\": \"\",\n \"city\": \"\",\n \"county\": \"\",\n \"country\": \"\",\n \"area\": \"\",\n \"postcode\": \"\",\n \"letting_agent_id\": \"\",\n \"property_owner_id\": \"\",\n \"max_occupancy\": \"\",\n \"bathrooms\": \"\",\n \"floors\": \"\",\n \"bedrooms\": \"\",\n \"receptions\": \"\",\n \"smart_meters\": \"\",\n \"council_tax_band\": \"\",\n \"council_account_no\": \"\",\n \"council_id\": \"\",\n \"portal_market_rent\": \"\",\n \"portal_market_rent_frequency\": \"\",\n \"features\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"i_manage_this\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-32a7c135-85ba-4052-8a56-94c7f652fd7d" }, { "id": "1e152025-986c-4abb-ad48-a86c0c63e84f", "name": "Missing, invalid or expired access token.", "originalRequest": { "method": "PUT", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"property_type\": \"\",\n \"ref\": \"\",\n \"address_line_1\": \"\",\n \"address_line_2\": \"\",\n \"city\": \"\",\n \"county\": \"\",\n \"country\": \"\",\n \"area\": \"\",\n \"postcode\": \"\",\n \"letting_agent_id\": \"\",\n \"property_owner_id\": \"\",\n \"max_occupancy\": \"\",\n \"bathrooms\": \"\",\n \"floors\": \"\",\n \"bedrooms\": \"\",\n \"receptions\": \"\",\n \"smart_meters\": \"\",\n \"council_tax_band\": \"\",\n \"council_account_no\": \"\",\n \"council_id\": \"\",\n \"portal_market_rent\": \"\",\n \"portal_market_rent_frequency\": \"\",\n \"features\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"i_manage_this\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-1e152025-986c-4abb-ad48-a86c0c63e84f" }, { "id": "f1d2417b-4ca9-4b5b-b1ba-242ec7579a46", "name": "The request was sent to a location that does not exist in the API.", "originalRequest": { "method": "PUT", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"property_type\": \"\",\n \"ref\": \"\",\n \"address_line_1\": \"\",\n \"address_line_2\": \"\",\n \"city\": \"\",\n \"county\": \"\",\n \"country\": \"\",\n \"area\": \"\",\n \"postcode\": \"\",\n \"letting_agent_id\": \"\",\n \"property_owner_id\": \"\",\n \"max_occupancy\": \"\",\n \"bathrooms\": \"\",\n \"floors\": \"\",\n \"bedrooms\": \"\",\n \"receptions\": \"\",\n \"smart_meters\": \"\",\n \"council_tax_band\": \"\",\n \"council_account_no\": \"\",\n \"council_id\": \"\",\n \"portal_market_rent\": \"\",\n \"portal_market_rent_frequency\": \"\",\n \"features\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"i_manage_this\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties/:property_id?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties", ":property_id" ], "query": [ { "description": "When true, abort the request instead of auto-creating an unknown Simple type. POST and PUT only.", "key": "strict", "value": "" } ], "variable": [ { "key": "property_id" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-f1d2417b-4ca9-4b5b-b1ba-242ec7579a46" } ], "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-d093af9f-d92d-4525-b917-600d7d11afb1" } ], "id": "c526a02b-d2fc-402b-813e-28fd68814227", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-c526a02b-d2fc-402b-813e-28fd68814227" }, { "name": "List Properties", "id": "f202bb19-91f1-4f44-9455-5d04c2df3779", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/properties?full_address=&address_1=&address_2=&city=&county=&area_id=&postcode=&property_type=&rentable_units=&unit_status=&tags=&i_manage_this=&letting_agent_id=&property_owner_id=&_q=&page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties" ], "query": [ { "description": "Filter by the full address of the property", "key": "full_address", "value": "" }, { "description": "Filter by the address 1 field of the property", "key": "address_1", "value": "" }, { "description": "Filter by the address 2 field of the property", "key": "address_2", "value": "" }, { "description": "Filter by the city of the property", "key": "city", "value": "" }, { "description": "Filter by the county of the property", "key": "county", "value": "" }, { "description": "Filter by the area ID of the property", "key": "area_id", "value": "" }, { "description": "Filter by the postcode of the property", "key": "postcode", "value": "" }, { "description": "Use this parameter to filter by the type of property", "key": "property_type", "value": "" }, { "description": "Filter based on the number of units available for rent", "key": "rentable_units", "value": "" }, { "description": "Filter based on the current status of units, including Available To Let, Under Offer, Let, and Unavailable to Let", "key": "unit_status", "value": "" }, { "description": "Filter by tags associated with the property, which should be provided as a comma-separated list", "key": "tags", "value": "" }, { "description": "Filter based on the management status of the property (boolean)", "key": "i_manage_this", "value": "" }, { "description": "Filter by the ID of the letting agent associated with the property", "key": "letting_agent_id", "value": "" }, { "description": "Filter by the ID of the owner of the property", "key": "property_owner_id", "value": "" }, { "description": "Filter by keyword", "key": "_q", "value": "" }, { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ] }, "description": "This retrieves a list of properties.\n\nSee available filters below to customize the list of properties returned." }, "response": [ { "id": "b4bf7882-9ff6-47e2-b0ba-a3f5494386fa", "name": "The request was completed successfully without errors.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties?full_address=&address_1=&address_2=&city=&county=&area_id=&postcode=&property_type=&rentable_units=&unit_status=&tags=&i_manage_this=&letting_agent_id=&property_owner_id=&_q=&page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties" ], "query": [ { "description": "Filter by the full address of the property", "key": "full_address", "value": "" }, { "description": "Filter by the address 1 field of the property", "key": "address_1", "value": "" }, { "description": "Filter by the address 2 field of the property", "key": "address_2", "value": "" }, { "description": "Filter by the city of the property", "key": "city", "value": "" }, { "description": "Filter by the county of the property", "key": "county", "value": "" }, { "description": "Filter by the area ID of the property", "key": "area_id", "value": "" }, { "description": "Filter by the postcode of the property", "key": "postcode", "value": "" }, { "description": "Use this parameter to filter by the type of property", "key": "property_type", "value": "" }, { "description": "Filter based on the number of units available for rent", "key": "rentable_units", "value": "" }, { "description": "Filter based on the current status of units, including Available To Let, Under Offer, Let, and Unavailable to Let", "key": "unit_status", "value": "" }, { "description": "Filter by tags associated with the property, which should be provided as a comma-separated list", "key": "tags", "value": "" }, { "description": "Filter based on the management status of the property (boolean)", "key": "i_manage_this", "value": "" }, { "description": "Filter by the ID of the letting agent associated with the property", "key": "letting_agent_id", "value": "" }, { "description": "Filter by the ID of the owner of the property", "key": "property_owner_id", "value": "" }, { "description": "Filter by keyword", "key": "_q", "value": "" }, { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"pagination\": {\n \"page\": \"\",\n \"current\": \"\",\n \"count\": \"\",\n \"pageCount\": \"\",\n \"limit\": \"\"\n }\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-b4bf7882-9ff6-47e2-b0ba-a3f5494386fa" }, { "id": "ee184c74-4127-4f17-ac52-1c40a8b3d85b", "name": "The request was invalid or malformed.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties?full_address=&address_1=&address_2=&city=&county=&area_id=&postcode=&property_type=&rentable_units=&unit_status=&tags=&i_manage_this=&letting_agent_id=&property_owner_id=&_q=&page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties" ], "query": [ { "description": "Filter by the full address of the property", "key": "full_address", "value": "" }, { "description": "Filter by the address 1 field of the property", "key": "address_1", "value": "" }, { "description": "Filter by the address 2 field of the property", "key": "address_2", "value": "" }, { "description": "Filter by the city of the property", "key": "city", "value": "" }, { "description": "Filter by the county of the property", "key": "county", "value": "" }, { "description": "Filter by the area ID of the property", "key": "area_id", "value": "" }, { "description": "Filter by the postcode of the property", "key": "postcode", "value": "" }, { "description": "Use this parameter to filter by the type of property", "key": "property_type", "value": "" }, { "description": "Filter based on the number of units available for rent", "key": "rentable_units", "value": "" }, { "description": "Filter based on the current status of units, including Available To Let, Under Offer, Let, and Unavailable to Let", "key": "unit_status", "value": "" }, { "description": "Filter by tags associated with the property, which should be provided as a comma-separated list", "key": "tags", "value": "" }, { "description": "Filter based on the management status of the property (boolean)", "key": "i_manage_this", "value": "" }, { "description": "Filter by the ID of the letting agent associated with the property", "key": "letting_agent_id", "value": "" }, { "description": "Filter by the ID of the owner of the property", "key": "property_owner_id", "value": "" }, { "description": "Filter by keyword", "key": "_q", "value": "" }, { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-ee184c74-4127-4f17-ac52-1c40a8b3d85b" }, { "id": "6a6d0ae3-ab0c-4a7f-8a6e-b2392215567f", "name": "Missing, invalid or expired access token.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties?full_address=&address_1=&address_2=&city=&county=&area_id=&postcode=&property_type=&rentable_units=&unit_status=&tags=&i_manage_this=&letting_agent_id=&property_owner_id=&_q=&page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties" ], "query": [ { "description": "Filter by the full address of the property", "key": "full_address", "value": "" }, { "description": "Filter by the address 1 field of the property", "key": "address_1", "value": "" }, { "description": "Filter by the address 2 field of the property", "key": "address_2", "value": "" }, { "description": "Filter by the city of the property", "key": "city", "value": "" }, { "description": "Filter by the county of the property", "key": "county", "value": "" }, { "description": "Filter by the area ID of the property", "key": "area_id", "value": "" }, { "description": "Filter by the postcode of the property", "key": "postcode", "value": "" }, { "description": "Use this parameter to filter by the type of property", "key": "property_type", "value": "" }, { "description": "Filter based on the number of units available for rent", "key": "rentable_units", "value": "" }, { "description": "Filter based on the current status of units, including Available To Let, Under Offer, Let, and Unavailable to Let", "key": "unit_status", "value": "" }, { "description": "Filter by tags associated with the property, which should be provided as a comma-separated list", "key": "tags", "value": "" }, { "description": "Filter based on the management status of the property (boolean)", "key": "i_manage_this", "value": "" }, { "description": "Filter by the ID of the letting agent associated with the property", "key": "letting_agent_id", "value": "" }, { "description": "Filter by the ID of the owner of the property", "key": "property_owner_id", "value": "" }, { "description": "Filter by keyword", "key": "_q", "value": "" }, { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-6a6d0ae3-ab0c-4a7f-8a6e-b2392215567f" }, { "id": "431933ab-185b-4d99-be20-d498e7d613e8", "name": "The request was sent to a location that does not exist in the API.", "originalRequest": { "method": "GET", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/properties?full_address=&address_1=&address_2=&city=&county=&area_id=&postcode=&property_type=&rentable_units=&unit_status=&tags=&i_manage_this=&letting_agent_id=&property_owner_id=&_q=&page=&limit=&sort=&direction=DESC", "host": [ "{{baseUrl}}" ], "path": [ "properties" ], "query": [ { "description": "Filter by the full address of the property", "key": "full_address", "value": "" }, { "description": "Filter by the address 1 field of the property", "key": "address_1", "value": "" }, { "description": "Filter by the address 2 field of the property", "key": "address_2", "value": "" }, { "description": "Filter by the city of the property", "key": "city", "value": "" }, { "description": "Filter by the county of the property", "key": "county", "value": "" }, { "description": "Filter by the area ID of the property", "key": "area_id", "value": "" }, { "description": "Filter by the postcode of the property", "key": "postcode", "value": "" }, { "description": "Use this parameter to filter by the type of property", "key": "property_type", "value": "" }, { "description": "Filter based on the number of units available for rent", "key": "rentable_units", "value": "" }, { "description": "Filter based on the current status of units, including Available To Let, Under Offer, Let, and Unavailable to Let", "key": "unit_status", "value": "" }, { "description": "Filter by tags associated with the property, which should be provided as a comma-separated list", "key": "tags", "value": "" }, { "description": "Filter based on the management status of the property (boolean)", "key": "i_manage_this", "value": "" }, { "description": "Filter by the ID of the letting agent associated with the property", "key": "letting_agent_id", "value": "" }, { "description": "Filter by the ID of the owner of the property", "key": "property_owner_id", "value": "" }, { "description": "Filter by keyword", "key": "_q", "value": "" }, { "description": "Page number, between 1 and the total number of pages.", "key": "page", "value": "" }, { "description": "Items per page, between 1 and 100.", "key": "limit", "value": "" }, { "description": "Field to sort the collection by.", "key": "sort", "value": "" }, { "description": "Sort direction.", "key": "direction", "value": "DESC" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-431933ab-185b-4d99-be20-d498e7d613e8" } ], "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-f202bb19-91f1-4f44-9455-5d04c2df3779" }, { "name": "Add Property", "id": "96d9b723-fd32-49ac-afce-c36cd41e1a18", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"ref\": \"\",\n \"address_line_1\": \"\",\n \"property_owner_id\": \"\",\n \"property_type\": \"\",\n \"address_line_2\": \"\",\n \"city\": \"\",\n \"county\": \"\",\n \"country\": \"\",\n \"area\": \"\",\n \"postcode\": \"\",\n \"letting_agent_id\": \"\",\n \"max_occupancy\": \"\",\n \"bathrooms\": \"\",\n \"floors\": \"\",\n \"bedrooms\": \"\",\n \"receptions\": \"\",\n \"smart_meters\": \"\",\n \"council_tax_band\": \"\",\n \"council_account_no\": \"\",\n \"council_id\": \"\",\n \"portal_market_rent\": \"\",\n \"portal_market_rent_frequency\": \"\",\n \"features\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"i_manage_this\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties" ], "query": [ { "description": "Any simple fields that cannot be found will return a validation error, instead of creating a new value. E.g. source", "key": "strict", "value": "" } ] }, "description": "Use this endpoint to create a new property. The API will return the saved data and a unique Property ID.\n\nSupported Fields \n The following fields are supported for the request body\n\nField \n Example \n Type \n Required? \n\nproperty_type \n Residential \n String \n No \n\nref \n My big property \n String \n Yes \n\naddress_line_1 \n Arthur House \n String \n Yes \n\naddress_line_2 \n 123 Property Street \n String \n No \n\ncity \n Stevenage \n String \n No \n\ncounty \n Hertfordshire \n String \n No \n\ncountry \n United Kingdom \n String \n No \n\narea \n South East \n Simple \n No \n\npostcode \n AB1 2CD \n String \n No \n\nletting_agent_id \n 4567 \n Integer \n No \n\nproperty_owner_id \n 5678 \n Integer \n Yes \n\nmax_occupancy \n 4 \n String \n No \n\nbathrooms \n 2 \n String \n No \n\nfloors \n 2 \n String \n No \n\nbedrooms \n 3 \n String \n No \n\nreceptions \n 1 \n String \n No \n\nsmart_meters \n 1 \n String \n No \n\ncouncil_tax_band \n B \n String \n No \n\ncouncil_account_no \n ABC123 \n String \n No \n\ncouncil_id \n 6789 \n Integer \n No \n\nportal_market_rent \n 850.00 \n Float \n No \n\nportal_market_rent_frequency \n Weekly \n String \n No \n\nfeatures \n [ \"Internet\", \"Fireplace\", \"Smart home integration\" ] \n Array (String) \n No \n\ntags \n [ \"Cheap Rent\" ] \n Array (String) \n No \n\ni_manage_this \n true \n Boolean \n No" }, "response": [ { "id": "02cacb62-748c-49ec-a761-9e6dc68929fe", "name": "The request was completed successfully without errors.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"ref\": \"\",\n \"address_line_1\": \"\",\n \"property_owner_id\": \"\",\n \"property_type\": \"\",\n \"address_line_2\": \"\",\n \"city\": \"\",\n \"county\": \"\",\n \"country\": \"\",\n \"area\": \"\",\n \"postcode\": \"\",\n \"letting_agent_id\": \"\",\n \"max_occupancy\": \"\",\n \"bathrooms\": \"\",\n \"floors\": \"\",\n \"bedrooms\": \"\",\n \"receptions\": \"\",\n \"smart_meters\": \"\",\n \"council_tax_band\": \"\",\n \"council_account_no\": \"\",\n \"council_id\": \"\",\n \"portal_market_rent\": \"\",\n \"portal_market_rent_frequency\": \"\",\n \"features\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"i_manage_this\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties" ], "query": [ { "description": "Any simple fields that cannot be found will return a validation error, instead of creating a new value. E.g. source", "key": "strict", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"data\": {}\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-02cacb62-748c-49ec-a761-9e6dc68929fe" }, { "id": "73dde874-350d-4dae-b5d5-fa91c0d42e8a", "name": "The request was invalid or malformed.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"ref\": \"\",\n \"address_line_1\": \"\",\n \"property_owner_id\": \"\",\n \"property_type\": \"\",\n \"address_line_2\": \"\",\n \"city\": \"\",\n \"county\": \"\",\n \"country\": \"\",\n \"area\": \"\",\n \"postcode\": \"\",\n \"letting_agent_id\": \"\",\n \"max_occupancy\": \"\",\n \"bathrooms\": \"\",\n \"floors\": \"\",\n \"bedrooms\": \"\",\n \"receptions\": \"\",\n \"smart_meters\": \"\",\n \"council_tax_band\": \"\",\n \"council_account_no\": \"\",\n \"council_id\": \"\",\n \"portal_market_rent\": \"\",\n \"portal_market_rent_frequency\": \"\",\n \"features\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"i_manage_this\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties" ], "query": [ { "description": "Any simple fields that cannot be found will return a validation error, instead of creating a new value. E.g. source", "key": "strict", "value": "" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-73dde874-350d-4dae-b5d5-fa91c0d42e8a" }, { "id": "fb80aff3-b545-4119-b041-0fa4283d03d8", "name": "Missing, invalid or expired access token.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"ref\": \"\",\n \"address_line_1\": \"\",\n \"property_owner_id\": \"\",\n \"property_type\": \"\",\n \"address_line_2\": \"\",\n \"city\": \"\",\n \"county\": \"\",\n \"country\": \"\",\n \"area\": \"\",\n \"postcode\": \"\",\n \"letting_agent_id\": \"\",\n \"max_occupancy\": \"\",\n \"bathrooms\": \"\",\n \"floors\": \"\",\n \"bedrooms\": \"\",\n \"receptions\": \"\",\n \"smart_meters\": \"\",\n \"council_tax_band\": \"\",\n \"council_account_no\": \"\",\n \"council_id\": \"\",\n \"portal_market_rent\": \"\",\n \"portal_market_rent_frequency\": \"\",\n \"features\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"i_manage_this\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties" ], "query": [ { "description": "Any simple fields that cannot be found will return a validation error, instead of creating a new value. E.g. source", "key": "strict", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-fb80aff3-b545-4119-b041-0fa4283d03d8" }, { "id": "0467c141-136c-4c0c-aeb0-07b17ef4922b", "name": "The request was sent to a location that does not exist in the API.", "originalRequest": { "method": "POST", "header": [ { "description": "(Required) The Arthur entity (account) the request is scoped to. Mandatory on every API call.", "key": "X-EntityID", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"ref\": \"\",\n \"address_line_1\": \"\",\n \"property_owner_id\": \"\",\n \"property_type\": \"\",\n \"address_line_2\": \"\",\n \"city\": \"\",\n \"county\": \"\",\n \"country\": \"\",\n \"area\": \"\",\n \"postcode\": \"\",\n \"letting_agent_id\": \"\",\n \"max_occupancy\": \"\",\n \"bathrooms\": \"\",\n \"floors\": \"\",\n \"bedrooms\": \"\",\n \"receptions\": \"\",\n \"smart_meters\": \"\",\n \"council_tax_band\": \"\",\n \"council_account_no\": \"\",\n \"council_id\": \"\",\n \"portal_market_rent\": \"\",\n \"portal_market_rent_frequency\": \"\",\n \"features\": [\n \"\",\n \"\"\n ],\n \"tags\": [\n \"\",\n \"\"\n ],\n \"i_manage_this\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/properties?strict=", "host": [ "{{baseUrl}}" ], "path": [ "properties" ], "query": [ { "description": "Any simple fields that cannot be found will return a validation error, instead of creating a new value. E.g. source", "key": "strict", "value": "" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"status\": \"\",\n \"error\": \"\",\n \"message\": \"\"\n}", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-0467c141-136c-4c0c-aeb0-07b17ef4922b" } ], "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-96d9b723-fd32-49ac-afce-c36cd41e1a18" } ], "id": "7703b164-3c99-410a-ae56-98cb130ae6a9", "createdAt": "2026-07-28T01:04:56.000Z", "updatedAt": "2026-07-28T01:04:56.000Z", "uid": "35240-7703b164-3c99-410a-ae56-98cb130ae6a9" } ], "auth": { "type": "oauth2", "oauth2": [ { "key": "redirect_uri", "value": "https://auth.arthuronline.co.uk/oauth/token", "type": "string" }, { "key": "accessTokenUrl", "value": "https://auth.arthuronline.co.uk/oauth/token", "type": "string" }, { "key": "authUrl", "value": "https://auth.arthuronline.co.uk/oauth/authorize", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "variable": [ { "key": "baseUrl", "value": "https://api.arthuronline.co.uk/v2" } ] }