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 CustomFormModelName | 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": "120b6803-adc5-4750-87be-562197064b81", "ModuleId": 1, "ModuleName": "sample string 2", "ModifiedBy": "sample string 3", "ModifiedOn": "2025-04-03T19:00:21.2878032-05:00", "ClassificationName": "sample string 4", "ShowOnce": true, "IsRead": true, "IsWrite": true, "IsDelete": true, "EDD": "2025-04-03T19:00:21.2878032-05:00", "Description": "sample string 9", "FormClientTitle": "sample string 10", "Dcvbvcbescription": "sample string 11", "IsAllowMultiple": true }, { "Id": "120b6803-adc5-4750-87be-562197064b81", "ModuleId": 1, "ModuleName": "sample string 2", "ModifiedBy": "sample string 3", "ModifiedOn": "2025-04-03T19:00:21.2878032-05:00", "ClassificationName": "sample string 4", "ShowOnce": true, "IsRead": true, "IsWrite": true, "IsDelete": true, "EDD": "2025-04-03T19:00:21.2878032-05:00", "Description": "sample string 9", "FormClientTitle": "sample string 10", "Dcvbvcbescription": "sample string 11", "IsAllowMultiple": true } ]