Modify responses to fit your needs
json
- The default response format.xml
- The response in XML format.Accept
header to your request:
fields
query parameter. This parameter accepts a comma-separated list of fields to include in the response.
For example, to return only the id
and name
fields in the response, you can use the following query parameter:
expand
query parameter. This parameter accepts a comma-separated list of fields to include in the response.
For example, to include the tarif
field in the response, you can use the following query parameter:
fields
query parameter with the expand
query parameter to receive attributes of related resources in the response.