Position
A position represents a contribution or series of contributions that an account holder has made to a project within Ohloh. It corresponds to a committer ID for a source code repository for a particular project.
NOTE: This API call is subject to change – it is a first-cut at new functionality.
Properties
- title
- An optional field that contains the title for this position. Example: “Lead Developer”. This field is filled in by the account holder.
- organization
- An optional field that contains the organization name for this position. This field will be filled in if the account holder has designated that this position’s contributions were made on behalf of an organization. Example: “IBM Corporation”.
- html_url
- The url to the contributor page on Ohloh.
- created_at
- The time at which this Position was originally created on Ohloh.
- updated_at
- The time at which this Position record was last modified.
- started_at
- Optional field that contains the time at which this position was started. This field may be filled in by the account holder if this position is not backed by commits (e.g. the user contributed documentation to the projects wiki or authored and submitted a patch committed by a project maintainer).
- ended_at
- Option field that contains the time at which this position was ended. This field may be filled in by the account holder if the position is not backed by commits.
- sparkline_url
- The url to the sparkline that represents the account holder’s commit activity for the current position.
- commits
- The total number of commits made by the account holder at this position.
- project
- The Project that this position is attached to. This node will contain all of the properties for the specific project. For more information you can view the reference page for Projects.



Meta