latestOpenAPI 3.0.1Apache 2.02026-08-133021,2261.8 MB

aaa3e1322450

PartStudio

Compute and return a FeatureScript table for a Part Studio.

get/partstudios/d/{did}/{wvm}/{wvmid}/e/{eid}/fstable

Path parameters

didstring required

Document ID.

wvmstring required

One of w or v or m corresponding to whether a workspace or version or microversion was entered.

wvmidstring required

Workspace (w), Version (v) or Microversion (m) ID.

eidstring required

Element ID.

Query parameters

configurationstring

URL-encoded string of configuration values (separated by ;). See the Configurations API Guide for details.

tableNamespacestring

Namespace of the custom table in FS. Must be in the form of:

  • e{eid}::m{mid} if the FS and PS tabs are in the same workspace.
  • d{did}::v{vid}::e{eid}::m{mid} if the tabs are in different workspaces.

Obtain the microversion id ({mid}) with this endpoint called on the FS tab.

Leave blank if using a standard table. Required if using a custom tableType.

tableTypestring required

May be any standard table type (i.e., holeTable or cutlistTable) or custom table type name defined in FeatureScript.

If using a custom table type, tableNamespace must also be specified.

tableParametersstring

Include all parameters for the table. i.e., customBool=false

partIdstring

ID of the part to retrieve.

linkDocumentIdstring

Id of document that links to the document being accessed. This may provide additional access rights to the document. Allowed only with version (v) path parameter.

Response

default response