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| Name | Description | Type | Additional 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": "2fb475cc-5133-4090-a59b-4fd49a1dae95",
"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>2fb475cc-5133-4090-a59b-4fd49a1dae95</Guid>
<IsActive>true</IsActive>
<IsSystem>true</IsSystem>
<Name>sample string 2</Name>
</RelationNoteTypeSummary>
<RelationNoteTypeSummary>
<Guid>2fb475cc-5133-4090-a59b-4fd49a1dae95</Guid>
<IsActive>true</IsActive>
<IsSystem>true</IsSystem>
<Name>sample string 2</Name>
</RelationNoteTypeSummary>
</ArrayOfRelationNoteTypeSummary>