List Term Revisions
/terms/{term_ref}/revisions Returns a paginated canonical revision collection scoped to a term.
Conventions
Authentication
All endpoints require a Bearer token. Pass it in the Authorization header as Bearer <token>. Tokens are issued from the API settings page in your workspace.
Base URL
All paths are relative to https://api.allsign.app. The spec includes full paths; strip the base when constructing requests.
Versioning
The current version is 0.1.0. Breaking changes are documented in the Changelog and announced before taking effect.
Specification
The API follows OpenAPI Specification 3.x. All documentation on this page is generated directly from the spec.
Example
curl "https://api.allsign.app/terms/{term_ref}/revisions" \-H "Authorization: Bearer {token}"
Request
Request Path
term_refPublic term reference.
Parameters
Query
pageOne-based page number.
page_sizeMaximum number of records returned per page.
Responses
200 OK
Paginated term revision list.
{
"data": {
"revisions": [
{
"actor": {},
"created_at": "2026-01-01T00:00:00Z",
"decisions": [
{
"actor": {},
"created_at": "2026-01-01T00:00:00Z",
"ref": "00000000-0000-4000-8000-000000000000",
"remarks": "",
"revision": {},
"status": "accepted"
}
],
"description": "",
"latest": true,
"name": "",
"number": 1,
"ref": "00000000-0000-4000-8000-000000000000"
}
]
}
}dataStandard paginated collection metadata.
data.revisions
data.revisions[].actor
data.revisions[].created_at
data.revisions[].decisions
data.revisions[].decisions[].actor
data.revisions[].decisions[].created_at
data.revisions[].decisions[].refPublic stable resource reference.
data.revisions[].decisions[].remarks
data.revisions[].decisions[].revision
data.revisions[].decisions[].status
data.revisions[].description
data.revisions[].latest
data.revisions[].name
data.revisions[].number
data.revisions[].refPublic stable resource reference.
401 Unauthorized
{
"error": {
"code": "",
"message": "",
"request_id": "",
"status": 1
}
}error
error.code
error.message
error.request_id
error.status
error.fields
404 Not Found
{
"error": {
"code": "",
"message": "",
"request_id": "",
"status": 1
}
}error
error.code
error.message
error.request_id
error.status
error.fields