List transactions for the given partner
          
    Deprecated
 
        
        
        List all transactions for the given partner within the given time frame.
Query parameters
- 
    
  Number of the page that should be returned (sometimes referred to as "offset"). Page 0is the first page.
- 
    
  Page size of the currently returned page (sometimes referred to as "limit"). 
- 
    
  Start date of the period for which transactions should be returned. 
- 
    
  End date of the period for which transactions should be returned. 
Responses
- 
      
      
        List of transactions for partner within the given time frame. 
- 
      
      
        Bad request 
- 
      
      
        OAuth token missing or invalid or a linked identity is missing. Linked identity missing is a special case where you need to make sure that the user has additionally logged in / authorized with a third-party. This is not relevant for most use-cases. The specific error code that identifies a missing linked identity is missing-linked-identityExample: { "errors": [ { "id": "cbgmhslmp1o9or9kh1p0", "title": "Missing linked identity for authorized access", "detail": "Linked identity is needed to access this resource, please check why the user does not have a linked identity", "status": "401", "code": "missing-linked-identity" } ] }
- 
      
      
        Resource not found 
- 
      
      
        The specified accept header is invalid 
- 
      
      
        Resource conflicts 
- 
      
      
        The specified content type header is invalid 
- 
      
      
        The request was well-formed but was unable to be followed due to semantic errors. 
- 
      
      
        Internal server error 
curl \
 --request GET 'https://api.pace.cloud/pay/2022-1/transactions/contracts/partners/pace?date_from=2020-01-01T00%3A00%3A00Z&date_to=2020-01-01T00%3A00%3A00Z' \
 --header "Authorization: Bearer $ACCESS_TOKEN"{
  "data": [
    {
      "type": "transaction",
      "id": "c3f037ea-492e-4033-9b4b-4efc7beca16c",
      "attributes": {
        "createdAtLocaltime": "2017-07-21T18:32:28",
        "createdAt": "2017-07-21T17:32:28Z",
        "priceIncludingVAT": 68.17,
        "priceWithoutVAT": 58.27,
        "fuel": {
          "pumpNumber": 1,
          "unit": "liter",
          "pricePerUnit": 1.112,
          "amount": 55.12,
          "productName": "Super Plus",
          "type": "ron98"
        },
        "currency": "EUR",
        "VAT": {
          "amount": 10.88,
          "rate": 0.19
        },
        "location": {
          "latitude": 49.013,
          "longitude": 8.425,
          "brand": "JET",
          "address": {
            "street": "Haid-und-Neu-Str.",
            "houseNo": "18",
            "postalCode": "76131",
            "city": "Karlsruhe",
            "countryCode": "DE"
          }
        }
      }
    }
  ],
  "meta": {
    "count": 128
  }
}{
  "errors": [
    {
      "id": "string",
      "links": {
        "about": "string"
      },
      "status": "string",
      "code": "string",
      "title": "string",
      "detail": "string",
      "source": {
        "pointer": "string",
        "parameter": "string"
      },
      "meta": {}
    }
  ]
}{
  "errors": [
    {
      "id": "string",
      "links": {
        "about": "string"
      },
      "status": "string",
      "code": "string",
      "title": "string",
      "detail": "string",
      "source": {
        "pointer": "string",
        "parameter": "string"
      },
      "meta": {}
    }
  ]
}{
  "errors": [
    {
      "id": "string",
      "links": {
        "about": "string"
      },
      "status": "string",
      "code": "string",
      "title": "string",
      "detail": "string",
      "source": {
        "pointer": "string",
        "parameter": "string"
      },
      "meta": {}
    }
  ]
}{
  "errors": [
    {
      "id": "string",
      "links": {
        "about": "string"
      },
      "status": "string",
      "code": "string",
      "title": "string",
      "detail": "string",
      "source": {
        "pointer": "string",
        "parameter": "string"
      },
      "meta": {}
    }
  ]
}{
  "errors": [
    {
      "id": "string",
      "links": {
        "about": "string"
      },
      "status": "string",
      "code": "string",
      "title": "string",
      "detail": "string",
      "source": {
        "pointer": "string",
        "parameter": "string"
      },
      "meta": {}
    }
  ]
}{
  "errors": [
    {
      "id": "string",
      "links": {
        "about": "string"
      },
      "status": "string",
      "code": "string",
      "title": "string",
      "detail": "string",
      "source": {
        "pointer": "string",
        "parameter": "string"
      },
      "meta": {}
    }
  ]
}{
  "errors": [
    {
      "id": "string",
      "links": {
        "about": "string"
      },
      "status": "string",
      "code": "string",
      "title": "string",
      "detail": "string",
      "source": {
        "pointer": "string",
        "parameter": "string"
      },
      "meta": {}
    }
  ]
}{
  "errors": [
    {
      "id": "string",
      "links": {
        "about": "string"
      },
      "status": "string",
      "code": "string",
      "title": "string",
      "detail": "string",
      "source": {
        "pointer": "string",
        "parameter": "string"
      },
      "meta": {}
    }
  ]
}