GET api/Notes/{id}

Get details for ClientNote with given identifier

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

Unique Note identifier

integer

Required

Body Parameters

None.

Response Information

Resource Description

NotReportDetails()

NoteReportDetails
NameDescriptionTypeAdditional information
noteID

Unique ClientNote identifier

integer

None.

noteClient

Client Id that nore refers to

integer

None.

noteUser

User Id that created the note

integer

None.

noteType

ClientNote Type (Refer to ClientNoteTypes)

integer

None.

noteStatus

Status of Note

integer

None.

noteDeleted

Deleted flag for note

boolean

None.

noteDetails

Dteails of client note

string

None.

noteDate

Date that note was last edited

date

None.

noteTime

Time that note was last edited

date

None.

noteAdminTime

Time spent by Administration staff

integer

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.