GET api/contacttypes

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of API.Domain.ViewModels.ContactType.ContactTypeListItem
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

Name

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "id": "53be40d9-49dd-471d-904c-3a772c3162c7",
    "name": "sample string 2"
  },
  {
    "id": "53be40d9-49dd-471d-904c-3a772c3162c7",
    "name": "sample string 2"
  }
]

text/html

Sample:
[{"id":"53be40d9-49dd-471d-904c-3a772c3162c7","name":"sample string 2"},{"id":"53be40d9-49dd-471d-904c-3a772c3162c7","name":"sample string 2"}]