Formats
Identifiers
All the IDs provided by LinkCy will have an UUID format (version 4).Example :
123e4567-e89b-42d3-a456-426614174000
UUID on WikipediaDates
Almost all the dates fields from LinkCy API presented with the formatstring <date-time>
will follow ISO8601 format like this YYYY-MM-DDThh:mm:ssZ
Example :
2019-08-24T14:15:22Z
ISO 8601 on WikipediaSome dates fields use string <date>
format (usually when time is really irrelevant, like for a Corporate's Incorporate Date). In this case, the format is YYYY-MM-DD
Country Codes
All the country codes handled by LinkCy will follow ISO 3166 alpha-3 format, meaning that country codes are three-letters long (France -> FRA)
ISO 3166-1 alpha-3 on Wikipedia