Xero · Example Payload

Xero Getproject Example

AccountingBank FeedsFinanceFinancial-ServicesInvoicingPayrollSmall Business

Xero Getproject Example is an example object payload from Xero, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getProject",
  "method": "GET",
  "path": "/Projects/{projectId}",
  "summary": "Xero Retrieves a single project",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "projectId": "b021e7cb-1903-4292-b48b-5b27b4271e3e",
        "contactId": "216830cb-9a68-487e-928b-c1a7ccc4fc81",
        "name": "Remodeling 2012",
        "currencyCode": "AUD",
        "minutesLogged": 180,
        "totalTaskAmount": {
          "currency": "AUD",
          "value": 60.0
        },
        "totalExpenseAmount": {
          "currency": "AUD",
          "value": 499.0
        },
        "minutesToBeInvoiced": 180,
        "taskAmountToBeInvoiced": {
          "currency": "AUD",
          "value": 60.0
        },
        "taskAmountInvoiced": {
          "currency": "AUD",
          "value": 0.0
        },
        "expenseAmountToBeInvoiced": {
          "currency": "AUD",
          "value": 499.0
        },
        "expenseAmountInvoiced": {
          "currency": "AUD",
          "value": 0.0
        },
        "projectAmountInvoiced": {
          "currency": "AUD",
          "value": 0.0
        },
        "deposit": {
          "currency": "AUD",
          "value": 0.0
        },
        "depositApplied": {
          "currency": "AUD",
          "value": 0.0
        },
        "creditNoteAmount": {
          "currency": "AUD",
          "value": 0.0
        },
        "totalInvoiced": {
          "currency": "AUD",
          "value": 0.0
        },
        "totalToBeInvoiced": {
          "currency": "AUD",
          "value": 559.0
        },
        "deadlineUtc": "2020-03-03T15:00:00Z",
        "estimate": {
          "currency": "AUD",
          "value": 99.99
        },
        "status": "INPROGRESS"
      }
    }
  ]
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/xero-getproject-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.