Skip to main content

Get list of document in a task

GET 

/cases/:caseId/tasks/:taskId/documents

Returns a list documents in a Case; available as an Add-On Module

Request

Path Parameters

    caseId stringrequired

    Case Identifier

    taskId stringrequired

    Task Identifier

Query Parameters

    siteId string

    Site Identifier

    next string

    Next page of results token

    limit string

    Limit Results

    Default value: 10

Responses

200 OK

Response Headers

  • Access-Control-Allow-Origin

    string

  • Access-Control-Allow-Methods

    string

  • Access-Control-Allow-Headers

    string

Schema

    next string

    Next page of results token

    documents

    object[]

    List of documents

  • Array [

  • siteId string

    Site Identifier

    path string

    Path or Name of document

    width string

    Document Content Width property

    height string

    Document Content Height property

    deepLinkPath string

    Path or Name of deep link

    insertedDate string

    Inserted Timestamp

    lastModifiedDate string

    Last Modified Timestamp

    checksum string

    Document checksum, changes when document file changes

    checksumType ChecksumType (string)

    The type of checksum to use for file validation

    Possible values: [SHA1, SHA256]

    documentId string

    Document Identifier

    contentType string

    Document Content-Type

    userId string

    User who added document

    contentLength integer

    Document size

    version string

    Document version

    versionKey string

    Document Version Identifier

    s3version string

    Document storage version

    belongsToDocumentId string

    Parent Document Identifier

    metadata

    object[]

    List of document Metadata

  • Array [

  • key string

    Metadata key

    value string

    Metadata value

    values string[]

    Metadata values

  • ]

  • ]

Loading...