List Artifacts Of A Document
API endpoint
GET /cds/[docId]
Response
Content-Type: application/json
Field | Format | Usage / Comment |
---|---|---|
container | String | Actual container name in the store |
docid | String | Document-ID, publication number is zero-padded [15], format: Authorithy.PublicationNo.KindCode ([A-Z}{2}.[0-9]{15}.[A-Z0-9]{1,2}) |
artifacts | JSON array of strings | Contains file names within the requested directory |
Demo
Get A File From A Document
API endpoint
GET /cds/[docId]/[fileName]
Response
Content-Type: variable
Demo
Get First Drawing
API endpoint
GET /cds/[docId]/first-drawing
Response
Content-Type: image/png