GET PlanCare2Api/Relations/NoteTypes

Get the 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

List of types of notes

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": "932c985a-c6f3-41c8-96d6-e98f46188fb6",
    "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>932c985a-c6f3-41c8-96d6-e98f46188fb6</Guid>
    <IsActive>true</IsActive>
    <IsSystem>true</IsSystem>
    <Name>sample string 2</Name>
  </RelationNoteTypeSummary>
  <RelationNoteTypeSummary>
    <Guid>932c985a-c6f3-41c8-96d6-e98f46188fb6</Guid>
    <IsActive>true</IsActive>
    <IsSystem>true</IsSystem>
    <Name>sample string 2</Name>
  </RelationNoteTypeSummary>
</ArrayOfRelationNoteTypeSummary>