The authentication headers are :
|
Header name |
Description |
Format |
Example |
|
UserId |
User token obtained through authentication mechanism (signin service) |
string |
|
|
ApiKey |
Api key (fixed configured keys) |
string |
Either UserId or ApiKey should be used (if both are used, UserId is used in priority)
Lists of headers that can control returned informations
|
Header name |
Description |
Format |
Example |
|
x-ids-select-fields |
Filter fields of the JSON response, other fields are not serialized. fields are separated by ',' or ';' |
string |
field1, field2 |
|
x-ids-type-identite |
Select the "code" information to use. Allowed values are :
|
string |
IDA |
|
x-ids-timezone-handling |
Handles timezone in datetime data.
|
boolean |
true false (default) |