Logo
Siemens Xcelerator Developer Portal API Documentation

public/api-projects/v1/dbs/{dbid}/projects-{projid}-objects-{objid}-specs

Number of APIs: 3


1. Get the specifications for an object

GET {{baseUrl}}/public/api/projects/v1/dbs/:dbid/projects/:projid/objects/:objid/specs?fields=<string>&nested_names=<string>&recursion_depth=<integer>&overlayid=<string>&lcid=<string>



2. Updates the specifications for an object

PATCH {{baseUrl}}/public/api/projects/v1/dbs/:dbid/projects/:projid/objects/:objid/specs?fields=<string>&overlayid=<string>&lcid=<string>



3. Validates the specifications update

POST {{baseUrl}}/public/api/projects/v1/dbs/:dbid/projects/:projid/objects/:objid/specs/actions/validate?fields=<string>&overlayid=<string>&lcid=<string>&check_mandatory=<boolean>



ENDPOINTS