Skip to main content

Get the history of progress updates for a note

Retrieves the history of progress updates made against a note (required scope notes:read)

Path Parameters
    noteId int64 required

    Possible values: >= 1

    The unique identifier of the note

Query Parameters
    sortBy NoteProgressSortOptions

    Possible values: [progressedAt]

    The field to sort items in the page by

    direction SortDirection

    Possible values: [ascending, descending]

    The direction to apply the sort

    pageNumber int32

    Possible values: >= 1 and <= 2147483

    The page number being requested (minimum: 1, maximum: 2147483)

    pageSize int32

    Possible values: >= 1 and <= 1000

    The page size being requested (minimum: 1, maximum: 1000)

Header Parameters
    Customer-Id int64 required

    The customer identifier

Responses

Success


Schema
    items object[]

    The items returned for the requested page

  • Array [
  • id int64

    The unique identifier of the note progress entry

    progressedAt date-time

    The UTC timestamp of when this note was progressed

    percentage int32

    The percentage the note was progressed to

    comment string

    Free text description about progress made by this update

  • ]
  • pageNumber int32

    The page number of the response where 1 is the first page

    pageSize int32

    The number of items requested for the current page

    pageItemCount int32

    The number of items returned in the current page

Loading...