...
Expand | ||||
---|---|---|---|---|
| ||||
The URL defines where the client can access the desired resources - for example the Patient resource.
For GET requests, the URL may also contain any necessary query parameters like the id of the patient you are searching for. When using
|
Expand | ||
---|---|---|
| ||
The header includes metadata requirements defined by the API to provide information about the request.
This can contain information such as:
|
Expand | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
Some requests (PUT and POST) require a body where we add the resource content or additional information to be sent to the server. This can be in a few potential formats: JSON
XML
Query String format The query string can be found in the body or can be included in the URL of the request.
|
...