POST Opportunity/getdateoppslastupdated
Get the date Opportunities were last updated
Request Information
URI Parameters
None.
Body Parameters
AuthenticatedRequestName | Description | Type | Additional information |
---|---|---|---|
token |
API access token |
globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{ "token": "6b0ba4e0-c5a5-48e2-8055-022b6901e7a0" }
application/xml, text/xml
Sample:
<AuthenticatedRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AutoAlert.API.Models"> <token>6b0ba4e0-c5a5-48e2-8055-022b6901e7a0</token> </AuthenticatedRequest>
Response Information
Resource Description
getDateOppsLastUpdatedResponseName | Description | Type | Additional information |
---|---|---|---|
code |
API result code |
integer |
None. |
error |
API error message |
string |
None. |
DateOppsLastUpdated |
UTC Date Opportunities were last updated |
date |
None. |
APIVersion |
API Version |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "DateOppsLastUpdated": "2025-05-20T10:40:47.407907-07:00", "APIVersion": 2, "code": 200, "error": "sample string 1" }
application/xml, text/xml
Sample:
<getDateOppsLastUpdatedResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AutoAlert.API.Models.Opportunity"> <APIVersion xmlns="http://schemas.datacontract.org/2004/07/AutoAlert.API">2</APIVersion> <error xmlns="http://schemas.datacontract.org/2004/07/AutoAlert.API">sample string 1</error> <DateOppsLastUpdated>2025-05-20T10:40:47.407907-07:00</DateOppsLastUpdated> </getDateOppsLastUpdatedResponse>