Skip to main content

Get a note type

Retrieve the details of a single note type (required scope notes:read)

Path Parameters
    noteTypeId int64 required

    Possible values: >= 1

    The unique identifer of the note type

Header Parameters
    Customer-Id int64 required

    The customer identifier

Responses

Success


Schema
    id int64

    The unique identifier of the note type

    name string

    The name of the note type

    defaultOwnedByUserId int64 nullable

    The default owner for notes of this type

    createdAt date-time

    The UTC timestamp of when this note type was created

Loading...