Upcoming OrderItems
Upcoming OrderItems that are being attended by a given customer.
Request
Response
{
"@context": [
"https://openactive.io/",
"https://schema.imin.co/",
"https://openactive.io/ns-beta"
],
"id": "https://book.imin.co/api/v2/order-items?customerIdentifier=1234&page=1",
"type": "imin:RestrictedCollection",
"imin:totalItems": 19,
"view": {
"id": "https://book.imin.co/api/v2/order-items?customerIdentifier=1234&page=1",
"type": "PartialCollectionView",
"first": "https://book.imin.co/api/v2/order-items?customerIdentifier=1234&page=1",
"last": "https://book.imin.co/api/v2/order-items?customerIdentifier=1234&page=192",
"imin:currentPage": 1,
"imin:itemsPerPage": 10,
"imin:totalPages": 1,
"urlTemplate": "https://book.imin.co/api/v2/order-items?customerIdentifier=1234&page={page}",
"next": "https://book.imin.co/api/v2/order-items?customerIdentifier=1234&page=2"
},
"imin:item": [{
"type": "OrderItem",
"id": "https://book.imin.co/api/v2/orders/0bac05e5-b207-4794-80b8-6c94211643c5/order-items/abcd",
"identifier": "abcd",
"orderedItem": {
"type": "ScheduledSession",
"id": "https://search.imin.co/events-api/v2/scheduled-sessions/http%3A%2F%2Fopendata.kinetic-insight.com%2Fapi%2Ffeeds%2Fscheduled-sessions%2F00000000000000000269",
"identifier": "http://opendata.kinetic-insight.com/api/feeds/scheduled-sessions/00000000000000000269",
"startDate": "2020-04-16T10:00:00+00:00",
"endDate": "2020-04-16T11:00:00+00:00",
"superEvent": {
"type": "SessionSeries",
"location": {
"type": "Place",
"identifier": "2476",
"name": "test venue",
"url": "http://opendata.kinetic-insight.com/venues/2476",
"geo": {
"type": "GeoCoordinates",
"latitude": 51.4290485,
"longitude": -0.1692925
},
"address": {
"type": "PostalAddress",
"addressLocality": " 3 Dale Street",
"postalCode": "m1 1ba",
"addressRegion": " Manchester",
"addressCountry": "GB",
"streetAddress": "Flat 3"
}
},
"superEvent": {
"type": "EventSeries",
"name": "test sss",
"organizer": {
"type": "Organization",
"id": "http://kinetic-insight.com",
"name": "kinetic-insight",
"sameAs": [
"https://www.facebook.com/kineticinsight/",
"https://twitter.com/kineticinsight"
],
"url": "http://kinetic-insight.com",
"logo": {
"type": "ImageObject",
"url": "http://kinetic-insight.com/wp-content/uploads/2017/05/KI-LOGO-WEB-K-ONLY-.png"
},
"telephone": "0800 808 9004",
"email": "[email protected]"
}
}
},
"duration": "PT1H",
"maximumAttendeeCapacity": 10,
"remainingAttendeeCapacity": 9
},
"orderItemStatus": "https://openactive.io/OrderItemConfirmed",
"acceptedOffer": {
"type": "Offer",
"id": "http://opendata.kinetic-insight.com/api/feeds/offers/ki-adult",
"name": "ki-adult",
"price": 10,
"priceCurrency": "GBP",
"latestCancellationBeforeStartDate": "P1D",
"validFromBeforeStartDate": "P6D"
"allowCustomerCancellationFullRefund": true
},
"unitTaxSpecification": [{
"type": "TaxChargeSpecification",
"name": "VAT",
"price": 0,
"priceCurrency": "GBP",
"rate": 0
}],
"accessPass": [{
"@type": "Barcode",
"text": "EXT12345678901234567"
}],
"imin:order": {
"type": "Order",
"id": "https://book.imin.co/api/v2/orders/0bac05e5-b207-4794-80b8-6c94211643c5"
},
"imin:isPresentlyCancellable": true
}]
}Last updated