Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions specification/documentation/GetMessage.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ Personalisation and contact details are not returned within the messages. This i

### Sandbox

When sending this request on sandbox you can use one of these 5 message identifiers:
When sending this request on sandbox you can use one of these 5 message references:

* single message status of delivered - `2WL3qFTEFM0qMY8xjRbt1LIKCzM`
* single message delivered using multiple channels - `2WL5eYSWGzCHlGmzNxuqVusPxDg`
* single message status of sending - `2WL4GEeFVxXG9S57nRlefBwwKxp`
* single message failed as patient has no exit code - `2WL4mvx6eBva8dcIK60VEGIfcgZ`
* single message failed as patient has an exit code - `2WL4mvx6eBva8dcIK60VEGIfcgZ`
* single message routing plan overriden - `2bBBpsiMl2rnQt99qm6JLZ6w1vq`

Here's an example curl command using one of the above message Id's:
Here's an example curl command using one of the above message references:

```
curl -X GET 'https://sandbox.api.service.nhs.uk/comms/v1/messages/2WL3qFTEFM0qMY8xjRbt1LIKCzM' \
Expand Down
Loading