Wiki Page Version Fields
To fetch the metadata of Wiki Page Version objects, send a GET request to:
https://api.assembla.com/v1/meta/wiki_versions.(json|xml)
Examples
Request XML, using cURL utility:
curl -H "Authorization: bearer _token" https://api.assembla.com/v1/meta/wiki_versions.xml
Request JSON, using cURL utility:
curl -H "Authorization: bearer _token" https://api.assembla.com/v1/meta/wiki_versions.json
The table below lists fields contained in the response. The list will be properly formatted to json or xml as requested.
Fields
| Param | Data type | Access | Description |
|---|---|---|---|
| id | string | read | Version identifier |
| wiki_page_id | string | read | Identifier of the wiki page to which the version belongs |
| user_id | string | read | Identifier of the user who creates the version |
| change_comment | text | read | Comment on a change |
| version | integer | read | Version number |
| created_at | datetime | read | Date and time when the version was created |
| updated_at | datetime | read | Date and time when the version was updated |