GET PlanCare2Api/Relations/NoteTypes

Get types of notes.

Requires 'Start' permission for function Notes {29EDAA20-4561-4B98-846B-4AF0F7E3FA93}

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

NoteTypes.

Collection of RelationNoteTypeSummary
NameDescriptionTypeAdditional information
Guid

The internal id of the type of note

globally unique identifier

None

Name

Name of the type

string

None

IsActive

IsActive

boolean

None

IsSystem

IsSystem

boolean

None

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "Guid": "97c99664-2473-4fb7-a6c8-d264f2417323",
    "Name": "sample string 2",
    "IsActive": true,
    "IsSystem": true
  },
  {
    "$ref": "1"
  }
]

application/xml, text/xml

Sample:
<ArrayOfRelationNoteTypeSummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DHS.PlanCare.Web.Api.Interface.Relation">
  <RelationNoteTypeSummary>
    <Guid>97c99664-2473-4fb7-a6c8-d264f2417323</Guid>
    <IsActive>true</IsActive>
    <IsSystem>true</IsSystem>
    <Name>sample string 2</Name>
  </RelationNoteTypeSummary>
  <RelationNoteTypeSummary>
    <Guid>97c99664-2473-4fb7-a6c8-d264f2417323</Guid>
    <IsActive>true</IsActive>
    <IsSystem>true</IsSystem>
    <Name>sample string 2</Name>
  </RelationNoteTypeSummary>
</ArrayOfRelationNoteTypeSummary>