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) |
|
x-ids-tenant-name |
Specifies tenant to connect to. This is optional and default tenant will be used if this header is omited. This header will be only used during connection (so only the connection API will consider this header). Once a tenant is associated to a token, this can't be changed. To use another tenant, it is mandatory to use another signin. |
string |
MyTenant AnotherTenant |