{ "info": { "_postman_id": "f2560b7b-1569-4de1-ab69-29e23730c53f", "name": "Projects API", "description": "PEXA Projects External Client API for Projects

This API uses the OAuth 2.0 protocol for authentication and authorization. It supports the following OAuth 2.0 flows:
- Client Credentials
- Authorization Code

Scopes are used to grant an application different levels of access to data. Each API endpoint will require specific scopes.
The scopes are listed against each API endpoint.

For more information, see the following guides:
- [Authentication](../../../Exchange/docs/documentation/)\n\n\nContact Support:\n Name: PEXA Projects\n Email: pexaprojects-prdsupport@pexa.com.au", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "createdAt": "2026-07-28T02:35:38.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "lastUpdatedBy": "35240", "uid": "35240-f2560b7b-1569-4de1-ab69-29e23730c53f" }, "item": [ { "name": "v4", "item": [ { "name": "projects", "item": [ { "name": "{projectId}", "item": [ { "name": "statuses", "item": [ { "name": "statuses", "id": "f6081d48-1b13-46bd-b879-0de8e3876934", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "au:projects:project:write au:projects:status:read au:projects:workspaces:read", "type": "string" }, { "key": "accessTokenUrl", "value": "https://host.kubernetes.internal/auth/realms/pexa/protocol/openid-connect/token", "type": "string" }, { "key": "authUrl", "value": "https://host.kubernetes.internal/auth/realms/pexa/protocol/openid-connect/auth", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "method": "GET", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/statuses", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "statuses" ], "variable": [ { "id": "be839c6e-75de-49cc-8238-3812606bc61e", "key": "projectId", "value": "", "description": "(Required) Id of the project to find status details for" } ] }, "description": "Fetch the status details for a project
Scopes:
au:projects:status:read" }, "response": [ { "id": "f24e10c8-eab3-4d26-a05b-db772913ba54", "name": "Status details for a project", "originalRequest": { "method": "GET", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/statuses", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "statuses" ], "variable": [ { "key": "projectId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"jurisdiction\": \"SA\",\n \"proprietorOnTitles\": [\n \"\",\n \"\"\n ],\n \"parentTitle\": \"\",\n \"mortgageeNames\": [\n \"\",\n \"\"\n ],\n \"estimatedSettlementDate\": \"\",\n \"invitationAcceptance\": {\n \"incomingMortgagee\": {\n \"accepted\": \"\",\n \"pending\": \"\",\n \"declined\": \"\",\n \"notInvited\": \"\"\n },\n \"mortgageeOnTitle\": {\n \"accepted\": \"\",\n \"pending\": \"\",\n \"declined\": \"\",\n \"notInvited\": \"\"\n },\n \"incomingProprietor\": {\n \"accepted\": \"\",\n \"pending\": \"\",\n \"declined\": \"\",\n \"notInvited\": \"\"\n }\n },\n \"settlementDateAcceptance\": {\n \"incomingMortgagee\": {\n \"accepted\": \"\",\n \"pending\": \"\"\n },\n \"mortgageeOnTitle\": {\n \"accepted\": \"\",\n \"pending\": \"\"\n },\n \"incomingProprietor\": {\n \"accepted\": \"\",\n \"pending\": \"\"\n }\n },\n \"workspaceStatus\": {\n \"allActive\": \"\",\n \"settlingToday\": \"\",\n \"completed\": \"\",\n \"withdrawn\": \"\",\n \"all\": \"\",\n \"awaitingDigitalSignature\": \"\"\n }\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-f24e10c8-eab3-4d26-a05b-db772913ba54" }, { "id": "f38d083f-9a65-42f0-b4ec-6d02dc36db93", "name": "Error Response", "originalRequest": { "method": "GET", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/statuses", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "statuses" ], "variable": [ { "key": "projectId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-f38d083f-9a65-42f0-b4ec-6d02dc36db93" }, { "id": "dfa2debc-c3a3-4b84-b1c3-b777d84696f6", "name": "Error Response", "originalRequest": { "method": "GET", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/statuses", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "statuses" ], "variable": [ { "key": "projectId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-dfa2debc-c3a3-4b84-b1c3-b777d84696f6" }, { "id": "1656603b-0239-4635-a980-348973628273", "name": "Error Response", "originalRequest": { "method": "GET", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/statuses", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "statuses" ], "variable": [ { "key": "projectId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-1656603b-0239-4635-a980-348973628273" }, { "id": "8cb4271e-81b3-405e-b4ac-d5a45bbfe83b", "name": "Error Response", "originalRequest": { "method": "GET", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/statuses", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "statuses" ], "variable": [ { "key": "projectId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-8cb4271e-81b3-405e-b4ac-d5a45bbfe83b" } ], "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-f6081d48-1b13-46bd-b879-0de8e3876934" } ], "id": "cc645303-c12f-4c5b-a79b-1774d351f6df", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-cc645303-c12f-4c5b-a79b-1774d351f6df" }, { "name": "workspaces", "item": [ { "name": "{pexaWorkspaceId}", "item": [ { "name": "settlementDates", "item": [ { "name": "Propose Settlement Date", "id": "6a3de1b8-1f36-41b4-a27b-41729baa6db4", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "au:projects:project:write au:projects:status:read au:projects:workspaces:read", "type": "string" }, { "key": "accessTokenUrl", "value": "https://host.kubernetes.internal/auth/realms/pexa/protocol/openid-connect/token", "type": "string" }, { "key": "authUrl", "value": "https://host.kubernetes.internal/auth/realms/pexa/protocol/openid-connect/auth", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "method": "POST", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"settlementDateAndTime\": \"\",\n \"reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:pexaWorkspaceId/settlementDates", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":pexaWorkspaceId", "settlementDates" ], "variable": [ { "id": "24c20365-b6df-4c2b-9f4e-9e2b5ec2c63a", "key": "projectId", "value": "", "description": "(Required) Id of the project that the workspace resides in" }, { "id": "1255539f-8133-4465-9cec-7cb0574c50a2", "key": "pexaWorkspaceId", "value": "", "description": "(Required) The workspace to propose settlement date for" } ] }, "description": "Propose a settlement date to an existing workspace
Scopes:
au:projects:workspaces:write" }, "response": [ { "id": "e8657e29-1ed8-4ae9-a9fc-115ed1344d81", "name": "No Content", "originalRequest": { "method": "POST", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"settlementDateAndTime\": \"\",\n \"reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:pexaWorkspaceId/settlementDates", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":pexaWorkspaceId", "settlementDates" ], "variable": [ { "key": "projectId" }, { "key": "pexaWorkspaceId" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-e8657e29-1ed8-4ae9-a9fc-115ed1344d81" }, { "id": "2e5edb76-30b0-48ad-aa3f-873950f2145c", "name": "Error Response", "originalRequest": { "method": "POST", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"settlementDateAndTime\": \"\",\n \"reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:pexaWorkspaceId/settlementDates", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":pexaWorkspaceId", "settlementDates" ], "variable": [ { "key": "projectId" }, { "key": "pexaWorkspaceId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-2e5edb76-30b0-48ad-aa3f-873950f2145c" }, { "id": "77fb69ac-c1c4-45c5-8284-196f402e70e3", "name": "Error Response", "originalRequest": { "method": "POST", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"settlementDateAndTime\": \"\",\n \"reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:pexaWorkspaceId/settlementDates", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":pexaWorkspaceId", "settlementDates" ], "variable": [ { "key": "projectId" }, { "key": "pexaWorkspaceId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-77fb69ac-c1c4-45c5-8284-196f402e70e3" }, { "id": "8141622c-5cf1-4193-8814-3524cedada44", "name": "Error Response", "originalRequest": { "method": "POST", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"settlementDateAndTime\": \"\",\n \"reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:pexaWorkspaceId/settlementDates", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":pexaWorkspaceId", "settlementDates" ], "variable": [ { "key": "projectId" }, { "key": "pexaWorkspaceId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-8141622c-5cf1-4193-8814-3524cedada44" }, { "id": "17faae15-c4e5-4779-9938-79242e3cdc0c", "name": "Error Response", "originalRequest": { "method": "POST", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"settlementDateAndTime\": \"\",\n \"reason\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:pexaWorkspaceId/settlementDates", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":pexaWorkspaceId", "settlementDates" ], "variable": [ { "key": "projectId" }, { "key": "pexaWorkspaceId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-17faae15-c4e5-4779-9938-79242e3cdc0c" } ], "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-6a3de1b8-1f36-41b4-a27b-41729baa6db4" } ], "id": "cd361e2b-606c-4740-ad44-b3d747c370c8", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-cd361e2b-606c-4740-ad44-b3d747c370c8" }, { "name": "Update a workspace", "id": "853380e5-d9cf-4bf3-b994-3b7ca9c98cfb", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "au:projects:project:write au:projects:status:read au:projects:workspaces:read", "type": "string" }, { "key": "accessTokenUrl", "value": "https://host.kubernetes.internal/auth/realms/pexa/protocol/openid-connect/token", "type": "string" }, { "key": "authUrl", "value": "https://host.kubernetes.internal/auth/realms/pexa/protocol/openid-connect/auth", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "method": "PUT", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"newSubscriberReference\": \"\",\n \"childTitles\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:pexaWorkspaceId", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":pexaWorkspaceId" ], "variable": [ { "id": "4ed52c2f-d16d-422d-a8a5-4b0ffa9c587b", "key": "projectId", "value": "", "description": "(Required) Id of the project to update workspaces for" }, { "id": "2ab6efd7-1bc2-4e54-80a9-ae7e8ca56199", "key": "pexaWorkspaceId", "value": "", "description": "(Required) The workspace update" } ] }, "description": "Updates a workspace of a given project with parameters 'projectId', 'pexaWorkspaceId' and 'payload'
Scopes:
au:projects:workspaces:write" }, "response": [ { "id": "f681746e-a40a-4b48-9b83-5de9499d7787", "name": "OK", "originalRequest": { "method": "PUT", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"newSubscriberReference\": \"\",\n \"childTitles\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:pexaWorkspaceId", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":pexaWorkspaceId" ], "variable": [ { "key": "projectId" }, { "key": "pexaWorkspaceId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"workspaceId\": \"\",\n \"subscriberReference\": \"\",\n \"childTitles\": [\n \"\",\n \"\"\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-f681746e-a40a-4b48-9b83-5de9499d7787" }, { "id": "b6773e51-0076-4be1-b3a5-63ea9a5a5eae", "name": "Error Response", "originalRequest": { "method": "PUT", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"newSubscriberReference\": \"\",\n \"childTitles\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:pexaWorkspaceId", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":pexaWorkspaceId" ], "variable": [ { "key": "projectId" }, { "key": "pexaWorkspaceId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-b6773e51-0076-4be1-b3a5-63ea9a5a5eae" }, { "id": "ebd3ee27-9c7d-4f4b-bda6-2c65ceb54122", "name": "Error Response", "originalRequest": { "method": "PUT", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"newSubscriberReference\": \"\",\n \"childTitles\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:pexaWorkspaceId", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":pexaWorkspaceId" ], "variable": [ { "key": "projectId" }, { "key": "pexaWorkspaceId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-ebd3ee27-9c7d-4f4b-bda6-2c65ceb54122" }, { "id": "5c1c74a0-f5bf-472f-80e8-03963b59dd02", "name": "Error Response", "originalRequest": { "method": "PUT", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"newSubscriberReference\": \"\",\n \"childTitles\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:pexaWorkspaceId", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":pexaWorkspaceId" ], "variable": [ { "key": "projectId" }, { "key": "pexaWorkspaceId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-5c1c74a0-f5bf-472f-80e8-03963b59dd02" }, { "id": "f2dd3646-74cc-4a72-9bb3-3e6bec84d4a1", "name": "Error Response", "originalRequest": { "method": "PUT", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"newSubscriberReference\": \"\",\n \"childTitles\": [\n \"\",\n \"\"\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:pexaWorkspaceId", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":pexaWorkspaceId" ], "variable": [ { "key": "projectId" }, { "key": "pexaWorkspaceId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-f2dd3646-74cc-4a72-9bb3-3e6bec84d4a1" } ], "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-853380e5-d9cf-4bf3-b994-3b7ca9c98cfb" } ], "id": "2c3195ea-250c-4140-9552-f242ec58c05e", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-2c3195ea-250c-4140-9552-f242ec58c05e" }, { "name": "{workspaceId}", "item": [ { "name": "financials", "item": [ { "name": "Create Financial Settlement Line Items", "id": "4ec4ac33-87c4-422d-9018-f477b3d7bd8d", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "au:projects:project:write au:projects:status:read au:projects:workspaces:read", "type": "string" }, { "key": "accessTokenUrl", "value": "https://host.kubernetes.internal/auth/realms/pexa/protocol/openid-connect/token", "type": "string" }, { "key": "authUrl", "value": "https://host.kubernetes.internal/auth/realms/pexa/protocol/openid-connect/auth", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "method": "POST", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"role\": \"\",\n \"schedule\": {\n \"lineItems\": [\n {\n \"accountDetails\": {\n \"destination\": {\n \"account\": {\n \"accountBsb\": \"\",\n \"accountName\": \"\",\n \"accountNumber\": \"\"\n },\n \"bpay\": {\n \"billerCode\": \"\",\n \"reference\": \"\"\n },\n \"officeAccount\": \"\",\n \"preverifiedAccount\": \"\"\n },\n \"source\": {\n \"defaultAccount\": \"\",\n \"preverifiedAccount\": \"\"\n }\n },\n \"associatedSubscriber\": \"\",\n \"category\": \"\",\n \"customCategory\": \"\",\n \"clientName\": \"\",\n \"transactionDescription\": \"\",\n \"verified\": \"\",\n \"verifiedBy\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n {\n \"accountDetails\": {\n \"destination\": {\n \"account\": {\n \"accountBsb\": \"\",\n \"accountName\": \"\",\n \"accountNumber\": \"\"\n },\n \"bpay\": {\n \"billerCode\": \"\",\n \"reference\": \"\"\n },\n \"officeAccount\": \"\",\n \"preverifiedAccount\": \"\"\n },\n \"source\": {\n \"defaultAccount\": \"\",\n \"preverifiedAccount\": \"\"\n }\n },\n \"associatedSubscriber\": \"\",\n \"category\": \"\",\n \"customCategory\": \"\",\n \"clientName\": \"\",\n \"transactionDescription\": \"\",\n \"verified\": \"\",\n \"verifiedBy\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:workspaceId/financials", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":workspaceId", "financials" ], "variable": [ { "id": "6ae874b3-05e4-4649-9648-60537bcf01fe", "key": "projectId", "value": "", "description": "(Required) Id of the project to upload financials for" }, { "id": "35f68519-c23f-4e28-a608-80abcd96f9c8", "key": "workspaceId", "value": "", "description": "(Required) The workspace to upload financials for" } ] }, "description": "Add financial settlement line items to an existing workspace
Scopes:
au:projects:workspaces:write" }, "response": [ { "id": "264ed95b-2f7e-4d24-baa3-739cf5610457", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"role\": \"\",\n \"schedule\": {\n \"lineItems\": [\n {\n \"accountDetails\": {\n \"destination\": {\n \"account\": {\n \"accountBsb\": \"\",\n \"accountName\": \"\",\n \"accountNumber\": \"\"\n },\n \"bpay\": {\n \"billerCode\": \"\",\n \"reference\": \"\"\n },\n \"officeAccount\": \"\",\n \"preverifiedAccount\": \"\"\n },\n \"source\": {\n \"defaultAccount\": \"\",\n \"preverifiedAccount\": \"\"\n }\n },\n \"associatedSubscriber\": \"\",\n \"category\": \"\",\n \"customCategory\": \"\",\n \"clientName\": \"\",\n \"transactionDescription\": \"\",\n \"verified\": \"\",\n \"verifiedBy\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n {\n \"accountDetails\": {\n \"destination\": {\n \"account\": {\n \"accountBsb\": \"\",\n \"accountName\": \"\",\n \"accountNumber\": \"\"\n },\n \"bpay\": {\n \"billerCode\": \"\",\n \"reference\": \"\"\n },\n \"officeAccount\": \"\",\n \"preverifiedAccount\": \"\"\n },\n \"source\": {\n \"defaultAccount\": \"\",\n \"preverifiedAccount\": \"\"\n }\n },\n \"associatedSubscriber\": \"\",\n \"category\": \"\",\n \"customCategory\": \"\",\n \"clientName\": \"\",\n \"transactionDescription\": \"\",\n \"verified\": \"\",\n \"verifiedBy\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:workspaceId/financials", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":workspaceId", "financials" ], "variable": [ { "key": "projectId" }, { "key": "workspaceId" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"warning\": {\n \"code\": \"\",\n \"message\": \"\"\n }\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-264ed95b-2f7e-4d24-baa3-739cf5610457" }, { "id": "b777ee02-9159-47f5-9c71-587b00092a43", "name": "Error Response", "originalRequest": { "method": "POST", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"role\": \"\",\n \"schedule\": {\n \"lineItems\": [\n {\n \"accountDetails\": {\n \"destination\": {\n \"account\": {\n \"accountBsb\": \"\",\n \"accountName\": \"\",\n \"accountNumber\": \"\"\n },\n \"bpay\": {\n \"billerCode\": \"\",\n \"reference\": \"\"\n },\n \"officeAccount\": \"\",\n \"preverifiedAccount\": \"\"\n },\n \"source\": {\n \"defaultAccount\": \"\",\n \"preverifiedAccount\": \"\"\n }\n },\n \"associatedSubscriber\": \"\",\n \"category\": \"\",\n \"customCategory\": \"\",\n \"clientName\": \"\",\n \"transactionDescription\": \"\",\n \"verified\": \"\",\n \"verifiedBy\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n {\n \"accountDetails\": {\n \"destination\": {\n \"account\": {\n \"accountBsb\": \"\",\n \"accountName\": \"\",\n \"accountNumber\": \"\"\n },\n \"bpay\": {\n \"billerCode\": \"\",\n \"reference\": \"\"\n },\n \"officeAccount\": \"\",\n \"preverifiedAccount\": \"\"\n },\n \"source\": {\n \"defaultAccount\": \"\",\n \"preverifiedAccount\": \"\"\n }\n },\n \"associatedSubscriber\": \"\",\n \"category\": \"\",\n \"customCategory\": \"\",\n \"clientName\": \"\",\n \"transactionDescription\": \"\",\n \"verified\": \"\",\n \"verifiedBy\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:workspaceId/financials", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":workspaceId", "financials" ], "variable": [ { "key": "projectId" }, { "key": "workspaceId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-b777ee02-9159-47f5-9c71-587b00092a43" }, { "id": "4180b833-2fba-4c4c-8b62-7ee255551799", "name": "Error Response", "originalRequest": { "method": "POST", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"role\": \"\",\n \"schedule\": {\n \"lineItems\": [\n {\n \"accountDetails\": {\n \"destination\": {\n \"account\": {\n \"accountBsb\": \"\",\n \"accountName\": \"\",\n \"accountNumber\": \"\"\n },\n \"bpay\": {\n \"billerCode\": \"\",\n \"reference\": \"\"\n },\n \"officeAccount\": \"\",\n \"preverifiedAccount\": \"\"\n },\n \"source\": {\n \"defaultAccount\": \"\",\n \"preverifiedAccount\": \"\"\n }\n },\n \"associatedSubscriber\": \"\",\n \"category\": \"\",\n \"customCategory\": \"\",\n \"clientName\": \"\",\n \"transactionDescription\": \"\",\n \"verified\": \"\",\n \"verifiedBy\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n {\n \"accountDetails\": {\n \"destination\": {\n \"account\": {\n \"accountBsb\": \"\",\n \"accountName\": \"\",\n \"accountNumber\": \"\"\n },\n \"bpay\": {\n \"billerCode\": \"\",\n \"reference\": \"\"\n },\n \"officeAccount\": \"\",\n \"preverifiedAccount\": \"\"\n },\n \"source\": {\n \"defaultAccount\": \"\",\n \"preverifiedAccount\": \"\"\n }\n },\n \"associatedSubscriber\": \"\",\n \"category\": \"\",\n \"customCategory\": \"\",\n \"clientName\": \"\",\n \"transactionDescription\": \"\",\n \"verified\": \"\",\n \"verifiedBy\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:workspaceId/financials", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":workspaceId", "financials" ], "variable": [ { "key": "projectId" }, { "key": "workspaceId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-4180b833-2fba-4c4c-8b62-7ee255551799" }, { "id": "e42f7941-6b77-42f2-82a5-8491ac6722a8", "name": "Error Response", "originalRequest": { "method": "POST", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"role\": \"\",\n \"schedule\": {\n \"lineItems\": [\n {\n \"accountDetails\": {\n \"destination\": {\n \"account\": {\n \"accountBsb\": \"\",\n \"accountName\": \"\",\n \"accountNumber\": \"\"\n },\n \"bpay\": {\n \"billerCode\": \"\",\n \"reference\": \"\"\n },\n \"officeAccount\": \"\",\n \"preverifiedAccount\": \"\"\n },\n \"source\": {\n \"defaultAccount\": \"\",\n \"preverifiedAccount\": \"\"\n }\n },\n \"associatedSubscriber\": \"\",\n \"category\": \"\",\n \"customCategory\": \"\",\n \"clientName\": \"\",\n \"transactionDescription\": \"\",\n \"verified\": \"\",\n \"verifiedBy\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n {\n \"accountDetails\": {\n \"destination\": {\n \"account\": {\n \"accountBsb\": \"\",\n \"accountName\": \"\",\n \"accountNumber\": \"\"\n },\n \"bpay\": {\n \"billerCode\": \"\",\n \"reference\": \"\"\n },\n \"officeAccount\": \"\",\n \"preverifiedAccount\": \"\"\n },\n \"source\": {\n \"defaultAccount\": \"\",\n \"preverifiedAccount\": \"\"\n }\n },\n \"associatedSubscriber\": \"\",\n \"category\": \"\",\n \"customCategory\": \"\",\n \"clientName\": \"\",\n \"transactionDescription\": \"\",\n \"verified\": \"\",\n \"verifiedBy\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:workspaceId/financials", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":workspaceId", "financials" ], "variable": [ { "key": "projectId" }, { "key": "workspaceId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-e42f7941-6b77-42f2-82a5-8491ac6722a8" }, { "id": "d3bdad0c-10d4-4314-b7b6-1f0708a181fb", "name": "Error Response", "originalRequest": { "method": "POST", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"role\": \"\",\n \"schedule\": {\n \"lineItems\": [\n {\n \"accountDetails\": {\n \"destination\": {\n \"account\": {\n \"accountBsb\": \"\",\n \"accountName\": \"\",\n \"accountNumber\": \"\"\n },\n \"bpay\": {\n \"billerCode\": \"\",\n \"reference\": \"\"\n },\n \"officeAccount\": \"\",\n \"preverifiedAccount\": \"\"\n },\n \"source\": {\n \"defaultAccount\": \"\",\n \"preverifiedAccount\": \"\"\n }\n },\n \"associatedSubscriber\": \"\",\n \"category\": \"\",\n \"customCategory\": \"\",\n \"clientName\": \"\",\n \"transactionDescription\": \"\",\n \"verified\": \"\",\n \"verifiedBy\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n },\n {\n \"accountDetails\": {\n \"destination\": {\n \"account\": {\n \"accountBsb\": \"\",\n \"accountName\": \"\",\n \"accountNumber\": \"\"\n },\n \"bpay\": {\n \"billerCode\": \"\",\n \"reference\": \"\"\n },\n \"officeAccount\": \"\",\n \"preverifiedAccount\": \"\"\n },\n \"source\": {\n \"defaultAccount\": \"\",\n \"preverifiedAccount\": \"\"\n }\n },\n \"associatedSubscriber\": \"\",\n \"category\": \"\",\n \"customCategory\": \"\",\n \"clientName\": \"\",\n \"transactionDescription\": \"\",\n \"verified\": \"\",\n \"verifiedBy\": \"\",\n \"type\": \"\",\n \"value\": \"\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:workspaceId/financials", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":workspaceId", "financials" ], "variable": [ { "key": "projectId" }, { "key": "workspaceId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-d3bdad0c-10d4-4314-b7b6-1f0708a181fb" } ], "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-4ec4ac33-87c4-422d-9018-f477b3d7bd8d" } ], "id": "ad32f625-6f2d-40f8-a6d5-2d5685b4b44d", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-ad32f625-6f2d-40f8-a6d5-2d5685b4b44d" }, { "name": "parties", "item": [ { "name": "Add Parties", "id": "a2de1409-5953-4e21-b907-33dd640a66e8", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "au:projects:project:write au:projects:status:read au:projects:workspaces:read", "type": "string" }, { "key": "accessTokenUrl", "value": "https://host.kubernetes.internal/auth/realms/pexa/protocol/openid-connect/token", "type": "string" }, { "key": "authUrl", "value": "https://host.kubernetes.internal/auth/realms/pexa/protocol/openid-connect/auth", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "method": "POST", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"parties\": [\n {\n \"role\": \"\",\n \"partyType\": \"\",\n \"name\": \"\",\n \"acn\": \"\",\n \"acln\": \"\",\n \"arbn\": \"\",\n \"abn\": \"\",\n \"administrationStatuses\": [\n \"\",\n \"\"\n ],\n \"organisationType\": \"\"\n },\n {\n \"role\": \"\",\n \"partyType\": \"\",\n \"name\": \"\",\n \"acn\": \"\",\n \"acln\": \"\",\n \"arbn\": \"\",\n \"abn\": \"\",\n \"administrationStatuses\": [\n \"\",\n \"\"\n ],\n \"organisationType\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:workspaceId/parties", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":workspaceId", "parties" ], "variable": [ { "id": "fd5eeb4b-d699-454e-8ecd-f81312e6ae43", "key": "projectId", "value": "", "description": "(Required) Id of the project to add parties for" }, { "id": "67af6e04-f516-4fff-a349-23b546d93104", "key": "workspaceId", "value": "", "description": "(Required) Id of the workspace to add parties for" } ] }, "description": "Add parties to an existing workspace
Scopes:
au:projects:workspaces:write" }, "response": [ { "id": "582ae9bf-1bf9-4b58-9d92-15a4c5c585c9", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"parties\": [\n {\n \"role\": \"\",\n \"partyType\": \"\",\n \"name\": \"\",\n \"acn\": \"\",\n \"acln\": \"\",\n \"arbn\": \"\",\n \"abn\": \"\",\n \"administrationStatuses\": [\n \"\",\n \"\"\n ],\n \"organisationType\": \"\"\n },\n {\n \"role\": \"\",\n \"partyType\": \"\",\n \"name\": \"\",\n \"acn\": \"\",\n \"acln\": \"\",\n \"arbn\": \"\",\n \"abn\": \"\",\n \"administrationStatuses\": [\n \"\",\n \"\"\n ],\n \"organisationType\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:workspaceId/parties", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":workspaceId", "parties" ], "variable": [ { "key": "projectId" }, { "key": "workspaceId" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"pexaWorkspaceId\": \"\",\n \"parties\": [\n {\n \"name\": \"\",\n \"partyId\": \"\",\n \"role\": \"\",\n \"partyType\": \"\"\n },\n {\n \"name\": \"\",\n \"partyId\": \"\",\n \"role\": \"\",\n \"partyType\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-582ae9bf-1bf9-4b58-9d92-15a4c5c585c9" }, { "id": "57dbbb65-f80d-442c-9f87-cf1d54e55a3f", "name": "Error Response", "originalRequest": { "method": "POST", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"parties\": [\n {\n \"role\": \"\",\n \"partyType\": \"\",\n \"name\": \"\",\n \"acn\": \"\",\n \"acln\": \"\",\n \"arbn\": \"\",\n \"abn\": \"\",\n \"administrationStatuses\": [\n \"\",\n \"\"\n ],\n \"organisationType\": \"\"\n },\n {\n \"role\": \"\",\n \"partyType\": \"\",\n \"name\": \"\",\n \"acn\": \"\",\n \"acln\": \"\",\n \"arbn\": \"\",\n \"abn\": \"\",\n \"administrationStatuses\": [\n \"\",\n \"\"\n ],\n \"organisationType\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:workspaceId/parties", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":workspaceId", "parties" ], "variable": [ { "key": "projectId" }, { "key": "workspaceId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-57dbbb65-f80d-442c-9f87-cf1d54e55a3f" }, { "id": "67c78c29-a527-48d9-9490-40aa6fd5b1a4", "name": "Error Response", "originalRequest": { "method": "POST", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"parties\": [\n {\n \"role\": \"\",\n \"partyType\": \"\",\n \"name\": \"\",\n \"acn\": \"\",\n \"acln\": \"\",\n \"arbn\": \"\",\n \"abn\": \"\",\n \"administrationStatuses\": [\n \"\",\n \"\"\n ],\n \"organisationType\": \"\"\n },\n {\n \"role\": \"\",\n \"partyType\": \"\",\n \"name\": \"\",\n \"acn\": \"\",\n \"acln\": \"\",\n \"arbn\": \"\",\n \"abn\": \"\",\n \"administrationStatuses\": [\n \"\",\n \"\"\n ],\n \"organisationType\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:workspaceId/parties", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":workspaceId", "parties" ], "variable": [ { "key": "projectId" }, { "key": "workspaceId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-67c78c29-a527-48d9-9490-40aa6fd5b1a4" }, { "id": "60bc8d2e-dcfe-4314-827d-d80d4b22db4c", "name": "Error Response", "originalRequest": { "method": "POST", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"parties\": [\n {\n \"role\": \"\",\n \"partyType\": \"\",\n \"name\": \"\",\n \"acn\": \"\",\n \"acln\": \"\",\n \"arbn\": \"\",\n \"abn\": \"\",\n \"administrationStatuses\": [\n \"\",\n \"\"\n ],\n \"organisationType\": \"\"\n },\n {\n \"role\": \"\",\n \"partyType\": \"\",\n \"name\": \"\",\n \"acn\": \"\",\n \"acln\": \"\",\n \"arbn\": \"\",\n \"abn\": \"\",\n \"administrationStatuses\": [\n \"\",\n \"\"\n ],\n \"organisationType\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:workspaceId/parties", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":workspaceId", "parties" ], "variable": [ { "key": "projectId" }, { "key": "workspaceId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-60bc8d2e-dcfe-4314-827d-d80d4b22db4c" }, { "id": "2c975d58-66d8-4fbc-9bb3-a52f7363c04f", "name": "Error Response", "originalRequest": { "method": "POST", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"parties\": [\n {\n \"role\": \"\",\n \"partyType\": \"\",\n \"name\": \"\",\n \"acn\": \"\",\n \"acln\": \"\",\n \"arbn\": \"\",\n \"abn\": \"\",\n \"administrationStatuses\": [\n \"\",\n \"\"\n ],\n \"organisationType\": \"\"\n },\n {\n \"role\": \"\",\n \"partyType\": \"\",\n \"name\": \"\",\n \"acn\": \"\",\n \"acln\": \"\",\n \"arbn\": \"\",\n \"abn\": \"\",\n \"administrationStatuses\": [\n \"\",\n \"\"\n ],\n \"organisationType\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:workspaceId/parties", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":workspaceId", "parties" ], "variable": [ { "key": "projectId" }, { "key": "workspaceId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-2c975d58-66d8-4fbc-9bb3-a52f7363c04f" } ], "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-a2de1409-5953-4e21-b907-33dd640a66e8" }, { "name": "Update Parties", "id": "7faf18cd-0a4a-446a-b570-973c1e2959ba", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "au:projects:project:write au:projects:status:read au:projects:workspaces:read", "type": "string" }, { "key": "accessTokenUrl", "value": "https://host.kubernetes.internal/auth/realms/pexa/protocol/openid-connect/token", "type": "string" }, { "key": "authUrl", "value": "https://host.kubernetes.internal/auth/realms/pexa/protocol/openid-connect/auth", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "method": "PUT", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"parties\": [\n {\n \"partyId\": \"\",\n \"role\": \"\",\n \"partyType\": \"\",\n \"name\": \"\",\n \"acn\": \"\",\n \"acln\": \"\",\n \"arbn\": \"\",\n \"abn\": \"\",\n \"administrationStatuses\": [\n \"\",\n \"\"\n ],\n \"organisationType\": \"\"\n },\n {\n \"partyId\": \"\",\n \"role\": \"\",\n \"partyType\": \"\",\n \"name\": \"\",\n \"acn\": \"\",\n \"acln\": \"\",\n \"arbn\": \"\",\n \"abn\": \"\",\n \"administrationStatuses\": [\n \"\",\n \"\"\n ],\n \"organisationType\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:workspaceId/parties", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":workspaceId", "parties" ], "variable": [ { "id": "12956088-d1a7-4bc1-8653-8be71a8e91f1", "key": "projectId", "value": "", "description": "(Required) Id of the project to update parties for" }, { "id": "bb029e78-e834-40b9-a4f2-f7d8cd064c59", "key": "workspaceId", "value": "", "description": "(Required) Id of the workspace to update parties for" } ] }, "description": "Update parties on an existing workspace
Scopes:
au:projects:workspaces:write" }, "response": [ { "id": "1d71dab5-fc2c-491c-b0ce-72b573d42b45", "name": "NO CONTENT", "originalRequest": { "method": "PUT", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"parties\": [\n {\n \"partyId\": \"\",\n \"role\": \"\",\n \"partyType\": \"\",\n \"name\": \"\",\n \"acn\": \"\",\n \"acln\": \"\",\n \"arbn\": \"\",\n \"abn\": \"\",\n \"administrationStatuses\": [\n \"\",\n \"\"\n ],\n \"organisationType\": \"\"\n },\n {\n \"partyId\": \"\",\n \"role\": \"\",\n \"partyType\": \"\",\n \"name\": \"\",\n \"acn\": \"\",\n \"acln\": \"\",\n \"arbn\": \"\",\n \"abn\": \"\",\n \"administrationStatuses\": [\n \"\",\n \"\"\n ],\n \"organisationType\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:workspaceId/parties", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":workspaceId", "parties" ], "variable": [ { "key": "projectId" }, { "key": "workspaceId" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-1d71dab5-fc2c-491c-b0ce-72b573d42b45" }, { "id": "63a61227-ae08-4da9-af9a-2a5f1fbabff1", "name": "Error Response", "originalRequest": { "method": "PUT", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"parties\": [\n {\n \"partyId\": \"\",\n \"role\": \"\",\n \"partyType\": \"\",\n \"name\": \"\",\n \"acn\": \"\",\n \"acln\": \"\",\n \"arbn\": \"\",\n \"abn\": \"\",\n \"administrationStatuses\": [\n \"\",\n \"\"\n ],\n \"organisationType\": \"\"\n },\n {\n \"partyId\": \"\",\n \"role\": \"\",\n \"partyType\": \"\",\n \"name\": \"\",\n \"acn\": \"\",\n \"acln\": \"\",\n \"arbn\": \"\",\n \"abn\": \"\",\n \"administrationStatuses\": [\n \"\",\n \"\"\n ],\n \"organisationType\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:workspaceId/parties", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":workspaceId", "parties" ], "variable": [ { "key": "projectId" }, { "key": "workspaceId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-63a61227-ae08-4da9-af9a-2a5f1fbabff1" }, { "id": "baa584ea-d5d3-4eb9-b09d-543cd2725804", "name": "Error Response", "originalRequest": { "method": "PUT", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"parties\": [\n {\n \"partyId\": \"\",\n \"role\": \"\",\n \"partyType\": \"\",\n \"name\": \"\",\n \"acn\": \"\",\n \"acln\": \"\",\n \"arbn\": \"\",\n \"abn\": \"\",\n \"administrationStatuses\": [\n \"\",\n \"\"\n ],\n \"organisationType\": \"\"\n },\n {\n \"partyId\": \"\",\n \"role\": \"\",\n \"partyType\": \"\",\n \"name\": \"\",\n \"acn\": \"\",\n \"acln\": \"\",\n \"arbn\": \"\",\n \"abn\": \"\",\n \"administrationStatuses\": [\n \"\",\n \"\"\n ],\n \"organisationType\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:workspaceId/parties", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":workspaceId", "parties" ], "variable": [ { "key": "projectId" }, { "key": "workspaceId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-baa584ea-d5d3-4eb9-b09d-543cd2725804" }, { "id": "3378b577-07a7-415c-a70e-c0d099c1cf1f", "name": "Error Response", "originalRequest": { "method": "PUT", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"parties\": [\n {\n \"partyId\": \"\",\n \"role\": \"\",\n \"partyType\": \"\",\n \"name\": \"\",\n \"acn\": \"\",\n \"acln\": \"\",\n \"arbn\": \"\",\n \"abn\": \"\",\n \"administrationStatuses\": [\n \"\",\n \"\"\n ],\n \"organisationType\": \"\"\n },\n {\n \"partyId\": \"\",\n \"role\": \"\",\n \"partyType\": \"\",\n \"name\": \"\",\n \"acn\": \"\",\n \"acln\": \"\",\n \"arbn\": \"\",\n \"abn\": \"\",\n \"administrationStatuses\": [\n \"\",\n \"\"\n ],\n \"organisationType\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:workspaceId/parties", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":workspaceId", "parties" ], "variable": [ { "key": "projectId" }, { "key": "workspaceId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-3378b577-07a7-415c-a70e-c0d099c1cf1f" }, { "id": "5637dbb0-de8e-4ed2-84eb-279d963ab7e9", "name": "Error Response", "originalRequest": { "method": "PUT", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"parties\": [\n {\n \"partyId\": \"\",\n \"role\": \"\",\n \"partyType\": \"\",\n \"name\": \"\",\n \"acn\": \"\",\n \"acln\": \"\",\n \"arbn\": \"\",\n \"abn\": \"\",\n \"administrationStatuses\": [\n \"\",\n \"\"\n ],\n \"organisationType\": \"\"\n },\n {\n \"partyId\": \"\",\n \"role\": \"\",\n \"partyType\": \"\",\n \"name\": \"\",\n \"acn\": \"\",\n \"acln\": \"\",\n \"arbn\": \"\",\n \"abn\": \"\",\n \"administrationStatuses\": [\n \"\",\n \"\"\n ],\n \"organisationType\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:workspaceId/parties", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":workspaceId", "parties" ], "variable": [ { "key": "projectId" }, { "key": "workspaceId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-5637dbb0-de8e-4ed2-84eb-279d963ab7e9" } ], "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-7faf18cd-0a4a-446a-b570-973c1e2959ba" }, { "name": "Delete Parties", "id": "7d1d5abc-3ad3-4c57-8c4a-d9bfe6120d5b", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "au:projects:project:write au:projects:status:read au:projects:workspaces:read", "type": "string" }, { "key": "accessTokenUrl", "value": "https://host.kubernetes.internal/auth/realms/pexa/protocol/openid-connect/token", "type": "string" }, { "key": "authUrl", "value": "https://host.kubernetes.internal/auth/realms/pexa/protocol/openid-connect/auth", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "method": "DELETE", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"parties\": [\n {\n \"partyId\": \"\"\n },\n {\n \"partyId\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:workspaceId/parties", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":workspaceId", "parties" ], "variable": [ { "id": "32b8c41c-b939-47a2-8e81-2ce6c06d7b25", "key": "projectId", "value": "", "description": "(Required) Id of the project to remove parties for" }, { "id": "7334afba-5a6d-473f-8dc0-3e4b4d8ca73e", "key": "workspaceId", "value": "", "description": "(Required) Id of the workspace to remove parties for" } ] }, "description": "Delete parties on an existing workspace
Scopes:
au:projects:workspaces:write" }, "response": [ { "id": "4ca66a4d-1f64-470f-8d97-4d1bb03c544b", "name": "NO CONTENT", "originalRequest": { "method": "DELETE", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"parties\": [\n {\n \"partyId\": \"\"\n },\n {\n \"partyId\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:workspaceId/parties", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":workspaceId", "parties" ], "variable": [ { "key": "projectId" }, { "key": "workspaceId" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-4ca66a4d-1f64-470f-8d97-4d1bb03c544b" }, { "id": "1c1ab0c2-91cc-4729-b47a-25c68eefec59", "name": "Error Response", "originalRequest": { "method": "DELETE", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"parties\": [\n {\n \"partyId\": \"\"\n },\n {\n \"partyId\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:workspaceId/parties", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":workspaceId", "parties" ], "variable": [ { "key": "projectId" }, { "key": "workspaceId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-1c1ab0c2-91cc-4729-b47a-25c68eefec59" }, { "id": "20822c4c-b61d-445e-8649-eacbd7fbe5fd", "name": "Error Response", "originalRequest": { "method": "DELETE", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"parties\": [\n {\n \"partyId\": \"\"\n },\n {\n \"partyId\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:workspaceId/parties", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":workspaceId", "parties" ], "variable": [ { "key": "projectId" }, { "key": "workspaceId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-20822c4c-b61d-445e-8649-eacbd7fbe5fd" }, { "id": "939111f7-cc8c-4671-b3aa-eeebfcf8cc1f", "name": "Error Response", "originalRequest": { "method": "DELETE", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"parties\": [\n {\n \"partyId\": \"\"\n },\n {\n \"partyId\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:workspaceId/parties", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":workspaceId", "parties" ], "variable": [ { "key": "projectId" }, { "key": "workspaceId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-939111f7-cc8c-4671-b3aa-eeebfcf8cc1f" }, { "id": "a183b4ea-8ad7-453c-a91f-1f3039521d80", "name": "Error Response", "originalRequest": { "method": "DELETE", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"parties\": [\n {\n \"partyId\": \"\"\n },\n {\n \"partyId\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:workspaceId/parties", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":workspaceId", "parties" ], "variable": [ { "key": "projectId" }, { "key": "workspaceId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-a183b4ea-8ad7-453c-a91f-1f3039521d80" } ], "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-7d1d5abc-3ad3-4c57-8c4a-d9bfe6120d5b" } ], "id": "a905f0a9-47f6-4457-b444-4f23c10b1193", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-a905f0a9-47f6-4457-b444-4f23c10b1193" }, { "name": "participants", "item": [ { "name": "Add Participants", "id": "9e5f8f12-c780-4593-9277-84a284a01225", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "au:projects:project:write au:projects:status:read au:projects:workspaces:read", "type": "string" }, { "key": "accessTokenUrl", "value": "https://host.kubernetes.internal/auth/realms/pexa/protocol/openid-connect/token", "type": "string" }, { "key": "authUrl", "value": "https://host.kubernetes.internal/auth/realms/pexa/protocol/openid-connect/auth", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "method": "POST", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"participants\": [\n {\n \"subscriberId\": \"\",\n \"subscriberName\": \"\"\n },\n {\n \"subscriberId\": \"\",\n \"subscriberName\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:workspaceId/participants", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":workspaceId", "participants" ], "variable": [ { "id": "2368a634-8b46-4599-a16c-b4d5647d7431", "key": "projectId", "value": "", "description": "(Required) Id of the project that the workspace resides in" }, { "id": "d456d6f0-7d50-4e0b-a214-36f37e6da3fc", "key": "workspaceId", "value": "", "description": "(Required) The workspace to add participants to" } ] }, "description": "Add participants to an existing workspace
Scopes:
au:projects:workspaces:write" }, "response": [ { "id": "106542f6-7a8a-492f-907b-5afd71f6a6b9", "name": "OK", "originalRequest": { "method": "POST", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"participants\": [\n {\n \"subscriberId\": \"\",\n \"subscriberName\": \"\"\n },\n {\n \"subscriberId\": \"\",\n \"subscriberName\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:workspaceId/participants", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":workspaceId", "participants" ], "variable": [ { "key": "projectId" }, { "key": "workspaceId" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"pexaWorkspaceId\": \"\",\n \"participants\": [\n {\n \"role\": \"\",\n \"subscriberId\": \"\",\n \"reference\": \"\",\n \"status\": \"\",\n \"prCreated\": \"\",\n \"prAccepted\": \"\"\n },\n {\n \"role\": \"\",\n \"subscriberId\": \"\",\n \"reference\": \"\",\n \"status\": \"\",\n \"prCreated\": \"\",\n \"prAccepted\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-106542f6-7a8a-492f-907b-5afd71f6a6b9" }, { "id": "b13117e7-6eef-4eb2-964b-b48c6eda0187", "name": "Error Response", "originalRequest": { "method": "POST", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"participants\": [\n {\n \"subscriberId\": \"\",\n \"subscriberName\": \"\"\n },\n {\n \"subscriberId\": \"\",\n \"subscriberName\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:workspaceId/participants", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":workspaceId", "participants" ], "variable": [ { "key": "projectId" }, { "key": "workspaceId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-b13117e7-6eef-4eb2-964b-b48c6eda0187" }, { "id": "33e90e4e-da78-446a-bc64-fd3fb8bf271c", "name": "Error Response", "originalRequest": { "method": "POST", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"participants\": [\n {\n \"subscriberId\": \"\",\n \"subscriberName\": \"\"\n },\n {\n \"subscriberId\": \"\",\n \"subscriberName\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:workspaceId/participants", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":workspaceId", "participants" ], "variable": [ { "key": "projectId" }, { "key": "workspaceId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-33e90e4e-da78-446a-bc64-fd3fb8bf271c" }, { "id": "56f59582-6587-4b1c-a4d7-9fdb8870f953", "name": "Error Response", "originalRequest": { "method": "POST", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"participants\": [\n {\n \"subscriberId\": \"\",\n \"subscriberName\": \"\"\n },\n {\n \"subscriberId\": \"\",\n \"subscriberName\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:workspaceId/participants", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":workspaceId", "participants" ], "variable": [ { "key": "projectId" }, { "key": "workspaceId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-56f59582-6587-4b1c-a4d7-9fdb8870f953" }, { "id": "876ece8f-54b9-4236-baa5-d90385d3ea2d", "name": "Error Response", "originalRequest": { "method": "POST", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"participants\": [\n {\n \"subscriberId\": \"\",\n \"subscriberName\": \"\"\n },\n {\n \"subscriberId\": \"\",\n \"subscriberName\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:workspaceId/participants", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":workspaceId", "participants" ], "variable": [ { "key": "projectId" }, { "key": "workspaceId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-876ece8f-54b9-4236-baa5-d90385d3ea2d" } ], "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-9e5f8f12-c780-4593-9277-84a284a01225" }, { "name": "Delete Participants", "id": "5ad0bed6-ecaa-4e1d-a8f4-2d57ae5efdcd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "au:projects:project:write au:projects:status:read au:projects:workspaces:read", "type": "string" }, { "key": "accessTokenUrl", "value": "https://host.kubernetes.internal/auth/realms/pexa/protocol/openid-connect/token", "type": "string" }, { "key": "authUrl", "value": "https://host.kubernetes.internal/auth/realms/pexa/protocol/openid-connect/auth", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "method": "DELETE", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"participants\": [\n {\n \"subscriberId\": \"\",\n \"subscriberName\": \"\"\n },\n {\n \"subscriberId\": \"\",\n \"subscriberName\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:workspaceId/participants", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":workspaceId", "participants" ], "variable": [ { "id": "dc0801f3-55b3-4629-a71e-5825a9980c0f", "key": "projectId", "value": "", "description": "(Required) Id of the project that the workspace resides in" }, { "id": "a14e86f2-7cb8-45be-81ef-c94e4ee9a4f9", "key": "workspaceId", "value": "", "description": "(Required) The workspace to delete participants from" } ] }, "description": "Delete participants in an existing workspace
Scopes:
au:projects:workspaces:write" }, "response": [ { "id": "b7128197-3423-41cb-9f21-a757a148cc08", "name": "No Content", "originalRequest": { "method": "DELETE", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "body": { "mode": "raw", "raw": "{\n \"participants\": [\n {\n \"subscriberId\": \"\",\n \"subscriberName\": \"\"\n },\n {\n \"subscriberId\": \"\",\n \"subscriberName\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:workspaceId/participants", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":workspaceId", "participants" ], "variable": [ { "key": "projectId" }, { "key": "workspaceId" } ] } }, "status": "No Content", "code": 204, "_postman_previewlanguage": "text", "header": [], "cookie": [], "responseTime": null, "body": null, "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-b7128197-3423-41cb-9f21-a757a148cc08" }, { "id": "a9f1e4af-7ee4-48bc-b23f-017bb596ff05", "name": "Error Response", "originalRequest": { "method": "DELETE", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"participants\": [\n {\n \"subscriberId\": \"\",\n \"subscriberName\": \"\"\n },\n {\n \"subscriberId\": \"\",\n \"subscriberName\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:workspaceId/participants", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":workspaceId", "participants" ], "variable": [ { "key": "projectId" }, { "key": "workspaceId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-a9f1e4af-7ee4-48bc-b23f-017bb596ff05" }, { "id": "114d37b9-3860-44f1-9394-a98c92cebbb2", "name": "Error Response", "originalRequest": { "method": "DELETE", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"participants\": [\n {\n \"subscriberId\": \"\",\n \"subscriberName\": \"\"\n },\n {\n \"subscriberId\": \"\",\n \"subscriberName\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:workspaceId/participants", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":workspaceId", "participants" ], "variable": [ { "key": "projectId" }, { "key": "workspaceId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-114d37b9-3860-44f1-9394-a98c92cebbb2" }, { "id": "76dc9eeb-4d4a-4f9b-b195-ac6983d7d716", "name": "Error Response", "originalRequest": { "method": "DELETE", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"participants\": [\n {\n \"subscriberId\": \"\",\n \"subscriberName\": \"\"\n },\n {\n \"subscriberId\": \"\",\n \"subscriberName\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:workspaceId/participants", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":workspaceId", "participants" ], "variable": [ { "key": "projectId" }, { "key": "workspaceId" } ] } }, "status": "Not Found", "code": 404, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-76dc9eeb-4d4a-4f9b-b195-ac6983d7d716" }, { "id": "7fcfecea-043a-441c-a084-4e3ed738259a", "name": "Error Response", "originalRequest": { "method": "DELETE", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"participants\": [\n {\n \"subscriberId\": \"\",\n \"subscriberName\": \"\"\n },\n {\n \"subscriberId\": \"\",\n \"subscriberName\": \"\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces/:workspaceId/participants", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces", ":workspaceId", "participants" ], "variable": [ { "key": "projectId" }, { "key": "workspaceId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-7fcfecea-043a-441c-a084-4e3ed738259a" } ], "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-5ad0bed6-ecaa-4e1d-a8f4-2d57ae5efdcd" } ], "id": "cdbf8c86-a7c9-467a-a7e9-b622e5474546", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-cdbf8c86-a7c9-467a-a7e9-b622e5474546" } ], "id": "fbf35eba-0387-40d8-b633-438dd1c9b920", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-fbf35eba-0387-40d8-b633-438dd1c9b920" }, { "name": "workspaces", "id": "92f42cc6-c12f-48d0-b14e-792d71b5f3fd", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "au:projects:project:write au:projects:status:read au:projects:workspaces:read", "type": "string" }, { "key": "accessTokenUrl", "value": "https://host.kubernetes.internal/auth/realms/pexa/protocol/openid-connect/token", "type": "string" }, { "key": "authUrl", "value": "https://host.kubernetes.internal/auth/realms/pexa/protocol/openid-connect/auth", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "method": "GET", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces" ], "variable": [ { "id": "d63f0188-60e1-4902-8e07-faffa348be56", "key": "projectId", "value": "", "description": "(Required) Id of the project to list workspaces for" } ] }, "description": "Fetch the list of workspaces of a project
Scopes:
au:projects:workspaces:read" }, "response": [ { "id": "9d260993-5df1-4cb8-b7f3-dd0e327370ba", "name": "The list of workspaces of a project", "originalRequest": { "method": "GET", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces" ], "variable": [ { "key": "projectId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "[\n {\n \"workspaceId\": \"\",\n \"subscriberReference\": \"\",\n \"unregisteredLotNumbers\": [\n \"\",\n \"\"\n ],\n \"childTitles\": [\n \"\",\n \"\"\n ],\n \"participantRepresentativeData\": {\n \"incomingMortgagee\": [\n \"\",\n \"\"\n ],\n \"mortgageeOnTitle\": [\n \"\",\n \"\"\n ],\n \"incomingProprietor\": [\n \"\",\n \"\"\n ],\n \"proprietorOnTitle\": [\n \"\",\n \"\"\n ]\n },\n \"unrepresentedPartyData\": {\n \"incomingMortgagee\": [\n \"\",\n \"\"\n ],\n \"mortgageeOnTitle\": [\n \"\",\n \"\"\n ],\n \"incomingProprietor\": [\n \"\",\n \"\"\n ],\n \"proprietorOnTitle\": [\n \"\",\n \"\"\n ]\n },\n \"lodgementStatus\": \"\",\n \"settlementStatus\": \"\",\n \"settlementDate\": \"\",\n \"settlementDateAcceptance\": {\n \"status\": \"\",\n \"statusDetails\": {\n \"acceptanceByIncomingMortgageeReps\": \"\",\n \"acceptanceByMortgageeOnTitleReps\": \"\",\n \"acceptanceByIncomingProprietorReps\": \"\"\n }\n },\n \"financialData\": {\n \"gstWithholdingStatus\": \"\",\n \"grossConsideration\": \"\",\n \"vendorFunds\": \"\",\n \"payoutAmount\": \"\",\n \"balanced\": \"\"\n }\n },\n {\n \"workspaceId\": \"\",\n \"subscriberReference\": \"\",\n \"unregisteredLotNumbers\": [\n \"\",\n \"\"\n ],\n \"childTitles\": [\n \"\",\n \"\"\n ],\n \"participantRepresentativeData\": {\n \"incomingMortgagee\": [\n \"\",\n \"\"\n ],\n \"mortgageeOnTitle\": [\n \"\",\n \"\"\n ],\n \"incomingProprietor\": [\n \"\",\n \"\"\n ],\n \"proprietorOnTitle\": [\n \"\",\n \"\"\n ]\n },\n \"unrepresentedPartyData\": {\n \"incomingMortgagee\": [\n \"\",\n \"\"\n ],\n \"mortgageeOnTitle\": [\n \"\",\n \"\"\n ],\n \"incomingProprietor\": [\n \"\",\n \"\"\n ],\n \"proprietorOnTitle\": [\n \"\",\n \"\"\n ]\n },\n \"lodgementStatus\": \"\",\n \"settlementStatus\": \"\",\n \"settlementDate\": \"\",\n \"settlementDateAcceptance\": {\n \"status\": \"\",\n \"statusDetails\": {\n \"acceptanceByIncomingMortgageeReps\": \"\",\n \"acceptanceByMortgageeOnTitleReps\": \"\",\n \"acceptanceByIncomingProprietorReps\": \"\"\n }\n },\n \"financialData\": {\n \"gstWithholdingStatus\": \"\",\n \"grossConsideration\": \"\",\n \"vendorFunds\": \"\",\n \"payoutAmount\": \"\",\n \"balanced\": \"\"\n }\n }\n]", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-9d260993-5df1-4cb8-b7f3-dd0e327370ba" }, { "id": "e6fd9125-87f3-4504-b8da-69c4656df908", "name": "Error Response", "originalRequest": { "method": "GET", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces" ], "variable": [ { "key": "projectId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-e6fd9125-87f3-4504-b8da-69c4656df908" }, { "id": "6ac544be-f5c4-4161-bbeb-9e3d5dae7d72", "name": "Error Response", "originalRequest": { "method": "GET", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces" ], "variable": [ { "key": "projectId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-6ac544be-f5c4-4161-bbeb-9e3d5dae7d72" }, { "id": "0f17033f-ee37-4bd2-9c20-b3769f821cfa", "name": "Error Response", "originalRequest": { "method": "GET", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces" ], "variable": [ { "key": "projectId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-0f17033f-ee37-4bd2-9c20-b3769f821cfa" }, { "id": "8f9c5ad0-9f3c-42ce-bec5-ef6276e9debc", "name": "Error Response", "originalRequest": { "method": "GET", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces" ], "variable": [ { "key": "projectId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-8f9c5ad0-9f3c-42ce-bec5-ef6276e9debc" } ], "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-92f42cc6-c12f-48d0-b14e-792d71b5f3fd" }, { "name": "create Workspace", "id": "19af277f-a003-4d4e-a0c6-64a18e2a8563", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "au:projects:project:write au:projects:status:read au:projects:workspaces:read", "type": "string" }, { "key": "accessTokenUrl", "value": "https://host.kubernetes.internal/auth/realms/pexa/protocol/openid-connect/token", "type": "string" }, { "key": "authUrl", "value": "https://host.kubernetes.internal/auth/realms/pexa/protocol/openid-connect/auth", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "method": "POST", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"subscriberReference\": \"\",\n \"unregisteredLotNumbers\": [\n \"\"\n ],\n \"childTitles\": [\n \"\",\n \"\"\n ],\n \"grossConsiderationAmount\": \"\",\n \"incomingProprietors\": [\n {\n \"subscriberId\": \"\",\n \"subscriberName\": \"\"\n },\n {\n \"subscriberId\": \"\",\n \"subscriberName\": \"\"\n }\n ],\n \"qldWorkspaceDetails\": {\n \"cashAmount\": \"\",\n \"depositPaid\": \"\",\n \"vendorTermsAmount\": \"\",\n \"liabilitiesAmount\": \"\",\n \"contractRebateAmount\": \"\",\n \"agreementDate\": \"\",\n \"dateOfPossession\": \"\"\n },\n \"workspaceId\": \"\",\n \"workspaceStatus\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces" ], "variable": [ { "id": "6a321381-f162-443f-88f3-2b50db3734ce", "key": "projectId", "value": "", "description": "(Required) Id of the project to create a workspace for" } ] }, "description": "Create a new workspace for an existing Project
Scopes:
au:projects:workspaces:write" }, "response": [ { "id": "e42c880f-17c8-463d-9114-f23253d35701", "name": "Workspace created", "originalRequest": { "method": "POST", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"subscriberReference\": \"\",\n \"unregisteredLotNumbers\": [\n \"\"\n ],\n \"childTitles\": [\n \"\",\n \"\"\n ],\n \"grossConsiderationAmount\": \"\",\n \"incomingProprietors\": [\n {\n \"subscriberId\": \"\",\n \"subscriberName\": \"\"\n },\n {\n \"subscriberId\": \"\",\n \"subscriberName\": \"\"\n }\n ],\n \"qldWorkspaceDetails\": {\n \"cashAmount\": \"\",\n \"depositPaid\": \"\",\n \"vendorTermsAmount\": \"\",\n \"liabilitiesAmount\": \"\",\n \"contractRebateAmount\": \"\",\n \"agreementDate\": \"\",\n \"dateOfPossession\": \"\"\n },\n \"workspaceId\": \"\",\n \"workspaceStatus\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces" ], "variable": [ { "key": "projectId" } ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"subscriberReference\": \"\",\n \"unregisteredLotNumbers\": [\n \"\"\n ],\n \"childTitles\": [\n \"\",\n \"\"\n ],\n \"grossConsiderationAmount\": \"\",\n \"incomingProprietors\": [\n {\n \"subscriberId\": \"\",\n \"subscriberName\": \"\"\n },\n {\n \"subscriberId\": \"\",\n \"subscriberName\": \"\"\n }\n ],\n \"qldWorkspaceDetails\": {\n \"cashAmount\": \"\",\n \"depositPaid\": \"\",\n \"vendorTermsAmount\": \"\",\n \"liabilitiesAmount\": \"\",\n \"contractRebateAmount\": \"\",\n \"agreementDate\": \"\",\n \"dateOfPossession\": \"\"\n },\n \"workspaceId\": \"\",\n \"workspaceStatus\": \"\"\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-e42c880f-17c8-463d-9114-f23253d35701" }, { "id": "58c855d8-4bba-4adc-b2d3-6536d5516591", "name": "Invalid request", "originalRequest": { "method": "POST", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"subscriberReference\": \"\",\n \"unregisteredLotNumbers\": [\n \"\"\n ],\n \"childTitles\": [\n \"\",\n \"\"\n ],\n \"grossConsiderationAmount\": \"\",\n \"incomingProprietors\": [\n {\n \"subscriberId\": \"\",\n \"subscriberName\": \"\"\n },\n {\n \"subscriberId\": \"\",\n \"subscriberName\": \"\"\n }\n ],\n \"qldWorkspaceDetails\": {\n \"cashAmount\": \"\",\n \"depositPaid\": \"\",\n \"vendorTermsAmount\": \"\",\n \"liabilitiesAmount\": \"\",\n \"contractRebateAmount\": \"\",\n \"agreementDate\": \"\",\n \"dateOfPossession\": \"\"\n },\n \"workspaceId\": \"\",\n \"workspaceStatus\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId/workspaces", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId", "workspaces" ], "variable": [ { "key": "projectId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\"\n },\n {\n \"code\": \"\",\n \"message\": \"\"\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-58c855d8-4bba-4adc-b2d3-6536d5516591" } ], "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-19af277f-a003-4d4e-a0c6-64a18e2a8563" } ], "id": "8c07cb15-5ca4-4f99-8a9c-b9bc2eeb7ff3", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-8c07cb15-5ca4-4f99-8a9c-b9bc2eeb7ff3" }, { "name": "Update Project", "id": "28301b7f-11fc-4521-83a0-030132d4e806", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "au:projects:project:write au:projects:status:read au:projects:workspaces:read", "type": "string" }, { "key": "accessTokenUrl", "value": "https://host.kubernetes.internal/auth/realms/pexa/protocol/openid-connect/token", "type": "string" }, { "key": "authUrl", "value": "https://host.kubernetes.internal/auth/realms/pexa/protocol/openid-connect/auth", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "method": "PUT", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"projectName\": \"V=-)y+\",\n \"jurisdiction\": \"SA\",\n \"workgroupId\": \"\",\n \"parentTitle\": \"\",\n \"supplierApplicable\": \"\",\n \"withMortgageeOnTitles\": \"\",\n \"intentionToLock\": \"\",\n \"projectStages\": \"\",\n \"settlementRestriction\": \"\",\n \"estimatedSettlementDate\": \"\",\n \"proprietorOnTitle\": [\n \"\",\n \"\"\n ],\n \"supplierDetails\": {\n \"name\": \"|A\u205f\",\n \"phone\": \"0077\",\n \"abn\": \"\u2004\u2009\u180e\u2000\u200a \u2029\\t\u20285\u202f\u2000\u00a0 \\u000b\u1680\u2002\u00a0\u1680\u00a0 \u2009\\f\\n6\\r\u2028\u2008\u205f\u2003\\n\\f\\t\u2028\\f\u20089\u2000\u2005\ufeff\u205f\\n\u202f\u2003\\t\u2009\\r\u00a0\u2002\u2001\\u000b\u20098\u2009\\n\u2028\u205f\\t\u2008\u20299\u3000\\r\u2005\u1680\u202f4\u00a0\u00a0 \u2009\ufeff\u2002\u2004\u2002\u200a\u2000\u2000\\r\u2009\ufeff8\\f\u2003\\n\\f\u2002\u200a\u1680\u3000\u2006\u2007\u2002\\n6\u2002\u202f\u202f\\f\u2000\\n\\r\u2006\\r\u2005\u2007\\r\\r\u2028\u20095\u2003\ufeff\u2007\u3000 \u2009\u2000\\t\u1680\u2003\\u000b\u1680\u205f\u20083\u2007\u20078\",\n \"addressLine1\": \"7F\ufeff\ufeff(\u2006(\u2002l\",\n \"suburb\": \"j4y\u2008\u180e3\u2006\u00a0Q\u2006\",\n \"postcode\": \"4612\",\n \"state\": \"ACT\",\n \"email\": \"5xDU*5^&d*.XPu`^.4#HcY.LF.5Rx.hKzeSwc^@uYNrskCY3hU.h8nqOQMWG.GWU.Oln6Lkg5wqpY.bSQJ58JF1iOf.Y.p.D.ROln.wBgsy2.NjR9mq9Wm893.tLdfHblIq8nM\",\n \"addressLine2\": \"H f\"\n },\n \"mortgageeOnTitles\": [\n {\n \"participantName\": \"\",\n \"subscriberName\": \"\",\n \"subscriberId\": \"\",\n \"dealingNumber\": \"\"\n },\n {\n \"participantName\": \"\",\n \"subscriberName\": \"\",\n \"subscriberId\": \"\",\n \"dealingNumber\": \"\"\n }\n ],\n \"nswPropertyDetails\": {\n \"locality\": \"\",\n \"natureOfProperty\": \"Carspace\"\n },\n \"qldPropertyDetails\": {\n \"currentLandUse\": \"Multi Unit\",\n \"marginScheme\": \"\",\n \"safetySwitch\": {\n \"installed\": \"\",\n \"informed\": \"\"\n },\n \"smokeAlarm\": {\n \"installed\": \"\",\n \"informed\": \"\"\n }\n },\n \"vicPropertyDetails\": {\n \"restrictiveCovenant\": \"\",\n \"covenantMcpRef\": \"\",\n \"covenantMcpExpiryDate\": \"7386-91-30\",\n \"municipalityName\": \"Hepburn Shire Council\",\n \"natureOfProperty\": \"Commercial\",\n \"primaryLandUse\": \"\",\n \"primaryConstructionType\": \"Not applicable\"\n },\n \"id\": \"\",\n \"projectStatus\": \"\",\n \"historicalParentTitles\": [\n \"\",\n \"\"\n ],\n \"workspacesCreated\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId" ], "variable": [ { "id": "6d6a1428-21d9-452d-bc04-78b1a1d57358", "key": "projectId", "value": "", "description": "(Required) Id of the project to update" } ] }, "description": "Update an existing project
Scopes:
au:projects:project:write" }, "response": [ { "id": "648239ed-72cd-4042-bcb8-c70817accb42", "name": "Successfully updated a project", "originalRequest": { "method": "PUT", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"projectName\": \"V=-)y+\",\n \"jurisdiction\": \"SA\",\n \"workgroupId\": \"\",\n \"parentTitle\": \"\",\n \"supplierApplicable\": \"\",\n \"withMortgageeOnTitles\": \"\",\n \"intentionToLock\": \"\",\n \"projectStages\": \"\",\n \"settlementRestriction\": \"\",\n \"estimatedSettlementDate\": \"\",\n \"proprietorOnTitle\": [\n \"\",\n \"\"\n ],\n \"supplierDetails\": {\n \"name\": \"|A\u205f\",\n \"phone\": \"0077\",\n \"abn\": \"\u2004\u2009\u180e\u2000\u200a \u2029\\t\u20285\u202f\u2000\u00a0 \\u000b\u1680\u2002\u00a0\u1680\u00a0 \u2009\\f\\n6\\r\u2028\u2008\u205f\u2003\\n\\f\\t\u2028\\f\u20089\u2000\u2005\ufeff\u205f\\n\u202f\u2003\\t\u2009\\r\u00a0\u2002\u2001\\u000b\u20098\u2009\\n\u2028\u205f\\t\u2008\u20299\u3000\\r\u2005\u1680\u202f4\u00a0\u00a0 \u2009\ufeff\u2002\u2004\u2002\u200a\u2000\u2000\\r\u2009\ufeff8\\f\u2003\\n\\f\u2002\u200a\u1680\u3000\u2006\u2007\u2002\\n6\u2002\u202f\u202f\\f\u2000\\n\\r\u2006\\r\u2005\u2007\\r\\r\u2028\u20095\u2003\ufeff\u2007\u3000 \u2009\u2000\\t\u1680\u2003\\u000b\u1680\u205f\u20083\u2007\u20078\",\n \"addressLine1\": \"7F\ufeff\ufeff(\u2006(\u2002l\",\n \"suburb\": \"j4y\u2008\u180e3\u2006\u00a0Q\u2006\",\n \"postcode\": \"4612\",\n \"state\": \"ACT\",\n \"email\": \"5xDU*5^&d*.XPu`^.4#HcY.LF.5Rx.hKzeSwc^@uYNrskCY3hU.h8nqOQMWG.GWU.Oln6Lkg5wqpY.bSQJ58JF1iOf.Y.p.D.ROln.wBgsy2.NjR9mq9Wm893.tLdfHblIq8nM\",\n \"addressLine2\": \"H f\"\n },\n \"mortgageeOnTitles\": [\n {\n \"participantName\": \"\",\n \"subscriberName\": \"\",\n \"subscriberId\": \"\",\n \"dealingNumber\": \"\"\n },\n {\n \"participantName\": \"\",\n \"subscriberName\": \"\",\n \"subscriberId\": \"\",\n \"dealingNumber\": \"\"\n }\n ],\n \"nswPropertyDetails\": {\n \"locality\": \"\",\n \"natureOfProperty\": \"Carspace\"\n },\n \"qldPropertyDetails\": {\n \"currentLandUse\": \"Multi Unit\",\n \"marginScheme\": \"\",\n \"safetySwitch\": {\n \"installed\": \"\",\n \"informed\": \"\"\n },\n \"smokeAlarm\": {\n \"installed\": \"\",\n \"informed\": \"\"\n }\n },\n \"vicPropertyDetails\": {\n \"restrictiveCovenant\": \"\",\n \"covenantMcpRef\": \"\",\n \"covenantMcpExpiryDate\": \"7386-91-30\",\n \"municipalityName\": \"Hepburn Shire Council\",\n \"natureOfProperty\": \"Commercial\",\n \"primaryLandUse\": \"\",\n \"primaryConstructionType\": \"Not applicable\"\n },\n \"id\": \"\",\n \"projectStatus\": \"\",\n \"historicalParentTitles\": [\n \"\",\n \"\"\n ],\n \"workspacesCreated\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId" ], "variable": [ { "key": "projectId" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"projectName\": \"V=-)y+\",\n \"jurisdiction\": \"SA\",\n \"workgroupId\": \"\",\n \"parentTitle\": \"\",\n \"supplierApplicable\": \"\",\n \"withMortgageeOnTitles\": \"\",\n \"intentionToLock\": \"\",\n \"projectStages\": \"\",\n \"settlementRestriction\": \"\",\n \"estimatedSettlementDate\": \"\",\n \"proprietorOnTitle\": [\n \"\",\n \"\"\n ],\n \"supplierDetails\": {\n \"name\": \"|A\u205f\",\n \"phone\": \"0077\",\n \"abn\": \"\u2004\u2009\u180e\u2000\u200a \u2029\\t\u20285\u202f\u2000\u00a0 \\u000b\u1680\u2002\u00a0\u1680\u00a0 \u2009\\f\\n6\\r\u2028\u2008\u205f\u2003\\n\\f\\t\u2028\\f\u20089\u2000\u2005\ufeff\u205f\\n\u202f\u2003\\t\u2009\\r\u00a0\u2002\u2001\\u000b\u20098\u2009\\n\u2028\u205f\\t\u2008\u20299\u3000\\r\u2005\u1680\u202f4\u00a0\u00a0 \u2009\ufeff\u2002\u2004\u2002\u200a\u2000\u2000\\r\u2009\ufeff8\\f\u2003\\n\\f\u2002\u200a\u1680\u3000\u2006\u2007\u2002\\n6\u2002\u202f\u202f\\f\u2000\\n\\r\u2006\\r\u2005\u2007\\r\\r\u2028\u20095\u2003\ufeff\u2007\u3000 \u2009\u2000\\t\u1680\u2003\\u000b\u1680\u205f\u20083\u2007\u20078\",\n \"addressLine1\": \"7F\ufeff\ufeff(\u2006(\u2002l\",\n \"suburb\": \"j4y\u2008\u180e3\u2006\u00a0Q\u2006\",\n \"postcode\": \"4612\",\n \"state\": \"ACT\",\n \"email\": \"5xDU*5^&d*.XPu`^.4#HcY.LF.5Rx.hKzeSwc^@uYNrskCY3hU.h8nqOQMWG.GWU.Oln6Lkg5wqpY.bSQJ58JF1iOf.Y.p.D.ROln.wBgsy2.NjR9mq9Wm893.tLdfHblIq8nM\",\n \"addressLine2\": \"H f\"\n },\n \"mortgageeOnTitles\": [\n {\n \"participantName\": \"\",\n \"subscriberName\": \"\",\n \"subscriberId\": \"\",\n \"dealingNumber\": \"\"\n },\n {\n \"participantName\": \"\",\n \"subscriberName\": \"\",\n \"subscriberId\": \"\",\n \"dealingNumber\": \"\"\n }\n ],\n \"nswPropertyDetails\": {\n \"locality\": \"\",\n \"natureOfProperty\": \"Carspace\"\n },\n \"qldPropertyDetails\": {\n \"currentLandUse\": \"Multi Unit\",\n \"marginScheme\": \"\",\n \"safetySwitch\": {\n \"installed\": \"\",\n \"informed\": \"\"\n },\n \"smokeAlarm\": {\n \"installed\": \"\",\n \"informed\": \"\"\n }\n },\n \"vicPropertyDetails\": {\n \"restrictiveCovenant\": \"\",\n \"covenantMcpRef\": \"\",\n \"covenantMcpExpiryDate\": \"7386-91-30\",\n \"municipalityName\": \"Hepburn Shire Council\",\n \"natureOfProperty\": \"Commercial\",\n \"primaryLandUse\": \"\",\n \"primaryConstructionType\": \"Not applicable\"\n },\n \"id\": \"\",\n \"projectStatus\": \"\",\n \"historicalParentTitles\": [\n \"\",\n \"\"\n ],\n \"workspacesCreated\": \"\"\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-648239ed-72cd-4042-bcb8-c70817accb42" }, { "id": "98c4565f-2b33-4c5d-aabc-d8e22d0e6b42", "name": "Error Response", "originalRequest": { "method": "PUT", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"projectName\": \"V=-)y+\",\n \"jurisdiction\": \"SA\",\n \"workgroupId\": \"\",\n \"parentTitle\": \"\",\n \"supplierApplicable\": \"\",\n \"withMortgageeOnTitles\": \"\",\n \"intentionToLock\": \"\",\n \"projectStages\": \"\",\n \"settlementRestriction\": \"\",\n \"estimatedSettlementDate\": \"\",\n \"proprietorOnTitle\": [\n \"\",\n \"\"\n ],\n \"supplierDetails\": {\n \"name\": \"|A\u205f\",\n \"phone\": \"0077\",\n \"abn\": \"\u2004\u2009\u180e\u2000\u200a \u2029\\t\u20285\u202f\u2000\u00a0 \\u000b\u1680\u2002\u00a0\u1680\u00a0 \u2009\\f\\n6\\r\u2028\u2008\u205f\u2003\\n\\f\\t\u2028\\f\u20089\u2000\u2005\ufeff\u205f\\n\u202f\u2003\\t\u2009\\r\u00a0\u2002\u2001\\u000b\u20098\u2009\\n\u2028\u205f\\t\u2008\u20299\u3000\\r\u2005\u1680\u202f4\u00a0\u00a0 \u2009\ufeff\u2002\u2004\u2002\u200a\u2000\u2000\\r\u2009\ufeff8\\f\u2003\\n\\f\u2002\u200a\u1680\u3000\u2006\u2007\u2002\\n6\u2002\u202f\u202f\\f\u2000\\n\\r\u2006\\r\u2005\u2007\\r\\r\u2028\u20095\u2003\ufeff\u2007\u3000 \u2009\u2000\\t\u1680\u2003\\u000b\u1680\u205f\u20083\u2007\u20078\",\n \"addressLine1\": \"7F\ufeff\ufeff(\u2006(\u2002l\",\n \"suburb\": \"j4y\u2008\u180e3\u2006\u00a0Q\u2006\",\n \"postcode\": \"4612\",\n \"state\": \"ACT\",\n \"email\": \"5xDU*5^&d*.XPu`^.4#HcY.LF.5Rx.hKzeSwc^@uYNrskCY3hU.h8nqOQMWG.GWU.Oln6Lkg5wqpY.bSQJ58JF1iOf.Y.p.D.ROln.wBgsy2.NjR9mq9Wm893.tLdfHblIq8nM\",\n \"addressLine2\": \"H f\"\n },\n \"mortgageeOnTitles\": [\n {\n \"participantName\": \"\",\n \"subscriberName\": \"\",\n \"subscriberId\": \"\",\n \"dealingNumber\": \"\"\n },\n {\n \"participantName\": \"\",\n \"subscriberName\": \"\",\n \"subscriberId\": \"\",\n \"dealingNumber\": \"\"\n }\n ],\n \"nswPropertyDetails\": {\n \"locality\": \"\",\n \"natureOfProperty\": \"Carspace\"\n },\n \"qldPropertyDetails\": {\n \"currentLandUse\": \"Multi Unit\",\n \"marginScheme\": \"\",\n \"safetySwitch\": {\n \"installed\": \"\",\n \"informed\": \"\"\n },\n \"smokeAlarm\": {\n \"installed\": \"\",\n \"informed\": \"\"\n }\n },\n \"vicPropertyDetails\": {\n \"restrictiveCovenant\": \"\",\n \"covenantMcpRef\": \"\",\n \"covenantMcpExpiryDate\": \"7386-91-30\",\n \"municipalityName\": \"Hepburn Shire Council\",\n \"natureOfProperty\": \"Commercial\",\n \"primaryLandUse\": \"\",\n \"primaryConstructionType\": \"Not applicable\"\n },\n \"id\": \"\",\n \"projectStatus\": \"\",\n \"historicalParentTitles\": [\n \"\",\n \"\"\n ],\n \"workspacesCreated\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId" ], "variable": [ { "key": "projectId" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-98c4565f-2b33-4c5d-aabc-d8e22d0e6b42" }, { "id": "c617568d-3ec3-4b14-9b0e-6339c6819338", "name": "Error Response", "originalRequest": { "method": "PUT", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"projectName\": \"V=-)y+\",\n \"jurisdiction\": \"SA\",\n \"workgroupId\": \"\",\n \"parentTitle\": \"\",\n \"supplierApplicable\": \"\",\n \"withMortgageeOnTitles\": \"\",\n \"intentionToLock\": \"\",\n \"projectStages\": \"\",\n \"settlementRestriction\": \"\",\n \"estimatedSettlementDate\": \"\",\n \"proprietorOnTitle\": [\n \"\",\n \"\"\n ],\n \"supplierDetails\": {\n \"name\": \"|A\u205f\",\n \"phone\": \"0077\",\n \"abn\": \"\u2004\u2009\u180e\u2000\u200a \u2029\\t\u20285\u202f\u2000\u00a0 \\u000b\u1680\u2002\u00a0\u1680\u00a0 \u2009\\f\\n6\\r\u2028\u2008\u205f\u2003\\n\\f\\t\u2028\\f\u20089\u2000\u2005\ufeff\u205f\\n\u202f\u2003\\t\u2009\\r\u00a0\u2002\u2001\\u000b\u20098\u2009\\n\u2028\u205f\\t\u2008\u20299\u3000\\r\u2005\u1680\u202f4\u00a0\u00a0 \u2009\ufeff\u2002\u2004\u2002\u200a\u2000\u2000\\r\u2009\ufeff8\\f\u2003\\n\\f\u2002\u200a\u1680\u3000\u2006\u2007\u2002\\n6\u2002\u202f\u202f\\f\u2000\\n\\r\u2006\\r\u2005\u2007\\r\\r\u2028\u20095\u2003\ufeff\u2007\u3000 \u2009\u2000\\t\u1680\u2003\\u000b\u1680\u205f\u20083\u2007\u20078\",\n \"addressLine1\": \"7F\ufeff\ufeff(\u2006(\u2002l\",\n \"suburb\": \"j4y\u2008\u180e3\u2006\u00a0Q\u2006\",\n \"postcode\": \"4612\",\n \"state\": \"ACT\",\n \"email\": \"5xDU*5^&d*.XPu`^.4#HcY.LF.5Rx.hKzeSwc^@uYNrskCY3hU.h8nqOQMWG.GWU.Oln6Lkg5wqpY.bSQJ58JF1iOf.Y.p.D.ROln.wBgsy2.NjR9mq9Wm893.tLdfHblIq8nM\",\n \"addressLine2\": \"H f\"\n },\n \"mortgageeOnTitles\": [\n {\n \"participantName\": \"\",\n \"subscriberName\": \"\",\n \"subscriberId\": \"\",\n \"dealingNumber\": \"\"\n },\n {\n \"participantName\": \"\",\n \"subscriberName\": \"\",\n \"subscriberId\": \"\",\n \"dealingNumber\": \"\"\n }\n ],\n \"nswPropertyDetails\": {\n \"locality\": \"\",\n \"natureOfProperty\": \"Carspace\"\n },\n \"qldPropertyDetails\": {\n \"currentLandUse\": \"Multi Unit\",\n \"marginScheme\": \"\",\n \"safetySwitch\": {\n \"installed\": \"\",\n \"informed\": \"\"\n },\n \"smokeAlarm\": {\n \"installed\": \"\",\n \"informed\": \"\"\n }\n },\n \"vicPropertyDetails\": {\n \"restrictiveCovenant\": \"\",\n \"covenantMcpRef\": \"\",\n \"covenantMcpExpiryDate\": \"7386-91-30\",\n \"municipalityName\": \"Hepburn Shire Council\",\n \"natureOfProperty\": \"Commercial\",\n \"primaryLandUse\": \"\",\n \"primaryConstructionType\": \"Not applicable\"\n },\n \"id\": \"\",\n \"projectStatus\": \"\",\n \"historicalParentTitles\": [\n \"\",\n \"\"\n ],\n \"workspacesCreated\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId" ], "variable": [ { "key": "projectId" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-c617568d-3ec3-4b14-9b0e-6339c6819338" }, { "id": "fe265453-68ce-47fa-b8bc-ba338c44a31a", "name": "Error Response", "originalRequest": { "method": "PUT", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"projectName\": \"V=-)y+\",\n \"jurisdiction\": \"SA\",\n \"workgroupId\": \"\",\n \"parentTitle\": \"\",\n \"supplierApplicable\": \"\",\n \"withMortgageeOnTitles\": \"\",\n \"intentionToLock\": \"\",\n \"projectStages\": \"\",\n \"settlementRestriction\": \"\",\n \"estimatedSettlementDate\": \"\",\n \"proprietorOnTitle\": [\n \"\",\n \"\"\n ],\n \"supplierDetails\": {\n \"name\": \"|A\u205f\",\n \"phone\": \"0077\",\n \"abn\": \"\u2004\u2009\u180e\u2000\u200a \u2029\\t\u20285\u202f\u2000\u00a0 \\u000b\u1680\u2002\u00a0\u1680\u00a0 \u2009\\f\\n6\\r\u2028\u2008\u205f\u2003\\n\\f\\t\u2028\\f\u20089\u2000\u2005\ufeff\u205f\\n\u202f\u2003\\t\u2009\\r\u00a0\u2002\u2001\\u000b\u20098\u2009\\n\u2028\u205f\\t\u2008\u20299\u3000\\r\u2005\u1680\u202f4\u00a0\u00a0 \u2009\ufeff\u2002\u2004\u2002\u200a\u2000\u2000\\r\u2009\ufeff8\\f\u2003\\n\\f\u2002\u200a\u1680\u3000\u2006\u2007\u2002\\n6\u2002\u202f\u202f\\f\u2000\\n\\r\u2006\\r\u2005\u2007\\r\\r\u2028\u20095\u2003\ufeff\u2007\u3000 \u2009\u2000\\t\u1680\u2003\\u000b\u1680\u205f\u20083\u2007\u20078\",\n \"addressLine1\": \"7F\ufeff\ufeff(\u2006(\u2002l\",\n \"suburb\": \"j4y\u2008\u180e3\u2006\u00a0Q\u2006\",\n \"postcode\": \"4612\",\n \"state\": \"ACT\",\n \"email\": \"5xDU*5^&d*.XPu`^.4#HcY.LF.5Rx.hKzeSwc^@uYNrskCY3hU.h8nqOQMWG.GWU.Oln6Lkg5wqpY.bSQJ58JF1iOf.Y.p.D.ROln.wBgsy2.NjR9mq9Wm893.tLdfHblIq8nM\",\n \"addressLine2\": \"H f\"\n },\n \"mortgageeOnTitles\": [\n {\n \"participantName\": \"\",\n \"subscriberName\": \"\",\n \"subscriberId\": \"\",\n \"dealingNumber\": \"\"\n },\n {\n \"participantName\": \"\",\n \"subscriberName\": \"\",\n \"subscriberId\": \"\",\n \"dealingNumber\": \"\"\n }\n ],\n \"nswPropertyDetails\": {\n \"locality\": \"\",\n \"natureOfProperty\": \"Carspace\"\n },\n \"qldPropertyDetails\": {\n \"currentLandUse\": \"Multi Unit\",\n \"marginScheme\": \"\",\n \"safetySwitch\": {\n \"installed\": \"\",\n \"informed\": \"\"\n },\n \"smokeAlarm\": {\n \"installed\": \"\",\n \"informed\": \"\"\n }\n },\n \"vicPropertyDetails\": {\n \"restrictiveCovenant\": \"\",\n \"covenantMcpRef\": \"\",\n \"covenantMcpExpiryDate\": \"7386-91-30\",\n \"municipalityName\": \"Hepburn Shire Council\",\n \"natureOfProperty\": \"Commercial\",\n \"primaryLandUse\": \"\",\n \"primaryConstructionType\": \"Not applicable\"\n },\n \"id\": \"\",\n \"projectStatus\": \"\",\n \"historicalParentTitles\": [\n \"\",\n \"\"\n ],\n \"workspacesCreated\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId" ], "variable": [ { "key": "projectId" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-fe265453-68ce-47fa-b8bc-ba338c44a31a" }, { "id": "909c213f-5bd7-4282-96ee-77c8389ff6ec", "name": "Error Response", "originalRequest": { "method": "PUT", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"projectName\": \"V=-)y+\",\n \"jurisdiction\": \"SA\",\n \"workgroupId\": \"\",\n \"parentTitle\": \"\",\n \"supplierApplicable\": \"\",\n \"withMortgageeOnTitles\": \"\",\n \"intentionToLock\": \"\",\n \"projectStages\": \"\",\n \"settlementRestriction\": \"\",\n \"estimatedSettlementDate\": \"\",\n \"proprietorOnTitle\": [\n \"\",\n \"\"\n ],\n \"supplierDetails\": {\n \"name\": \"|A\u205f\",\n \"phone\": \"0077\",\n \"abn\": \"\u2004\u2009\u180e\u2000\u200a \u2029\\t\u20285\u202f\u2000\u00a0 \\u000b\u1680\u2002\u00a0\u1680\u00a0 \u2009\\f\\n6\\r\u2028\u2008\u205f\u2003\\n\\f\\t\u2028\\f\u20089\u2000\u2005\ufeff\u205f\\n\u202f\u2003\\t\u2009\\r\u00a0\u2002\u2001\\u000b\u20098\u2009\\n\u2028\u205f\\t\u2008\u20299\u3000\\r\u2005\u1680\u202f4\u00a0\u00a0 \u2009\ufeff\u2002\u2004\u2002\u200a\u2000\u2000\\r\u2009\ufeff8\\f\u2003\\n\\f\u2002\u200a\u1680\u3000\u2006\u2007\u2002\\n6\u2002\u202f\u202f\\f\u2000\\n\\r\u2006\\r\u2005\u2007\\r\\r\u2028\u20095\u2003\ufeff\u2007\u3000 \u2009\u2000\\t\u1680\u2003\\u000b\u1680\u205f\u20083\u2007\u20078\",\n \"addressLine1\": \"7F\ufeff\ufeff(\u2006(\u2002l\",\n \"suburb\": \"j4y\u2008\u180e3\u2006\u00a0Q\u2006\",\n \"postcode\": \"4612\",\n \"state\": \"ACT\",\n \"email\": \"5xDU*5^&d*.XPu`^.4#HcY.LF.5Rx.hKzeSwc^@uYNrskCY3hU.h8nqOQMWG.GWU.Oln6Lkg5wqpY.bSQJ58JF1iOf.Y.p.D.ROln.wBgsy2.NjR9mq9Wm893.tLdfHblIq8nM\",\n \"addressLine2\": \"H f\"\n },\n \"mortgageeOnTitles\": [\n {\n \"participantName\": \"\",\n \"subscriberName\": \"\",\n \"subscriberId\": \"\",\n \"dealingNumber\": \"\"\n },\n {\n \"participantName\": \"\",\n \"subscriberName\": \"\",\n \"subscriberId\": \"\",\n \"dealingNumber\": \"\"\n }\n ],\n \"nswPropertyDetails\": {\n \"locality\": \"\",\n \"natureOfProperty\": \"Carspace\"\n },\n \"qldPropertyDetails\": {\n \"currentLandUse\": \"Multi Unit\",\n \"marginScheme\": \"\",\n \"safetySwitch\": {\n \"installed\": \"\",\n \"informed\": \"\"\n },\n \"smokeAlarm\": {\n \"installed\": \"\",\n \"informed\": \"\"\n }\n },\n \"vicPropertyDetails\": {\n \"restrictiveCovenant\": \"\",\n \"covenantMcpRef\": \"\",\n \"covenantMcpExpiryDate\": \"7386-91-30\",\n \"municipalityName\": \"Hepburn Shire Council\",\n \"natureOfProperty\": \"Commercial\",\n \"primaryLandUse\": \"\",\n \"primaryConstructionType\": \"Not applicable\"\n },\n \"id\": \"\",\n \"projectStatus\": \"\",\n \"historicalParentTitles\": [\n \"\",\n \"\"\n ],\n \"workspacesCreated\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects/:projectId", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", ":projectId" ], "variable": [ { "key": "projectId" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-909c213f-5bd7-4282-96ee-77c8389ff6ec" } ], "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-28301b7f-11fc-4521-83a0-030132d4e806" } ], "id": "af099f90-e5e8-45c6-ae9a-01b45d82aef5", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-af099f90-e5e8-45c6-ae9a-01b45d82aef5" }, { "name": "notifications", "item": [ { "name": "notification", "id": "b4adf7e5-6a69-4341-af8f-86d2cb7a4495", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "au:projects:project:write au:projects:status:read au:projects:workspaces:read", "type": "string" }, { "key": "accessTokenUrl", "value": "https://host.kubernetes.internal/auth/realms/pexa/protocol/openid-connect/token", "type": "string" }, { "key": "authUrl", "value": "https://host.kubernetes.internal/auth/realms/pexa/protocol/openid-connect/auth", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "method": "GET", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "value": "" }, { "key": "Accept", "value": "application/json" } ], "url": { "raw": "{{baseUrl}}/v4/projects/notifications?categoryList=&lastEventId=&lastEventTimestamp=&maxRecords=1258472367&severity=", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", "notifications" ], "query": [ { "description": "The notification category the results will return. Each value must be separated with a comma (,) with no spaces. If not provided, PEXA will return all notification category types.", "key": "categoryList", "value": "" }, { "description": "(Required) The PEXA internal reference for the event. This value must match the last Event Id which was provided in the previous notification response from PEXA. Note: If a Last Event Id has yet to be obtained, the value must be 0. If the Last Event ID value does not correspond to the Last Event Timestamp recorded in PEXA, an exception will be returned. Maximum 19 characters.", "key": "lastEventId", "value": "" }, { "description": "(Required) The timestamp of the last event previously retrieved which the results will be filtered from (in UTC). Note: The Last Event Timestamp is used in conjunction with the Last Event ID for retrieving notifications. The Last Event Timestamp value in the request should match the Last Event Timestamp value which was provided in the previous notification response from PEXA. If the Last Event Timestamp value does not correspond to the Last Event Id recorded in PEXA, an exception will be returned.", "key": "lastEventTimestamp", "value": "" }, { "description": "Used to specify the maximum number of notification records to be returned in a single service call. PEXA will set an internal threshold for a maximum number of records to be returned. If the PEXA threshold is less than the max number of records provided, PEXA will return its threshold number of records (with the More Data flag set to indicate there are more notification records where applicable). If no value is provided, the PEXA threshold will be used as the default number for notification records to be received. If a value is provided, it must be greater than 0.", "key": "maxRecords", "value": "1258472367" }, { "description": "The notification severity the results will return. If not provided, PEXA will return all notification severity types.", "key": "severity", "value": "" } ] }, "description": "Fetch notifications
Scopes:
au:projects:notification:read" }, "response": [ { "id": "a455368f-79ac-41fa-aff0-0be1fa302f63", "name": "Status details for a project", "originalRequest": { "method": "GET", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v4/projects/notifications?categoryList=&lastEventId=&lastEventTimestamp=&maxRecords=1258472367&severity=", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", "notifications" ], "query": [ { "description": "The notification category the results will return. Each value must be separated with a comma (,) with no spaces. If not provided, PEXA will return all notification category types.", "key": "categoryList", "value": "" }, { "description": "(Required) The PEXA internal reference for the event. This value must match the last Event Id which was provided in the previous notification response from PEXA. Note: If a Last Event Id has yet to be obtained, the value must be 0. If the Last Event ID value does not correspond to the Last Event Timestamp recorded in PEXA, an exception will be returned. Maximum 19 characters.", "key": "lastEventId", "value": "" }, { "description": "(Required) The timestamp of the last event previously retrieved which the results will be filtered from (in UTC). Note: The Last Event Timestamp is used in conjunction with the Last Event ID for retrieving notifications. The Last Event Timestamp value in the request should match the Last Event Timestamp value which was provided in the previous notification response from PEXA. If the Last Event Timestamp value does not correspond to the Last Event Id recorded in PEXA, an exception will be returned.", "key": "lastEventTimestamp", "value": "" }, { "description": "Used to specify the maximum number of notification records to be returned in a single service call. PEXA will set an internal threshold for a maximum number of records to be returned. If the PEXA threshold is less than the max number of records provided, PEXA will return its threshold number of records (with the More Data flag set to indicate there are more notification records where applicable). If no value is provided, the PEXA threshold will be used as the default number for notification records to be received. If a value is provided, it must be greater than 0.", "key": "maxRecords", "value": "1258472367" }, { "description": "The notification severity the results will return. If not provided, PEXA will return all notification severity types.", "key": "severity", "value": "" } ] } }, "status": "OK", "code": 200, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"notificationsList\": {\n \"notifications\": [\n {\n \"subscriberId\": \"\",\n \"systemGenerated\": \"\",\n \"initiatingSubscriberId\": \"\",\n \"initiatingSubscriberName\": \"\",\n \"workspaceId\": \"\",\n \"subscriberReferences\": [\n {\n \"workspaceRole\": \"\",\n \"value\": \"\"\n },\n {\n \"workspaceRole\": \"\",\n \"value\": \"\"\n }\n ],\n \"eventId\": \"\",\n \"timestamp\": \"\",\n \"severity\": \"\",\n \"category\": \"\",\n \"type\": {\n \"key\": \"\",\n \"value\": \"\"\n },\n \"description\": \"\",\n \"details\": {\n \"financialLineItem\": {\n \"amount\": \"\",\n \"category\": \"\",\n \"owningSubscriberId\": \"\",\n \"owningSubscriberName\": \"\",\n \"type\": \"\"\n },\n \"invitation\": {\n \"outstanding\": {\n \"inviteId\": \"\",\n \"forwardedBy\": \"\",\n \"timestamp\": \"\",\n \"jurisdiction\": \"\",\n \"workspaceRole\": \"\",\n \"settlementDate\": \"\",\n \"expressRefinance\": \"\",\n \"landTitleDetails\": {\n \"landTitles\": [\n {\n \"landTitleReference\": \"\",\n \"propertyDetails\": {\n \"landDescription\": \"\",\n \"propertyAddress\": \"\"\n }\n },\n {\n \"landTitleReference\": \"\",\n \"propertyDetails\": {\n \"landDescription\": \"\",\n \"propertyAddress\": \"\"\n }\n }\n ]\n },\n \"partyDetails\": {\n \"parties\": [\n {\n \"partyId\": \"\",\n \"partyRole\": \"\",\n \"partyName\": {\n \"businessDetails\": {\n \"legalEntityName\": \"\",\n \"businessName\": \"\",\n \"businessUnit\": \"\",\n \"organisationType\": \"\",\n \"administrationStatuses\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"identifications\": [\n {\n \"identifier\": \"\",\n \"value\": \"\"\n },\n {\n \"identifier\": \"\",\n \"value\": \"\"\n }\n ]\n },\n \"fullName\": {\n \"nameTitle\": \"\",\n \"givenNames\": [\n {\n \"order\": \"\",\n \"value\": \"\"\n },\n {\n \"order\": \"\",\n \"value\": \"\"\n }\n ],\n \"familyName\": \"\",\n \"familyNameOrder\": \"\",\n \"nameSuffix\": \"\",\n \"dateOfBirth\": \"\"\n }\n },\n \"associatedLandTitleReferences\": [\n \"\",\n \"\"\n ]\n },\n {\n \"partyId\": \"\",\n \"partyRole\": \"\",\n \"partyName\": {\n \"businessDetails\": {\n \"legalEntityName\": \"\",\n \"businessName\": \"\",\n \"businessUnit\": \"\",\n \"organisationType\": \"\",\n \"administrationStatuses\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"identifications\": [\n {\n \"identifier\": \"\",\n \"value\": \"\"\n },\n {\n \"identifier\": \"\",\n \"value\": \"\"\n }\n ]\n },\n \"fullName\": {\n \"nameTitle\": \"\",\n \"givenNames\": [\n {\n \"order\": \"\",\n \"value\": \"\"\n },\n {\n \"order\": \"\",\n \"value\": \"\"\n }\n ],\n \"familyName\": \"\",\n \"familyNameOrder\": \"\",\n \"nameSuffix\": \"\",\n \"dateOfBirth\": \"\"\n }\n },\n \"associatedLandTitleReferences\": [\n \"\",\n \"\"\n ]\n }\n ]\n },\n \"inviterSubscriberDetails\": {\n \"subscriberId\": \"\",\n \"subscriberType\": \"\",\n \"subscriberName\": \"\",\n \"subscriberWorkspaceRole\": \"\",\n \"representing\": {\n \"parties\": [\n {\n \"partyId\": \"\",\n \"partyName\": {\n \"businessDetails\": {\n \"legalEntityName\": \"\",\n \"businessName\": \"\",\n \"businessUnit\": \"\",\n \"organisationType\": \"\",\n \"administrationStatuses\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"identifications\": [\n {\n \"identifier\": \"\",\n \"value\": \"\"\n },\n {\n \"identifier\": \"\",\n \"value\": \"\"\n }\n ]\n },\n \"fullName\": {\n \"nameTitle\": \"\",\n \"givenNames\": [\n {\n \"order\": \"\",\n \"value\": \"\"\n },\n {\n \"order\": \"\",\n \"value\": \"\"\n }\n ],\n \"familyName\": \"\",\n \"familyNameOrder\": \"\",\n \"nameSuffix\": \"\",\n \"dateOfBirth\": \"\"\n }\n },\n \"partyRole\": \"\"\n },\n {\n \"partyId\": \"\",\n \"partyName\": {\n \"businessDetails\": {\n \"legalEntityName\": \"\",\n \"businessName\": \"\",\n \"businessUnit\": \"\",\n \"organisationType\": \"\",\n \"administrationStatuses\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"identifications\": [\n {\n \"identifier\": \"\",\n \"value\": \"\"\n },\n {\n \"identifier\": \"\",\n \"value\": \"\"\n }\n ]\n },\n \"fullName\": {\n \"nameTitle\": \"\",\n \"givenNames\": [\n {\n \"order\": \"\",\n \"value\": \"\"\n },\n {\n \"order\": \"\",\n \"value\": \"\"\n }\n ],\n \"familyName\": \"\",\n \"familyNameOrder\": \"\",\n \"nameSuffix\": \"\",\n \"dateOfBirth\": \"\"\n }\n },\n \"partyRole\": \"\"\n }\n ]\n },\n \"notes\": \"\"\n }\n },\n \"response\": {\n \"inviteId\": \"\",\n \"subscriberId\": \"\",\n \"subscriberName\": \"\",\n \"workspaceRole\": \"\",\n \"responseReason\": \"\",\n \"additionalText\": \"\"\n }\n },\n \"landTitle\": {\n \"landTitleReference\": \"\",\n \"titleActivityCheck\": {\n \"administrativeActionReferences\": [\n {\n \"administrativeActionTimestamp\": \"\",\n \"administrativeActionType\": \"\"\n },\n {\n \"administrativeActionTimestamp\": \"\",\n \"administrativeActionType\": \"\"\n }\n ],\n \"documentReferences\": [\n {\n \"documentType\": \"\",\n \"lrDocumentId\": \"\",\n \"documentStatusDetails\": [\n {\n \"documentStatusTimestamp\": \"\",\n \"documentStatus\": \"\"\n },\n {\n \"documentStatusTimestamp\": \"\",\n \"documentStatus\": \"\"\n }\n ]\n },\n {\n \"documentType\": \"\",\n \"lrDocumentId\": \"\",\n \"documentStatusDetails\": [\n {\n \"documentStatusTimestamp\": \"\",\n \"documentStatus\": \"\"\n },\n {\n \"documentStatusTimestamp\": \"\",\n \"documentStatus\": \"\"\n }\n ]\n }\n ]\n },\n \"propertyDetails\": {\n \"landDescription\": \"\",\n \"propertyAddress\": \"\"\n }\n },\n \"party\": {\n \"partyName\": {\n \"businessDetails\": {\n \"legalEntityName\": \"\",\n \"businessName\": \"\",\n \"businessUnit\": \"\",\n \"organisationType\": \"\",\n \"administrationStatuses\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"identifications\": [\n {\n \"identifier\": \"\",\n \"value\": \"\"\n },\n {\n \"identifier\": \"\",\n \"value\": \"\"\n }\n ]\n },\n \"fullName\": {\n \"nameTitle\": \"\",\n \"givenNames\": [\n {\n \"order\": \"\",\n \"value\": \"\"\n },\n {\n \"order\": \"\",\n \"value\": \"\"\n }\n ],\n \"familyName\": \"\",\n \"familyNameOrder\": \"\",\n \"nameSuffix\": \"\",\n \"dateOfBirth\": \"\"\n }\n },\n \"partyRole\": \"\",\n \"partyId\": \"\"\n },\n \"document\": {\n \"documentType\": \"\",\n \"status\": \"\",\n \"documentId\": \"\"\n },\n \"settlementSchedule\": {\n \"status\": \"\"\n },\n \"workspaceStatus\": \"\",\n \"settlement\": {\n \"settlementDate\": \"\",\n \"reason\": \"\"\n },\n \"lodgement\": {\n \"documents\": [\n {\n \"documentStatus\": \"\",\n \"documentType\": \"\",\n \"landTitleReferences\": [\n \"\",\n \"\"\n ],\n \"documentId\": \"\",\n \"dealingNumber\": \"\",\n \"mortgageDate\": \"\",\n \"timestamp\": \"\"\n },\n {\n \"documentStatus\": \"\",\n \"documentType\": \"\",\n \"landTitleReferences\": [\n \"\",\n \"\"\n ],\n \"documentId\": \"\",\n \"dealingNumber\": \"\",\n \"mortgageDate\": \"\",\n \"timestamp\": \"\"\n }\n ],\n \"lodgementCaseStatus\": \"\",\n \"lodgementCaseId\": \"\"\n },\n \"participant\": {\n \"subscriberName\": \"\",\n \"workspaceRoles\": [\n \"\",\n \"\"\n ]\n },\n \"conversation\": {\n \"conversationId\": \"\",\n \"timestamp\": \"\"\n }\n }\n },\n {\n \"subscriberId\": \"\",\n \"systemGenerated\": \"\",\n \"initiatingSubscriberId\": \"\",\n \"initiatingSubscriberName\": \"\",\n \"workspaceId\": \"\",\n \"subscriberReferences\": [\n {\n \"workspaceRole\": \"\",\n \"value\": \"\"\n },\n {\n \"workspaceRole\": \"\",\n \"value\": \"\"\n }\n ],\n \"eventId\": \"\",\n \"timestamp\": \"\",\n \"severity\": \"\",\n \"category\": \"\",\n \"type\": {\n \"key\": \"\",\n \"value\": \"\"\n },\n \"description\": \"\",\n \"details\": {\n \"financialLineItem\": {\n \"amount\": \"\",\n \"category\": \"\",\n \"owningSubscriberId\": \"\",\n \"owningSubscriberName\": \"\",\n \"type\": \"\"\n },\n \"invitation\": {\n \"outstanding\": {\n \"inviteId\": \"\",\n \"forwardedBy\": \"\",\n \"timestamp\": \"\",\n \"jurisdiction\": \"\",\n \"workspaceRole\": \"\",\n \"settlementDate\": \"\",\n \"expressRefinance\": \"\",\n \"landTitleDetails\": {\n \"landTitles\": [\n {\n \"landTitleReference\": \"\",\n \"propertyDetails\": {\n \"landDescription\": \"\",\n \"propertyAddress\": \"\"\n }\n },\n {\n \"landTitleReference\": \"\",\n \"propertyDetails\": {\n \"landDescription\": \"\",\n \"propertyAddress\": \"\"\n }\n }\n ]\n },\n \"partyDetails\": {\n \"parties\": [\n {\n \"partyId\": \"\",\n \"partyRole\": \"\",\n \"partyName\": {\n \"businessDetails\": {\n \"legalEntityName\": \"\",\n \"businessName\": \"\",\n \"businessUnit\": \"\",\n \"organisationType\": \"\",\n \"administrationStatuses\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"identifications\": [\n {\n \"identifier\": \"\",\n \"value\": \"\"\n },\n {\n \"identifier\": \"\",\n \"value\": \"\"\n }\n ]\n },\n \"fullName\": {\n \"nameTitle\": \"\",\n \"givenNames\": [\n {\n \"order\": \"\",\n \"value\": \"\"\n },\n {\n \"order\": \"\",\n \"value\": \"\"\n }\n ],\n \"familyName\": \"\",\n \"familyNameOrder\": \"\",\n \"nameSuffix\": \"\",\n \"dateOfBirth\": \"\"\n }\n },\n \"associatedLandTitleReferences\": [\n \"\",\n \"\"\n ]\n },\n {\n \"partyId\": \"\",\n \"partyRole\": \"\",\n \"partyName\": {\n \"businessDetails\": {\n \"legalEntityName\": \"\",\n \"businessName\": \"\",\n \"businessUnit\": \"\",\n \"organisationType\": \"\",\n \"administrationStatuses\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"identifications\": [\n {\n \"identifier\": \"\",\n \"value\": \"\"\n },\n {\n \"identifier\": \"\",\n \"value\": \"\"\n }\n ]\n },\n \"fullName\": {\n \"nameTitle\": \"\",\n \"givenNames\": [\n {\n \"order\": \"\",\n \"value\": \"\"\n },\n {\n \"order\": \"\",\n \"value\": \"\"\n }\n ],\n \"familyName\": \"\",\n \"familyNameOrder\": \"\",\n \"nameSuffix\": \"\",\n \"dateOfBirth\": \"\"\n }\n },\n \"associatedLandTitleReferences\": [\n \"\",\n \"\"\n ]\n }\n ]\n },\n \"inviterSubscriberDetails\": {\n \"subscriberId\": \"\",\n \"subscriberType\": \"\",\n \"subscriberName\": \"\",\n \"subscriberWorkspaceRole\": \"\",\n \"representing\": {\n \"parties\": [\n {\n \"partyId\": \"\",\n \"partyName\": {\n \"businessDetails\": {\n \"legalEntityName\": \"\",\n \"businessName\": \"\",\n \"businessUnit\": \"\",\n \"organisationType\": \"\",\n \"administrationStatuses\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"identifications\": [\n {\n \"identifier\": \"\",\n \"value\": \"\"\n },\n {\n \"identifier\": \"\",\n \"value\": \"\"\n }\n ]\n },\n \"fullName\": {\n \"nameTitle\": \"\",\n \"givenNames\": [\n {\n \"order\": \"\",\n \"value\": \"\"\n },\n {\n \"order\": \"\",\n \"value\": \"\"\n }\n ],\n \"familyName\": \"\",\n \"familyNameOrder\": \"\",\n \"nameSuffix\": \"\",\n \"dateOfBirth\": \"\"\n }\n },\n \"partyRole\": \"\"\n },\n {\n \"partyId\": \"\",\n \"partyName\": {\n \"businessDetails\": {\n \"legalEntityName\": \"\",\n \"businessName\": \"\",\n \"businessUnit\": \"\",\n \"organisationType\": \"\",\n \"administrationStatuses\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"identifications\": [\n {\n \"identifier\": \"\",\n \"value\": \"\"\n },\n {\n \"identifier\": \"\",\n \"value\": \"\"\n }\n ]\n },\n \"fullName\": {\n \"nameTitle\": \"\",\n \"givenNames\": [\n {\n \"order\": \"\",\n \"value\": \"\"\n },\n {\n \"order\": \"\",\n \"value\": \"\"\n }\n ],\n \"familyName\": \"\",\n \"familyNameOrder\": \"\",\n \"nameSuffix\": \"\",\n \"dateOfBirth\": \"\"\n }\n },\n \"partyRole\": \"\"\n }\n ]\n },\n \"notes\": \"\"\n }\n },\n \"response\": {\n \"inviteId\": \"\",\n \"subscriberId\": \"\",\n \"subscriberName\": \"\",\n \"workspaceRole\": \"\",\n \"responseReason\": \"\",\n \"additionalText\": \"\"\n }\n },\n \"landTitle\": {\n \"landTitleReference\": \"\",\n \"titleActivityCheck\": {\n \"administrativeActionReferences\": [\n {\n \"administrativeActionTimestamp\": \"\",\n \"administrativeActionType\": \"\"\n },\n {\n \"administrativeActionTimestamp\": \"\",\n \"administrativeActionType\": \"\"\n }\n ],\n \"documentReferences\": [\n {\n \"documentType\": \"\",\n \"lrDocumentId\": \"\",\n \"documentStatusDetails\": [\n {\n \"documentStatusTimestamp\": \"\",\n \"documentStatus\": \"\"\n },\n {\n \"documentStatusTimestamp\": \"\",\n \"documentStatus\": \"\"\n }\n ]\n },\n {\n \"documentType\": \"\",\n \"lrDocumentId\": \"\",\n \"documentStatusDetails\": [\n {\n \"documentStatusTimestamp\": \"\",\n \"documentStatus\": \"\"\n },\n {\n \"documentStatusTimestamp\": \"\",\n \"documentStatus\": \"\"\n }\n ]\n }\n ]\n },\n \"propertyDetails\": {\n \"landDescription\": \"\",\n \"propertyAddress\": \"\"\n }\n },\n \"party\": {\n \"partyName\": {\n \"businessDetails\": {\n \"legalEntityName\": \"\",\n \"businessName\": \"\",\n \"businessUnit\": \"\",\n \"organisationType\": \"\",\n \"administrationStatuses\": [\n {\n \"value\": \"\"\n },\n {\n \"value\": \"\"\n }\n ],\n \"identifications\": [\n {\n \"identifier\": \"\",\n \"value\": \"\"\n },\n {\n \"identifier\": \"\",\n \"value\": \"\"\n }\n ]\n },\n \"fullName\": {\n \"nameTitle\": \"\",\n \"givenNames\": [\n {\n \"order\": \"\",\n \"value\": \"\"\n },\n {\n \"order\": \"\",\n \"value\": \"\"\n }\n ],\n \"familyName\": \"\",\n \"familyNameOrder\": \"\",\n \"nameSuffix\": \"\",\n \"dateOfBirth\": \"\"\n }\n },\n \"partyRole\": \"\",\n \"partyId\": \"\"\n },\n \"document\": {\n \"documentType\": \"\",\n \"status\": \"\",\n \"documentId\": \"\"\n },\n \"settlementSchedule\": {\n \"status\": \"\"\n },\n \"workspaceStatus\": \"\",\n \"settlement\": {\n \"settlementDate\": \"\",\n \"reason\": \"\"\n },\n \"lodgement\": {\n \"documents\": [\n {\n \"documentStatus\": \"\",\n \"documentType\": \"\",\n \"landTitleReferences\": [\n \"\",\n \"\"\n ],\n \"documentId\": \"\",\n \"dealingNumber\": \"\",\n \"mortgageDate\": \"\",\n \"timestamp\": \"\"\n },\n {\n \"documentStatus\": \"\",\n \"documentType\": \"\",\n \"landTitleReferences\": [\n \"\",\n \"\"\n ],\n \"documentId\": \"\",\n \"dealingNumber\": \"\",\n \"mortgageDate\": \"\",\n \"timestamp\": \"\"\n }\n ],\n \"lodgementCaseStatus\": \"\",\n \"lodgementCaseId\": \"\"\n },\n \"participant\": {\n \"subscriberName\": \"\",\n \"workspaceRoles\": [\n \"\",\n \"\"\n ]\n },\n \"conversation\": {\n \"conversationId\": \"\",\n \"timestamp\": \"\"\n }\n }\n }\n ],\n \"count\": \"\",\n \"moreData\": \"\",\n \"lastEventTimestamp\": \"\",\n \"lastEventId\": \"\"\n }\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-a455368f-79ac-41fa-aff0-0be1fa302f63" }, { "id": "14125122-a7f3-4473-a641-ade0cf1b2cfd", "name": "Error Response", "originalRequest": { "method": "GET", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v4/projects/notifications?categoryList=&lastEventId=&lastEventTimestamp=&maxRecords=1258472367&severity=", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", "notifications" ], "query": [ { "description": "The notification category the results will return. Each value must be separated with a comma (,) with no spaces. If not provided, PEXA will return all notification category types.", "key": "categoryList", "value": "" }, { "description": "(Required) The PEXA internal reference for the event. This value must match the last Event Id which was provided in the previous notification response from PEXA. Note: If a Last Event Id has yet to be obtained, the value must be 0. If the Last Event ID value does not correspond to the Last Event Timestamp recorded in PEXA, an exception will be returned. Maximum 19 characters.", "key": "lastEventId", "value": "" }, { "description": "(Required) The timestamp of the last event previously retrieved which the results will be filtered from (in UTC). Note: The Last Event Timestamp is used in conjunction with the Last Event ID for retrieving notifications. The Last Event Timestamp value in the request should match the Last Event Timestamp value which was provided in the previous notification response from PEXA. If the Last Event Timestamp value does not correspond to the Last Event Id recorded in PEXA, an exception will be returned.", "key": "lastEventTimestamp", "value": "" }, { "description": "Used to specify the maximum number of notification records to be returned in a single service call. PEXA will set an internal threshold for a maximum number of records to be returned. If the PEXA threshold is less than the max number of records provided, PEXA will return its threshold number of records (with the More Data flag set to indicate there are more notification records where applicable). If no value is provided, the PEXA threshold will be used as the default number for notification records to be received. If a value is provided, it must be greater than 0.", "key": "maxRecords", "value": "1258472367" }, { "description": "The notification severity the results will return. If not provided, PEXA will return all notification severity types.", "key": "severity", "value": "" } ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-14125122-a7f3-4473-a641-ade0cf1b2cfd" }, { "id": "c09e7354-b57a-4cee-a23c-1278f15d1043", "name": "Error Response", "originalRequest": { "method": "GET", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v4/projects/notifications?categoryList=&lastEventId=&lastEventTimestamp=&maxRecords=1258472367&severity=", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", "notifications" ], "query": [ { "description": "The notification category the results will return. Each value must be separated with a comma (,) with no spaces. If not provided, PEXA will return all notification category types.", "key": "categoryList", "value": "" }, { "description": "(Required) The PEXA internal reference for the event. This value must match the last Event Id which was provided in the previous notification response from PEXA. Note: If a Last Event Id has yet to be obtained, the value must be 0. If the Last Event ID value does not correspond to the Last Event Timestamp recorded in PEXA, an exception will be returned. Maximum 19 characters.", "key": "lastEventId", "value": "" }, { "description": "(Required) The timestamp of the last event previously retrieved which the results will be filtered from (in UTC). Note: The Last Event Timestamp is used in conjunction with the Last Event ID for retrieving notifications. The Last Event Timestamp value in the request should match the Last Event Timestamp value which was provided in the previous notification response from PEXA. If the Last Event Timestamp value does not correspond to the Last Event Id recorded in PEXA, an exception will be returned.", "key": "lastEventTimestamp", "value": "" }, { "description": "Used to specify the maximum number of notification records to be returned in a single service call. PEXA will set an internal threshold for a maximum number of records to be returned. If the PEXA threshold is less than the max number of records provided, PEXA will return its threshold number of records (with the More Data flag set to indicate there are more notification records where applicable). If no value is provided, the PEXA threshold will be used as the default number for notification records to be received. If a value is provided, it must be greater than 0.", "key": "maxRecords", "value": "1258472367" }, { "description": "The notification severity the results will return. If not provided, PEXA will return all notification severity types.", "key": "severity", "value": "" } ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-c09e7354-b57a-4cee-a23c-1278f15d1043" }, { "id": "25ec243c-c901-41f8-ab62-d643599026cd", "name": "Error Response", "originalRequest": { "method": "GET", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v4/projects/notifications?categoryList=&lastEventId=&lastEventTimestamp=&maxRecords=1258472367&severity=", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", "notifications" ], "query": [ { "description": "The notification category the results will return. Each value must be separated with a comma (,) with no spaces. If not provided, PEXA will return all notification category types.", "key": "categoryList", "value": "" }, { "description": "(Required) The PEXA internal reference for the event. This value must match the last Event Id which was provided in the previous notification response from PEXA. Note: If a Last Event Id has yet to be obtained, the value must be 0. If the Last Event ID value does not correspond to the Last Event Timestamp recorded in PEXA, an exception will be returned. Maximum 19 characters.", "key": "lastEventId", "value": "" }, { "description": "(Required) The timestamp of the last event previously retrieved which the results will be filtered from (in UTC). Note: The Last Event Timestamp is used in conjunction with the Last Event ID for retrieving notifications. The Last Event Timestamp value in the request should match the Last Event Timestamp value which was provided in the previous notification response from PEXA. If the Last Event Timestamp value does not correspond to the Last Event Id recorded in PEXA, an exception will be returned.", "key": "lastEventTimestamp", "value": "" }, { "description": "Used to specify the maximum number of notification records to be returned in a single service call. PEXA will set an internal threshold for a maximum number of records to be returned. If the PEXA threshold is less than the max number of records provided, PEXA will return its threshold number of records (with the More Data flag set to indicate there are more notification records where applicable). If no value is provided, the PEXA threshold will be used as the default number for notification records to be received. If a value is provided, it must be greater than 0.", "key": "maxRecords", "value": "1258472367" }, { "description": "The notification severity the results will return. If not provided, PEXA will return all notification severity types.", "key": "severity", "value": "" } ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-25ec243c-c901-41f8-ab62-d643599026cd" }, { "id": "d79ddde6-5000-4f7e-b15e-ad0a3871e5cb", "name": "Error Response", "originalRequest": { "method": "GET", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "value": "" }, { "key": "Accept", "value": "application/json" }, { "description": "Added as a part of security scheme: oauth2", "key": "Authorization", "value": "" } ], "url": { "raw": "{{baseUrl}}/v4/projects/notifications?categoryList=&lastEventId=&lastEventTimestamp=&maxRecords=1258472367&severity=", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects", "notifications" ], "query": [ { "description": "The notification category the results will return. Each value must be separated with a comma (,) with no spaces. If not provided, PEXA will return all notification category types.", "key": "categoryList", "value": "" }, { "description": "(Required) The PEXA internal reference for the event. This value must match the last Event Id which was provided in the previous notification response from PEXA. Note: If a Last Event Id has yet to be obtained, the value must be 0. If the Last Event ID value does not correspond to the Last Event Timestamp recorded in PEXA, an exception will be returned. Maximum 19 characters.", "key": "lastEventId", "value": "" }, { "description": "(Required) The timestamp of the last event previously retrieved which the results will be filtered from (in UTC). Note: The Last Event Timestamp is used in conjunction with the Last Event ID for retrieving notifications. The Last Event Timestamp value in the request should match the Last Event Timestamp value which was provided in the previous notification response from PEXA. If the Last Event Timestamp value does not correspond to the Last Event Id recorded in PEXA, an exception will be returned.", "key": "lastEventTimestamp", "value": "" }, { "description": "Used to specify the maximum number of notification records to be returned in a single service call. PEXA will set an internal threshold for a maximum number of records to be returned. If the PEXA threshold is less than the max number of records provided, PEXA will return its threshold number of records (with the More Data flag set to indicate there are more notification records where applicable). If no value is provided, the PEXA threshold will be used as the default number for notification records to be received. If a value is provided, it must be greater than 0.", "key": "maxRecords", "value": "1258472367" }, { "description": "The notification severity the results will return. If not provided, PEXA will return all notification severity types.", "key": "severity", "value": "" } ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-d79ddde6-5000-4f7e-b15e-ad0a3871e5cb" } ], "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-b4adf7e5-6a69-4341-af8f-86d2cb7a4495" } ], "id": "32082a97-e9bf-45b4-978f-6316d5901d7d", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-32082a97-e9bf-45b4-978f-6316d5901d7d" }, { "name": "Create Project", "id": "fedb9684-ef60-4f73-aa53-836235cb121a", "protocolProfileBehavior": { "disableBodyPruning": true }, "request": { "auth": { "type": "oauth2", "oauth2": [ { "key": "scope", "value": "au:projects:project:write au:projects:status:read au:projects:workspaces:read", "type": "string" }, { "key": "accessTokenUrl", "value": "https://host.kubernetes.internal/auth/realms/pexa/protocol/openid-connect/token", "type": "string" }, { "key": "authUrl", "value": "https://host.kubernetes.internal/auth/realms/pexa/protocol/openid-connect/auth", "type": "string" }, { "key": "grant_type", "value": "authorization_code", "type": "string" } ] }, "method": "POST", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "value": "" }, { "key": "Content-Type", "value": "application/json" }, { "key": "Accept", "value": "application/json" } ], "body": { "mode": "raw", "raw": "{\n \"projectName\": \"V=-)y+\",\n \"jurisdiction\": \"SA\",\n \"workgroupId\": \"\",\n \"parentTitle\": \"\",\n \"supplierApplicable\": \"\",\n \"withMortgageeOnTitles\": \"\",\n \"intentionToLock\": \"\",\n \"projectStages\": \"\",\n \"settlementRestriction\": \"\",\n \"estimatedSettlementDate\": \"\",\n \"proprietorOnTitle\": [\n \"\",\n \"\"\n ],\n \"supplierDetails\": {\n \"name\": \"|A\u205f\",\n \"phone\": \"0077\",\n \"abn\": \"\u2004\u2009\u180e\u2000\u200a \u2029\\t\u20285\u202f\u2000\u00a0 \\u000b\u1680\u2002\u00a0\u1680\u00a0 \u2009\\f\\n6\\r\u2028\u2008\u205f\u2003\\n\\f\\t\u2028\\f\u20089\u2000\u2005\ufeff\u205f\\n\u202f\u2003\\t\u2009\\r\u00a0\u2002\u2001\\u000b\u20098\u2009\\n\u2028\u205f\\t\u2008\u20299\u3000\\r\u2005\u1680\u202f4\u00a0\u00a0 \u2009\ufeff\u2002\u2004\u2002\u200a\u2000\u2000\\r\u2009\ufeff8\\f\u2003\\n\\f\u2002\u200a\u1680\u3000\u2006\u2007\u2002\\n6\u2002\u202f\u202f\\f\u2000\\n\\r\u2006\\r\u2005\u2007\\r\\r\u2028\u20095\u2003\ufeff\u2007\u3000 \u2009\u2000\\t\u1680\u2003\\u000b\u1680\u205f\u20083\u2007\u20078\",\n \"addressLine1\": \"7F\ufeff\ufeff(\u2006(\u2002l\",\n \"suburb\": \"j4y\u2008\u180e3\u2006\u00a0Q\u2006\",\n \"postcode\": \"4612\",\n \"state\": \"ACT\",\n \"email\": \"5xDU*5^&d*.XPu`^.4#HcY.LF.5Rx.hKzeSwc^@uYNrskCY3hU.h8nqOQMWG.GWU.Oln6Lkg5wqpY.bSQJ58JF1iOf.Y.p.D.ROln.wBgsy2.NjR9mq9Wm893.tLdfHblIq8nM\",\n \"addressLine2\": \"H f\"\n },\n \"mortgageeOnTitles\": [\n {\n \"participantName\": \"\",\n \"subscriberName\": \"\",\n \"subscriberId\": \"\",\n \"dealingNumber\": \"\"\n },\n {\n \"participantName\": \"\",\n \"subscriberName\": \"\",\n \"subscriberId\": \"\",\n \"dealingNumber\": \"\"\n }\n ],\n \"nswPropertyDetails\": {\n \"locality\": \"\",\n \"natureOfProperty\": \"Carspace\"\n },\n \"qldPropertyDetails\": {\n \"currentLandUse\": \"Multi Unit\",\n \"marginScheme\": \"\",\n \"safetySwitch\": {\n \"installed\": \"\",\n \"informed\": \"\"\n },\n \"smokeAlarm\": {\n \"installed\": \"\",\n \"informed\": \"\"\n }\n },\n \"vicPropertyDetails\": {\n \"restrictiveCovenant\": \"\",\n \"covenantMcpRef\": \"\",\n \"covenantMcpExpiryDate\": \"7386-91-30\",\n \"municipalityName\": \"Hepburn Shire Council\",\n \"natureOfProperty\": \"Commercial\",\n \"primaryLandUse\": \"\",\n \"primaryConstructionType\": \"Not applicable\"\n },\n \"id\": \"\",\n \"projectStatus\": \"\",\n \"historicalParentTitles\": [\n \"\",\n \"\"\n ],\n \"workspacesCreated\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects" ] }, "description": "Create a new project
Scopes:
au:projects:project:write" }, "response": [ { "id": "1c8aac77-b6ac-409e-8600-0abc4a82bfb7", "name": "Successfully created a project", "originalRequest": { "method": "POST", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"projectName\": \"V=-)y+\",\n \"jurisdiction\": \"SA\",\n \"workgroupId\": \"\",\n \"parentTitle\": \"\",\n \"supplierApplicable\": \"\",\n \"withMortgageeOnTitles\": \"\",\n \"intentionToLock\": \"\",\n \"projectStages\": \"\",\n \"settlementRestriction\": \"\",\n \"estimatedSettlementDate\": \"\",\n \"proprietorOnTitle\": [\n \"\",\n \"\"\n ],\n \"supplierDetails\": {\n \"name\": \"|A\u205f\",\n \"phone\": \"0077\",\n \"abn\": \"\u2004\u2009\u180e\u2000\u200a \u2029\\t\u20285\u202f\u2000\u00a0 \\u000b\u1680\u2002\u00a0\u1680\u00a0 \u2009\\f\\n6\\r\u2028\u2008\u205f\u2003\\n\\f\\t\u2028\\f\u20089\u2000\u2005\ufeff\u205f\\n\u202f\u2003\\t\u2009\\r\u00a0\u2002\u2001\\u000b\u20098\u2009\\n\u2028\u205f\\t\u2008\u20299\u3000\\r\u2005\u1680\u202f4\u00a0\u00a0 \u2009\ufeff\u2002\u2004\u2002\u200a\u2000\u2000\\r\u2009\ufeff8\\f\u2003\\n\\f\u2002\u200a\u1680\u3000\u2006\u2007\u2002\\n6\u2002\u202f\u202f\\f\u2000\\n\\r\u2006\\r\u2005\u2007\\r\\r\u2028\u20095\u2003\ufeff\u2007\u3000 \u2009\u2000\\t\u1680\u2003\\u000b\u1680\u205f\u20083\u2007\u20078\",\n \"addressLine1\": \"7F\ufeff\ufeff(\u2006(\u2002l\",\n \"suburb\": \"j4y\u2008\u180e3\u2006\u00a0Q\u2006\",\n \"postcode\": \"4612\",\n \"state\": \"ACT\",\n \"email\": \"5xDU*5^&d*.XPu`^.4#HcY.LF.5Rx.hKzeSwc^@uYNrskCY3hU.h8nqOQMWG.GWU.Oln6Lkg5wqpY.bSQJ58JF1iOf.Y.p.D.ROln.wBgsy2.NjR9mq9Wm893.tLdfHblIq8nM\",\n \"addressLine2\": \"H f\"\n },\n \"mortgageeOnTitles\": [\n {\n \"participantName\": \"\",\n \"subscriberName\": \"\",\n \"subscriberId\": \"\",\n \"dealingNumber\": \"\"\n },\n {\n \"participantName\": \"\",\n \"subscriberName\": \"\",\n \"subscriberId\": \"\",\n \"dealingNumber\": \"\"\n }\n ],\n \"nswPropertyDetails\": {\n \"locality\": \"\",\n \"natureOfProperty\": \"Carspace\"\n },\n \"qldPropertyDetails\": {\n \"currentLandUse\": \"Multi Unit\",\n \"marginScheme\": \"\",\n \"safetySwitch\": {\n \"installed\": \"\",\n \"informed\": \"\"\n },\n \"smokeAlarm\": {\n \"installed\": \"\",\n \"informed\": \"\"\n }\n },\n \"vicPropertyDetails\": {\n \"restrictiveCovenant\": \"\",\n \"covenantMcpRef\": \"\",\n \"covenantMcpExpiryDate\": \"7386-91-30\",\n \"municipalityName\": \"Hepburn Shire Council\",\n \"natureOfProperty\": \"Commercial\",\n \"primaryLandUse\": \"\",\n \"primaryConstructionType\": \"Not applicable\"\n },\n \"id\": \"\",\n \"projectStatus\": \"\",\n \"historicalParentTitles\": [\n \"\",\n \"\"\n ],\n \"workspacesCreated\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects" ] } }, "status": "Created", "code": 201, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"projectName\": \"V=-)y+\",\n \"jurisdiction\": \"SA\",\n \"workgroupId\": \"\",\n \"parentTitle\": \"\",\n \"supplierApplicable\": \"\",\n \"withMortgageeOnTitles\": \"\",\n \"intentionToLock\": \"\",\n \"projectStages\": \"\",\n \"settlementRestriction\": \"\",\n \"estimatedSettlementDate\": \"\",\n \"proprietorOnTitle\": [\n \"\",\n \"\"\n ],\n \"supplierDetails\": {\n \"name\": \"|A\u205f\",\n \"phone\": \"0077\",\n \"abn\": \"\u2004\u2009\u180e\u2000\u200a \u2029\\t\u20285\u202f\u2000\u00a0 \\u000b\u1680\u2002\u00a0\u1680\u00a0 \u2009\\f\\n6\\r\u2028\u2008\u205f\u2003\\n\\f\\t\u2028\\f\u20089\u2000\u2005\ufeff\u205f\\n\u202f\u2003\\t\u2009\\r\u00a0\u2002\u2001\\u000b\u20098\u2009\\n\u2028\u205f\\t\u2008\u20299\u3000\\r\u2005\u1680\u202f4\u00a0\u00a0 \u2009\ufeff\u2002\u2004\u2002\u200a\u2000\u2000\\r\u2009\ufeff8\\f\u2003\\n\\f\u2002\u200a\u1680\u3000\u2006\u2007\u2002\\n6\u2002\u202f\u202f\\f\u2000\\n\\r\u2006\\r\u2005\u2007\\r\\r\u2028\u20095\u2003\ufeff\u2007\u3000 \u2009\u2000\\t\u1680\u2003\\u000b\u1680\u205f\u20083\u2007\u20078\",\n \"addressLine1\": \"7F\ufeff\ufeff(\u2006(\u2002l\",\n \"suburb\": \"j4y\u2008\u180e3\u2006\u00a0Q\u2006\",\n \"postcode\": \"4612\",\n \"state\": \"ACT\",\n \"email\": \"5xDU*5^&d*.XPu`^.4#HcY.LF.5Rx.hKzeSwc^@uYNrskCY3hU.h8nqOQMWG.GWU.Oln6Lkg5wqpY.bSQJ58JF1iOf.Y.p.D.ROln.wBgsy2.NjR9mq9Wm893.tLdfHblIq8nM\",\n \"addressLine2\": \"H f\"\n },\n \"mortgageeOnTitles\": [\n {\n \"participantName\": \"\",\n \"subscriberName\": \"\",\n \"subscriberId\": \"\",\n \"dealingNumber\": \"\"\n },\n {\n \"participantName\": \"\",\n \"subscriberName\": \"\",\n \"subscriberId\": \"\",\n \"dealingNumber\": \"\"\n }\n ],\n \"nswPropertyDetails\": {\n \"locality\": \"\",\n \"natureOfProperty\": \"Carspace\"\n },\n \"qldPropertyDetails\": {\n \"currentLandUse\": \"Multi Unit\",\n \"marginScheme\": \"\",\n \"safetySwitch\": {\n \"installed\": \"\",\n \"informed\": \"\"\n },\n \"smokeAlarm\": {\n \"installed\": \"\",\n \"informed\": \"\"\n }\n },\n \"vicPropertyDetails\": {\n \"restrictiveCovenant\": \"\",\n \"covenantMcpRef\": \"\",\n \"covenantMcpExpiryDate\": \"7386-91-30\",\n \"municipalityName\": \"Hepburn Shire Council\",\n \"natureOfProperty\": \"Commercial\",\n \"primaryLandUse\": \"\",\n \"primaryConstructionType\": \"Not applicable\"\n },\n \"id\": \"\",\n \"projectStatus\": \"\",\n \"historicalParentTitles\": [\n \"\",\n \"\"\n ],\n \"workspacesCreated\": \"\"\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-1c8aac77-b6ac-409e-8600-0abc4a82bfb7" }, { "id": "15b86f9a-e1b6-46cc-8b71-452799938e6c", "name": "Error Response", "originalRequest": { "method": "POST", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"projectName\": \"V=-)y+\",\n \"jurisdiction\": \"SA\",\n \"workgroupId\": \"\",\n \"parentTitle\": \"\",\n \"supplierApplicable\": \"\",\n \"withMortgageeOnTitles\": \"\",\n \"intentionToLock\": \"\",\n \"projectStages\": \"\",\n \"settlementRestriction\": \"\",\n \"estimatedSettlementDate\": \"\",\n \"proprietorOnTitle\": [\n \"\",\n \"\"\n ],\n \"supplierDetails\": {\n \"name\": \"|A\u205f\",\n \"phone\": \"0077\",\n \"abn\": \"\u2004\u2009\u180e\u2000\u200a \u2029\\t\u20285\u202f\u2000\u00a0 \\u000b\u1680\u2002\u00a0\u1680\u00a0 \u2009\\f\\n6\\r\u2028\u2008\u205f\u2003\\n\\f\\t\u2028\\f\u20089\u2000\u2005\ufeff\u205f\\n\u202f\u2003\\t\u2009\\r\u00a0\u2002\u2001\\u000b\u20098\u2009\\n\u2028\u205f\\t\u2008\u20299\u3000\\r\u2005\u1680\u202f4\u00a0\u00a0 \u2009\ufeff\u2002\u2004\u2002\u200a\u2000\u2000\\r\u2009\ufeff8\\f\u2003\\n\\f\u2002\u200a\u1680\u3000\u2006\u2007\u2002\\n6\u2002\u202f\u202f\\f\u2000\\n\\r\u2006\\r\u2005\u2007\\r\\r\u2028\u20095\u2003\ufeff\u2007\u3000 \u2009\u2000\\t\u1680\u2003\\u000b\u1680\u205f\u20083\u2007\u20078\",\n \"addressLine1\": \"7F\ufeff\ufeff(\u2006(\u2002l\",\n \"suburb\": \"j4y\u2008\u180e3\u2006\u00a0Q\u2006\",\n \"postcode\": \"4612\",\n \"state\": \"ACT\",\n \"email\": \"5xDU*5^&d*.XPu`^.4#HcY.LF.5Rx.hKzeSwc^@uYNrskCY3hU.h8nqOQMWG.GWU.Oln6Lkg5wqpY.bSQJ58JF1iOf.Y.p.D.ROln.wBgsy2.NjR9mq9Wm893.tLdfHblIq8nM\",\n \"addressLine2\": \"H f\"\n },\n \"mortgageeOnTitles\": [\n {\n \"participantName\": \"\",\n \"subscriberName\": \"\",\n \"subscriberId\": \"\",\n \"dealingNumber\": \"\"\n },\n {\n \"participantName\": \"\",\n \"subscriberName\": \"\",\n \"subscriberId\": \"\",\n \"dealingNumber\": \"\"\n }\n ],\n \"nswPropertyDetails\": {\n \"locality\": \"\",\n \"natureOfProperty\": \"Carspace\"\n },\n \"qldPropertyDetails\": {\n \"currentLandUse\": \"Multi Unit\",\n \"marginScheme\": \"\",\n \"safetySwitch\": {\n \"installed\": \"\",\n \"informed\": \"\"\n },\n \"smokeAlarm\": {\n \"installed\": \"\",\n \"informed\": \"\"\n }\n },\n \"vicPropertyDetails\": {\n \"restrictiveCovenant\": \"\",\n \"covenantMcpRef\": \"\",\n \"covenantMcpExpiryDate\": \"7386-91-30\",\n \"municipalityName\": \"Hepburn Shire Council\",\n \"natureOfProperty\": \"Commercial\",\n \"primaryLandUse\": \"\",\n \"primaryConstructionType\": \"Not applicable\"\n },\n \"id\": \"\",\n \"projectStatus\": \"\",\n \"historicalParentTitles\": [\n \"\",\n \"\"\n ],\n \"workspacesCreated\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects" ] } }, "status": "Bad Request", "code": 400, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-15b86f9a-e1b6-46cc-8b71-452799938e6c" }, { "id": "bcc838f3-af18-4e13-8fa4-a6896db0f1d4", "name": "Error Response", "originalRequest": { "method": "POST", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"projectName\": \"V=-)y+\",\n \"jurisdiction\": \"SA\",\n \"workgroupId\": \"\",\n \"parentTitle\": \"\",\n \"supplierApplicable\": \"\",\n \"withMortgageeOnTitles\": \"\",\n \"intentionToLock\": \"\",\n \"projectStages\": \"\",\n \"settlementRestriction\": \"\",\n \"estimatedSettlementDate\": \"\",\n \"proprietorOnTitle\": [\n \"\",\n \"\"\n ],\n \"supplierDetails\": {\n \"name\": \"|A\u205f\",\n \"phone\": \"0077\",\n \"abn\": \"\u2004\u2009\u180e\u2000\u200a \u2029\\t\u20285\u202f\u2000\u00a0 \\u000b\u1680\u2002\u00a0\u1680\u00a0 \u2009\\f\\n6\\r\u2028\u2008\u205f\u2003\\n\\f\\t\u2028\\f\u20089\u2000\u2005\ufeff\u205f\\n\u202f\u2003\\t\u2009\\r\u00a0\u2002\u2001\\u000b\u20098\u2009\\n\u2028\u205f\\t\u2008\u20299\u3000\\r\u2005\u1680\u202f4\u00a0\u00a0 \u2009\ufeff\u2002\u2004\u2002\u200a\u2000\u2000\\r\u2009\ufeff8\\f\u2003\\n\\f\u2002\u200a\u1680\u3000\u2006\u2007\u2002\\n6\u2002\u202f\u202f\\f\u2000\\n\\r\u2006\\r\u2005\u2007\\r\\r\u2028\u20095\u2003\ufeff\u2007\u3000 \u2009\u2000\\t\u1680\u2003\\u000b\u1680\u205f\u20083\u2007\u20078\",\n \"addressLine1\": \"7F\ufeff\ufeff(\u2006(\u2002l\",\n \"suburb\": \"j4y\u2008\u180e3\u2006\u00a0Q\u2006\",\n \"postcode\": \"4612\",\n \"state\": \"ACT\",\n \"email\": \"5xDU*5^&d*.XPu`^.4#HcY.LF.5Rx.hKzeSwc^@uYNrskCY3hU.h8nqOQMWG.GWU.Oln6Lkg5wqpY.bSQJ58JF1iOf.Y.p.D.ROln.wBgsy2.NjR9mq9Wm893.tLdfHblIq8nM\",\n \"addressLine2\": \"H f\"\n },\n \"mortgageeOnTitles\": [\n {\n \"participantName\": \"\",\n \"subscriberName\": \"\",\n \"subscriberId\": \"\",\n \"dealingNumber\": \"\"\n },\n {\n \"participantName\": \"\",\n \"subscriberName\": \"\",\n \"subscriberId\": \"\",\n \"dealingNumber\": \"\"\n }\n ],\n \"nswPropertyDetails\": {\n \"locality\": \"\",\n \"natureOfProperty\": \"Carspace\"\n },\n \"qldPropertyDetails\": {\n \"currentLandUse\": \"Multi Unit\",\n \"marginScheme\": \"\",\n \"safetySwitch\": {\n \"installed\": \"\",\n \"informed\": \"\"\n },\n \"smokeAlarm\": {\n \"installed\": \"\",\n \"informed\": \"\"\n }\n },\n \"vicPropertyDetails\": {\n \"restrictiveCovenant\": \"\",\n \"covenantMcpRef\": \"\",\n \"covenantMcpExpiryDate\": \"7386-91-30\",\n \"municipalityName\": \"Hepburn Shire Council\",\n \"natureOfProperty\": \"Commercial\",\n \"primaryLandUse\": \"\",\n \"primaryConstructionType\": \"Not applicable\"\n },\n \"id\": \"\",\n \"projectStatus\": \"\",\n \"historicalParentTitles\": [\n \"\",\n \"\"\n ],\n \"workspacesCreated\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects" ] } }, "status": "Unauthorized", "code": 401, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-bcc838f3-af18-4e13-8fa4-a6896db0f1d4" }, { "id": "30d11846-7bfe-466c-af01-efa8e67a6f29", "name": "Error Response", "originalRequest": { "method": "POST", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"projectName\": \"V=-)y+\",\n \"jurisdiction\": \"SA\",\n \"workgroupId\": \"\",\n \"parentTitle\": \"\",\n \"supplierApplicable\": \"\",\n \"withMortgageeOnTitles\": \"\",\n \"intentionToLock\": \"\",\n \"projectStages\": \"\",\n \"settlementRestriction\": \"\",\n \"estimatedSettlementDate\": \"\",\n \"proprietorOnTitle\": [\n \"\",\n \"\"\n ],\n \"supplierDetails\": {\n \"name\": \"|A\u205f\",\n \"phone\": \"0077\",\n \"abn\": \"\u2004\u2009\u180e\u2000\u200a \u2029\\t\u20285\u202f\u2000\u00a0 \\u000b\u1680\u2002\u00a0\u1680\u00a0 \u2009\\f\\n6\\r\u2028\u2008\u205f\u2003\\n\\f\\t\u2028\\f\u20089\u2000\u2005\ufeff\u205f\\n\u202f\u2003\\t\u2009\\r\u00a0\u2002\u2001\\u000b\u20098\u2009\\n\u2028\u205f\\t\u2008\u20299\u3000\\r\u2005\u1680\u202f4\u00a0\u00a0 \u2009\ufeff\u2002\u2004\u2002\u200a\u2000\u2000\\r\u2009\ufeff8\\f\u2003\\n\\f\u2002\u200a\u1680\u3000\u2006\u2007\u2002\\n6\u2002\u202f\u202f\\f\u2000\\n\\r\u2006\\r\u2005\u2007\\r\\r\u2028\u20095\u2003\ufeff\u2007\u3000 \u2009\u2000\\t\u1680\u2003\\u000b\u1680\u205f\u20083\u2007\u20078\",\n \"addressLine1\": \"7F\ufeff\ufeff(\u2006(\u2002l\",\n \"suburb\": \"j4y\u2008\u180e3\u2006\u00a0Q\u2006\",\n \"postcode\": \"4612\",\n \"state\": \"ACT\",\n \"email\": \"5xDU*5^&d*.XPu`^.4#HcY.LF.5Rx.hKzeSwc^@uYNrskCY3hU.h8nqOQMWG.GWU.Oln6Lkg5wqpY.bSQJ58JF1iOf.Y.p.D.ROln.wBgsy2.NjR9mq9Wm893.tLdfHblIq8nM\",\n \"addressLine2\": \"H f\"\n },\n \"mortgageeOnTitles\": [\n {\n \"participantName\": \"\",\n \"subscriberName\": \"\",\n \"subscriberId\": \"\",\n \"dealingNumber\": \"\"\n },\n {\n \"participantName\": \"\",\n \"subscriberName\": \"\",\n \"subscriberId\": \"\",\n \"dealingNumber\": \"\"\n }\n ],\n \"nswPropertyDetails\": {\n \"locality\": \"\",\n \"natureOfProperty\": \"Carspace\"\n },\n \"qldPropertyDetails\": {\n \"currentLandUse\": \"Multi Unit\",\n \"marginScheme\": \"\",\n \"safetySwitch\": {\n \"installed\": \"\",\n \"informed\": \"\"\n },\n \"smokeAlarm\": {\n \"installed\": \"\",\n \"informed\": \"\"\n }\n },\n \"vicPropertyDetails\": {\n \"restrictiveCovenant\": \"\",\n \"covenantMcpRef\": \"\",\n \"covenantMcpExpiryDate\": \"7386-91-30\",\n \"municipalityName\": \"Hepburn Shire Council\",\n \"natureOfProperty\": \"Commercial\",\n \"primaryLandUse\": \"\",\n \"primaryConstructionType\": \"Not applicable\"\n },\n \"id\": \"\",\n \"projectStatus\": \"\",\n \"historicalParentTitles\": [\n \"\",\n \"\"\n ],\n \"workspacesCreated\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects" ] } }, "status": "Forbidden", "code": 403, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-30d11846-7bfe-466c-af01-efa8e67a6f29" }, { "id": "ea650316-8ec2-4048-92af-7160725aa42d", "name": "Error Response", "originalRequest": { "method": "POST", "header": [ { "description": "A unique request id provided by api caller to support end-to-end troubleshooting and tracing", "key": "X-Request-Correlation-Id", "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 \"projectName\": \"V=-)y+\",\n \"jurisdiction\": \"SA\",\n \"workgroupId\": \"\",\n \"parentTitle\": \"\",\n \"supplierApplicable\": \"\",\n \"withMortgageeOnTitles\": \"\",\n \"intentionToLock\": \"\",\n \"projectStages\": \"\",\n \"settlementRestriction\": \"\",\n \"estimatedSettlementDate\": \"\",\n \"proprietorOnTitle\": [\n \"\",\n \"\"\n ],\n \"supplierDetails\": {\n \"name\": \"|A\u205f\",\n \"phone\": \"0077\",\n \"abn\": \"\u2004\u2009\u180e\u2000\u200a \u2029\\t\u20285\u202f\u2000\u00a0 \\u000b\u1680\u2002\u00a0\u1680\u00a0 \u2009\\f\\n6\\r\u2028\u2008\u205f\u2003\\n\\f\\t\u2028\\f\u20089\u2000\u2005\ufeff\u205f\\n\u202f\u2003\\t\u2009\\r\u00a0\u2002\u2001\\u000b\u20098\u2009\\n\u2028\u205f\\t\u2008\u20299\u3000\\r\u2005\u1680\u202f4\u00a0\u00a0 \u2009\ufeff\u2002\u2004\u2002\u200a\u2000\u2000\\r\u2009\ufeff8\\f\u2003\\n\\f\u2002\u200a\u1680\u3000\u2006\u2007\u2002\\n6\u2002\u202f\u202f\\f\u2000\\n\\r\u2006\\r\u2005\u2007\\r\\r\u2028\u20095\u2003\ufeff\u2007\u3000 \u2009\u2000\\t\u1680\u2003\\u000b\u1680\u205f\u20083\u2007\u20078\",\n \"addressLine1\": \"7F\ufeff\ufeff(\u2006(\u2002l\",\n \"suburb\": \"j4y\u2008\u180e3\u2006\u00a0Q\u2006\",\n \"postcode\": \"4612\",\n \"state\": \"ACT\",\n \"email\": \"5xDU*5^&d*.XPu`^.4#HcY.LF.5Rx.hKzeSwc^@uYNrskCY3hU.h8nqOQMWG.GWU.Oln6Lkg5wqpY.bSQJ58JF1iOf.Y.p.D.ROln.wBgsy2.NjR9mq9Wm893.tLdfHblIq8nM\",\n \"addressLine2\": \"H f\"\n },\n \"mortgageeOnTitles\": [\n {\n \"participantName\": \"\",\n \"subscriberName\": \"\",\n \"subscriberId\": \"\",\n \"dealingNumber\": \"\"\n },\n {\n \"participantName\": \"\",\n \"subscriberName\": \"\",\n \"subscriberId\": \"\",\n \"dealingNumber\": \"\"\n }\n ],\n \"nswPropertyDetails\": {\n \"locality\": \"\",\n \"natureOfProperty\": \"Carspace\"\n },\n \"qldPropertyDetails\": {\n \"currentLandUse\": \"Multi Unit\",\n \"marginScheme\": \"\",\n \"safetySwitch\": {\n \"installed\": \"\",\n \"informed\": \"\"\n },\n \"smokeAlarm\": {\n \"installed\": \"\",\n \"informed\": \"\"\n }\n },\n \"vicPropertyDetails\": {\n \"restrictiveCovenant\": \"\",\n \"covenantMcpRef\": \"\",\n \"covenantMcpExpiryDate\": \"7386-91-30\",\n \"municipalityName\": \"Hepburn Shire Council\",\n \"natureOfProperty\": \"Commercial\",\n \"primaryLandUse\": \"\",\n \"primaryConstructionType\": \"Not applicable\"\n },\n \"id\": \"\",\n \"projectStatus\": \"\",\n \"historicalParentTitles\": [\n \"\",\n \"\"\n ],\n \"workspacesCreated\": \"\"\n}", "options": { "raw": { "headerFamily": "json", "language": "json" } } }, "url": { "raw": "{{baseUrl}}/v4/projects", "host": [ "{{baseUrl}}" ], "path": [ "v4", "projects" ] } }, "status": "Internal Server Error", "code": 500, "_postman_previewlanguage": "json", "header": [ { "key": "Content-Type", "value": "application/json" } ], "cookie": [], "responseTime": null, "body": "{\n \"exceptionList\": [\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n },\n {\n \"code\": \"\",\n \"message\": \"\",\n \"details\": [\n \"\",\n \"\"\n ]\n }\n ]\n}", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-ea650316-8ec2-4048-92af-7160725aa42d" } ], "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-fedb9684-ef60-4f73-aa53-836235cb121a" } ], "id": "dc88619a-770c-479c-8b69-2f91fc97b7cf", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-dc88619a-770c-479c-8b69-2f91fc97b7cf" } ], "id": "66398be0-9a84-4bc7-8183-c638ec5e857f", "createdAt": "2026-07-28T02:35:39.000Z", "updatedAt": "2026-07-28T02:35:39.000Z", "uid": "35240-66398be0-9a84-4bc7-8183-c638ec5e857f" } ], "variable": [ { "key": "baseUrl", "value": "{{ service.url }}" } ] }