GET api/traces/othercommunications?dateModifiedFrom={dateModifiedFrom}&dateModifiedTo={dateModifiedTo}
Get primary key (id) values of OtherCommunication records that have been created/modified within the specified range.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
dateModifiedFrom |
Filter on records that were created/modified on a date from the provided value. The absolute range between the dateModifiedFrom and dateModifiedTo parameters must not exceed 1 year. |
date |
Required |
dateModifiedTo |
Optional filter on records that were created/modified up to (inclusive) the provided value. If this filter is not specified it will default to the current date and time. |
date |
None. |
Body Parameters
None.
Response Information
Resource Description
A collection of OtherCommunication Ids (returned in no particular order).
Collection of integerResponse Formats
application/json, text/json
Sample:
[ 1, 2 ]