GET api/TestimonyList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Testimony| Name | Description | Type | Additional information |
|---|---|---|---|
| TestimonyId | integer |
None. |
|
| Name | string |
None. |
|
| City | string |
None. |
|
| State | string |
None. |
|
| Country | string |
None. |
|
| Description | string |
None. |
|
| ImagePath | Collection of byte |
None. |
|
| IsActive | boolean |
None. |
|
| CreatedDate | date |
None. |
|
| LastModifiedDate | date |
None. |
|
| CreatedBy | string |
None. |
|
| LastModifiedBy | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"TestimonyId": 1,
"Name": "sample string 2",
"City": "sample string 3",
"State": "sample string 4",
"Country": "sample string 5",
"Description": "sample string 6",
"ImagePath": "QEA=",
"IsActive": true,
"CreatedDate": "2025-12-05T19:34:59.7629492-08:00",
"LastModifiedDate": "2025-12-05T19:34:59.7629492-08:00",
"CreatedBy": "sample string 10",
"LastModifiedBy": "sample string 11"
},
{
"$ref": "1"
}
]