GET api/SiteSetting/GetAppointmentType?accountId={accountId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accountId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of AppointmentTypeModel| Name | Description | Type | Additional information |
|---|---|---|---|
| SiteSettingId | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Value | string |
None. |
|
| Description | string |
None. |
|
| Redirecturl | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"SiteSettingId": "d427ea49-a1e8-4d7c-9e46-59b65c1a4065",
"Name": "sample string 2",
"Value": "sample string 3",
"Description": "sample string 4",
"Redirecturl": "sample string 5"
},
{
"SiteSettingId": "d427ea49-a1e8-4d7c-9e46-59b65c1a4065",
"Name": "sample string 2",
"Value": "sample string 3",
"Description": "sample string 4",
"Redirecturl": "sample string 5"
}
]