latestOpenAPI 3.0.12026-08-1163117239.4 KB

c5ac8232e334

Workbench

Retrieve the workbench information for the given workbench id

get/workbench/{WorkbenchId}

Path parameters

WorkbenchIdstring uuid required

Response

OK

idstring uuid

The id of the workbench.

namestring nullable

The name of the workbench.

descriptionstring nullable

The description of the workbench.

createdstring date-time

The timestamp in UTC for when the workbench was created.

ownerstring nullable

The username of the owner of the workbench.

lastModifiedstring date-time

The timestamp in UTC when the workbench was last saved.

frequencystring nullable

The frequency of the workbench in string format.

calculationstring nullable

The calculation of the workbench in string format.

tagsstring[] nullable

A list of tags that are assigned to the workbench.

cutoffDatestring date-time nullable

The cut off date of the workbench. This is used to front trim the workbench's dependent and independent variables.

calculatedStartDatestring date-time

The calculated common start date of the workbench.

endDatestring date-time nullable

The cut off end date of the workbench.

urlstring nullable

The url of the workbench.

notesstring nullable

The notes of the workbench.

notesLastModifiedstring date-time nullable

The last modified date of the notes of the workbench.