Launcher
The Launcher is the application used to create or edit 3D configurations
Launcher methods
Token
Generate a launcher token create permit only the creation of a new project when in readOnly or edit you must pass the projectID or the documentTypeID and documentID.
Method
| GET | GET /api/externals/v1/launcher/token |
|---|
Arguments
- type (string): type of token. Allowed values: "create", "readOnly", "edit"
- projectID (long): ID of the Project to open
- documentTypeID (long): ID of the type of the document to open
- documentID (long): ID of the document to open
Body
(none)
Response
The search service returns a JSON message with the list of items matching the specified search criteria:
{
"success": boolean,
"message": string,
"token": string,
"errorCode": int
}