Make a request »
TransactionalService.GetTransactionalOpens
Get opens for a specific Transactional project, optionally by date interval. The following date format is valid: yyyyMMddTHHmmss. Also returns the parameter ”ExternalID” which allows you to map results with external data sources. See code examples
URL Parameters
Http verb: Get
URI: Full url: http://se.api.anpdm.com/v1/transactional/projects/{projectId}/opens?dateFrom={dateFrom}&dateTo={dateTo}
URL parameters:
projectId | String | Id of the project |
dateFrom | String | Start date (optional) |
dateTo | String | End date (optional) |
Body parameters
Body parameters
Not used |
Response
Body parameters
returns | A response object which includes transactional opens as result, status code and a message.
|
Help
Code examples