GET api/ESCounterNoteTypes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ESCounterNoteType
NameDescriptionTypeAdditional information
NoteTypeID

globally unique identifier

None.

NoteTypeName

string

None.

IsEnabled

boolean

None.

Color

integer

None.

ESCounterNotes

Collection of ESCounterNote

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "NoteTypeID": "047d6f78-d7a8-4732-87a7-9326aa9e5c80",
    "NoteTypeName": "sample string 2",
    "IsEnabled": true,
    "Color": 1
  },
  {
    "$ref": "1"
  }
]