GET api/contacttypes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of API.Domain.ViewModels.ContactType.ContactTypeListItemName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "id": "6591d3b0-4102-4e12-87fc-443a31d34c7d", "name": "sample string 2" }, { "id": "6591d3b0-4102-4e12-87fc-443a31d34c7d", "name": "sample string 2" } ]
text/html
Sample:
[{"id":"6591d3b0-4102-4e12-87fc-443a31d34c7d","name":"sample string 2"},{"id":"6591d3b0-4102-4e12-87fc-443a31d34c7d","name":"sample string 2"}]