Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
POST /v1/events
{
  "sor":"gms",
  "entity":"/v1/people/enterprise/49873",
  "timestamp":"2012-10-04T03:10:14.123",
  "comment":"Updated membership"
}
 
200 OK
{
  "serialNumber":"108"
}
  • sor is an identifier to indicate the source (eg: Registry, GMS, etc) of the event.
  • entity is a reference to a resource obtainable via the Read API.
  • timestamp is when the event was recorded; if omitted now is assumed.
  • comment is an optional human readable comment describing the change.

...