GET api/RegProvisionalDiagnosis?del={del}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| del | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of RegProvisionalDiagnosis| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Title | string |
None. |
|
| IsDeleted | integer |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedOn | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Title": "sample string 2",
"IsDeleted": 3,
"CreatedBy": 4,
"CreatedOn": "2026-05-20T17:10:19.0742954+05:00"
},
{
"Id": 1,
"Title": "sample string 2",
"IsDeleted": 3,
"CreatedBy": 4,
"CreatedOn": "2026-05-20T17:10:19.0742954+05:00"
}
]