GET api/Customform/GetSpecialityModuleForms?accountId={accountId}&moduleAreaId={moduleAreaId}&patientId={patientId}&appointmentId={appointmentId}
GetSpecialityModuleForms
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accountId | globally unique identifier |
Required |
|
| moduleAreaId | integer |
Required |
|
| patientId | globally unique identifier |
Required |
|
| appointmentId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CustomFormModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| ModuleId | integer |
None. |
|
| ModuleName | string |
None. |
|
| ModifiedBy | string |
None. |
|
| ModifiedOn | date |
None. |
|
| ClassificationName | string |
None. |
|
| ShowOnce | boolean |
None. |
|
| IsRead | boolean |
None. |
|
| IsWrite | boolean |
None. |
|
| IsDelete | boolean |
None. |
|
| EDD | date |
None. |
|
| Description | string |
None. |
|
| FormClientTitle | string |
None. |
|
| Dcvbvcbescription | string |
None. |
|
| IsAllowMultiple | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "62085cb2-6808-469c-bbaa-e669fca339b3",
"ModuleId": 1,
"ModuleName": "sample string 2",
"ModifiedBy": "sample string 3",
"ModifiedOn": "2025-12-15T10:13:30.7311605-06:00",
"ClassificationName": "sample string 4",
"ShowOnce": true,
"IsRead": true,
"IsWrite": true,
"IsDelete": true,
"EDD": "2025-12-15T10:13:30.7311605-06:00",
"Description": "sample string 9",
"FormClientTitle": "sample string 10",
"Dcvbvcbescription": "sample string 11",
"IsAllowMultiple": true
},
{
"Id": "62085cb2-6808-469c-bbaa-e669fca339b3",
"ModuleId": 1,
"ModuleName": "sample string 2",
"ModifiedBy": "sample string 3",
"ModifiedOn": "2025-12-15T10:13:30.7311605-06:00",
"ClassificationName": "sample string 4",
"ShowOnce": true,
"IsRead": true,
"IsWrite": true,
"IsDelete": true,
"EDD": "2025-12-15T10:13:30.7311605-06:00",
"Description": "sample string 9",
"FormClientTitle": "sample string 10",
"Dcvbvcbescription": "sample string 11",
"IsAllowMultiple": true
}
]