Version
API for Version object
Method & Permission
API | GET | POST | PUT | PATCH | DELETE |
Version List | Admin, Project Admin, Project Edit, Project View | - | - | - | - |
Version Detail | Admin, Project Admin, Project Edit, Project View | - | - | Project Admin*, Project Edit* | - |
*Only the commit
message can be updated.
Version List
GET
{{ base_url }} /tables/version/list/{level}/{sid}/{serializer}/
Path Parameters
Name | Type | Description |
---|---|---|
level | string | organization |
sid | string | organization sid |
serializer | string |
Query Parameters
Name | Type | Description |
---|---|---|
dataonly | boolean | Use dataonly to return the row data object |
row__sid | string |
Headers
Name | Type | Description |
---|---|---|
token | string |
Version Detail
GET
{{ base_url }} /tables/version/detail/{sid}/
Path Parameters
Name | Type | Description |
---|---|---|
sid | string |
Headers
Name | Type | Description |
---|---|---|
token | string |
Version Detail
PATCH
/tables/version/detail/{sid}/
Path Parameters
Name | Type | Description |
---|---|---|
sid | string |
Headers
Name | Type | Description |
---|---|---|
token | string |
Request Body
Name | Type | Description |
---|---|---|
commit | string |
Last updated