Hello, I have a couple of questions about how to test the following APIs in Integration environment.
-
We are using the NHS Professional Web App to create Advice and Guidance requests. We would like to attach files larger than 5MB to the conversation messages to test A042 – Retrieve Attachment API, however uploading a file is limited to 5MB in the NHS Professional Web App. How can we attach files larger than 5MB to conversation messages for Advice and Guidance requests?
-
We are also testing Get Healthcare worker details API to retrieve healthcare worker details. I would like to use this API to fetch my healthcare worker details. Currently, I’m getting 401 – Unauthorized code when using it with my UUID. How can I use my UUID in the Get Healthcare worker details API to return my healthcare worker details?
-
We are also testing Get Organisation details API to retrieve organization details. I would like to use this API to fetch my organization details. Currently, I’m getting 401 – Unauthorized code when using this API with my organization ODS code. How can I use my organization ODS code in the Get Organisation details API to return my organization details?
Thanks!