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
dsid | The document set id. | int |
name | The name of the resource. | string |
cty | The type of resource:
| int |
segments | Total number of segments contained in this resource. | int |
EXAMPLES
A translation memory:
CODE
{
"dsid": 5620,
"name": "Master memory 1",
"cty": 2,
"segments": 1229041
}