Skip to main content

List Sign Events

GET 

/agreements/:agreement_id/participants/:participant_id/sign_events

Lists all sign events for the participant. The events are returned in ascending order by creation date. Events are read only.

Request

Path Parameters

    agreement_id cuidrequired

    GET /agreements/:agreement_id/participants/:participant_id/sign_events parameter

    participant_id cuidrequired

    GET /agreements/:agreement_id/participants/:participant_id/sign_events parameter

Responses

GET /agreements/:agreement_id/participants/:participant_id/sign_events 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 sign event resource.

    resource_type stringrequired

    Possible values: [sign_event]

    Data contains the sign event resource.

    data object[]required
  • Array [
  • id cuidrequired

    The unique identifier of the sign event

    resource_type stringrequired

    Possible values: [sign_event]

    title stringrequired

    The title of the event

    description stringrequired

    The description of the event

    user_agent stringrequired

    The user agent of the browser which triggered the event

    ip_address stringrequired

    The IP address of the request which triggered the event

    participant object required
    oneOf

    string

    created_at stringrequired

    UTC datetime ISO string

    updated_at stringrequired

    UTC datetime ISO string

  • ]
Loading...