Contribution properties are not a stand-alone API response. They are part of a contribution.
Parameter | Type | Description
——————–|————-|—————————————————————————————
creator
| Object
| User, who created the contribution.
updator
| Object
| Optional. User, who last updated the contribution.
created_at
| Timestamp
| Date and time when the contribution has been created.
updated_at
| Timestamp
| Date and time when the contribution has been updated.
version
| Integer
| Version number of the contribution.
isowner
| Boolean
| True
if the user authenticated with the request has created this contribution.
category
| Object
| Category object of the contribution.
status
| String
| Status of the contribution. Can be active
, review
, draft
or pending
. pending
contributions are only visible to project moderators, draft
only to contribution owners.