Checks in a document
POST {{baseUrl}}/public/api/projects/v1/dbs/:dbid/projects/:projid/documents/:docid/actions/checkin?overlayid=<string>&lcid=<string>
- Check if the document can be checked in , eg Check if the document is checked out .
- Checks for Mandatory Attributes
- Check in the document
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:
string3. file : The file to be checked in
Request Params
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 |