Retrieve a version
Retrieve a specific version by ID.
Path parameters
Version ID to retrieve. Pattern: ver_[0-9a-hjkmnp-tv-z]{26}
Version ID to retrieve. Pattern: ver_[0-9a-hjkmnp-tv-z]{26}
Response
Success
Example response
{
"created_by": {
"id": "user_01h2xcejqtf2nbrexx3vqjhp41"
},
"document_id": "doc_01h2xcejqtf2nbrexx3vqjhp41",
"id": "ver_01h2abcd1234efgh5678jkmnpt",
"title": "Version 2.0",
"url": "https://app.factify.com/d/01h2xcejqtf2nbrexx3vqjhp41/v/1"
}Changes
Changed in 1 of the 50 revisions of this API.24
- ●
added the new
botenum value to the/response property for the response statusresponse-property-enum-value-added
- ●
added the new
userenum value to the/response property for the response statusresponse-property-enum-value-added
- ○
added discriminator to
response property for the response statusresponse-property-discriminator-added
- ○
removed the
service_accountenum value from the/response property for the response statusresponse-property-enum-value-removed
- ○
removed the
user_accountenum value from the/response property for the response statusresponse-property-enum-value-removed
- ○
the
/response's property pattern was changed from^(user|svc)_[0-9a-hjkmnp-tv-z]{26}$to^(user|bot)_[0-9a-hjkmnp-tv-z]{26}$for the statusresponse-property-pattern-changed
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●