For AI agents: visit https://docs.developers.optimizely.com/llms.txt for an index of all pages formatted in Markdown and endpoints in OpenAPI.
GetPunchOutSession pipeline
| Order | Pipe | Description |
|---|
| 100 | GetCurrentPunchOutSessionId | Uses the ICookieManager to get the PunchOutSessionId cookie value and set it to the result. |
| 200 | GetPunchOutSession | Gets the PunchOutSession from the PunchOutSession repository. If Parameter.PunchOutSessionId has value, use Parameter.PunchOutSessionId to find PunchOutSession. If Parameter.PunchOutSessionId does not have value, use Result.PunchOutSessionId to find PunchOutSession. |