Skip to main content

Document Set Details (Object)

A JSON object that represents name and other details for a document set (resource).

See API method resources/documentsets to enumerate all resources of a scope.

PROPERTIES

dsidThe document set id.int
nameThe name of the resource.string
cty

The type of resource:

  • 1: Project memories
  • 2: Translation memories
  • 3: Terminology databases


int
segmentsTotal number of segments contained in this resource.int


EXAMPLES

A translation memory:

CODE
{
    "dsid": 5620,
    "name": "Master memory 1",
    "cty": 2,
    "segments": 1229041
}





JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.