revision

Returns information about a revision.

Usage

https://www.geni.com/api/revision-1

Parameters

Name Type Description Required
fields Array of Strings You can pass a list of fields you want returned in your call. For example, to get just the action of a revision: https://www.geni.com/api/revision-1?fields=action. false
ids Array of Strings You can select a group of revisions on specific urls. For example: https://www.geni.com/api/revision?ids=101,31534,145 returns revision data for all three ids. false

Returned Fields

Name Type Description
action String Action of the revision
date_local String Date of the revision in the local date
guid String Revision guid
id String Revision id
story String HTML story containing full revision description
time_local String Time of the revision in the local time
timestamp String Server time of the revision
Note: Blank fields will not be returned to save bandwidth.

rails-1a-002