GET api/contacttypes
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of API.Domain.ViewModels.ContactType.ContactTypeListItem| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": "f4a00228-42d1-4aba-8c7f-d8c35e04a0f5",
"name": "sample string 2"
},
{
"id": "f4a00228-42d1-4aba-8c7f-d8c35e04a0f5",
"name": "sample string 2"
}
]
text/html
Sample:
[{"id":"f4a00228-42d1-4aba-8c7f-d8c35e04a0f5","name":"sample string 2"},{"id":"f4a00228-42d1-4aba-8c7f-d8c35e04a0f5","name":"sample string 2"}]