GET api/traces/emailcommunications?dateModifiedFrom={dateModifiedFrom}&dateModifiedTo={dateModifiedTo}

Get primary key (id) values of EmailCommunication records that have been created/modified within the specified range.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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 EmailCommunication Ids (returned in no particular order).

Collection of integer

Response Formats

application/json, text/json

Sample:
[
  1,
  2
]