...
Expand | ||||
---|---|---|---|---|
| ||||
The URL defines where the client can access the desired resources - for example the Patient resource.
Query String: For GET requests, the URL may also contain any necessary query parameters like the id of the patient you are searching for. When using The The
These URLs can be hardcoded if necessary, or built using various URL Encoding strategies. |
Expand | ||
---|---|---|
| ||
The header includes metadata requirements defined by the API to provide information about the request.
This can contain information such as:
|
...