Skip to main content

List attachments

GET 

/agreements/:agreement_id/documents/attachments

List all attachments for the agreement

Request

Path Parameters

    agreement_id cuidrequired

    GET /agreements/:agreement_id/documents/attachments parameter

Responses

GET /agreements/:agreement_id/documents/attachments Successful response

Schema
    version stringrequired

    Possible values: [1.0]

    The version of the response schema

    result_type stringrequired

    Possible values: [list]

    A non-paginated list of the attachment resource.

    resource_type stringrequired

    Possible values: [attachment]

    Data contains the attachment resource.

    data object[]required
  • Array [
  • id cuidrequired

    The unique identifier of the attachment

    resource_type stringrequired

    Possible values: [attachment]

    agreement cuidrequired

    The unique identifier of the agreement which this attachment belongs to

    order int64required

    Possible values: <= 9007199254740991

    The order of this attachment relative to the other attachments

    file object required
    oneOf

    string

    created_at stringrequired

    UTC datetime ISO string

    updated_at stringrequired

    UTC datetime ISO string

  • ]
Loading...