Checks in a document
POST {{baseUrl}}/public/api/projects/v1/dbs/:dbid/projects/:projid/documents/:docid/actions/checkin?overlayid=<string>&lcid=<string>
The API expects multi-part form data that consists of
Sample format
1. values
[{
NestedName
:string
, //Required
Value
:string
,
SIValue
:double
,
LinkObject
:{
UID
:string
,
ProjectUID
:string
,
OverlayUID
:string
},
XValues
:[{
Index
:int
,
XValue
:string
,
SIXValue
:double
}]
}]
2. comment
comment
:string
3. file : The file to be checked in
Body
PARAM
Key | Datatype | Required | Description |
overlayid
|
string | Overlay id | |
lcid
|
string | Language id |
HEADERS
Key | Datatype | Required | Description |
Comos-API-Session
|
string | (Required) Comos SessionId that needs to be passed with every request except Login | |
Accept
|
string |
RESPONSES
status
ENDPOINTS