Changes between Version 55 and Version 56 of UniformClearinghouseAPI


Ignore:
Timestamp:
09/01/13 09:04:12 (11 years ago)
Author:
mbrinn@bbn.com
Comment:

Add integer argument type

Legend:

Unmodified
Added
Removed
Modified
  • UniformClearinghouseAPI

    v55 v56  
    11011101|| UID || Unique identifier within the scope of a single authority, not guaranteed to be unique across authorities || '''Example:''' 8e405a75-3ff7-4288-bfa5-111552fa53ce '''Details:''' Varies by implementation but the python UUID4 standard is a good example. ||
    11021102|| STRING || Generic UTF-8 string ||  ||
     1103|| INTEGER || Generic integer argument || ||
    11031104|| DATETIME || Date time in UTC format || '''Examples:''' 2013-06-15 02:39:08 2013-06-15 02:39:08-05:00 '''Details:''' Assumed in GMT time zone unless specified: '''GMT:''' YYYY-MM-DD HH:mm:ss '''Time zone offset specified:''' YYYY-MM-DD HH:mm:ss-HH:mm ||
    11041105|| EMAIL || Well-formed email address || '''Example:''' jbrown@geni.net ||