GET api/Country?createdDate={createdDate}&changedDate={changedDate}
Endpoint to list contacts from actor table
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| createdDate |
Filter greater than (yyyy-MM-dd HH:mm) |
date |
None. |
| changedDate |
Filter greater than (yyyy-MM-dd HH:mm) |
date |
None. |
Body Parameters
None.
Response Information
Resource Description
ResponseOfGetCountryDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Item | Collection of GetCountryDto |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.