Skip to main content

Retrieves the status of an order (its order rows: events and products with their seats).

GET 

/api/v1/order/:orderId/status

SOAP Equivalent: ACP_GetOrderStatus

SOAP to REST Field Mapping

REST FieldSOAP FieldNotes
orderIdID_OrderRoute parameter
rowslistOrderRowOrder rows (SEANCE / PRODUCT)
rows[].orderRowIdID_OrderRowOrder row identifier
rows[].statusStatus1200 R / 1201 P / 1202-1205 E / 1203 A / 1204 default
rows[].typeRowTypeRow1100/1102 seance, 1103-1110 product
rows[].seatsListSeatsOrdered seats with amounts, barcode and physical detail

Scoped by the x-tenant header; the session context (institution) is validated first. An unknown order (no order rows within the history window) is returned as HTTP 404 (SOAP result 10996). The offset / barcode path and the e-ticket GUID enrichment are not part of this port.

Request

Responses

OK