POST General/getservice
Request Information
URI Parameters
None.
Body Parameters
GetVersionedRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| versionID | integer |
Required |
|
| token | globally unique identifier |
Required |
Request Formats
application/json, text/json
Sample:
{
"versionID": 1,
"token": "3aaa42f7-5d7f-438c-9834-276f27264b2a"
}
application/xml, text/xml
Sample:
<GetVersionedRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AutoAlert.API.Models.General"> <token xmlns="http://schemas.datacontract.org/2004/07/AutoAlert.API.Models">3aaa42f7-5d7f-438c-9834-276f27264b2a</token> <versionID>1</versionID> </GetVersionedRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ServiceList| Name | Description | Type | Additional information |
|---|---|---|---|
| code | integer |
None. |
|
| error | string |
None. |
|
| ServiceApptAlerts | Collection of ServiceApptAlert |
None. |
|
| VersionID | integer |
None. |
|
| ExpirationInDays | integer |
None. |
|
| APIVersion | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"ServiceApptAlerts": [
{
"ApptDateTime": "2026-01-22T08:58:30.8954506-08:00",
"EntityID": "d57afb23-c9f2-4261-8152-0a9152540b00",
"FullName": "sample string 1",
"TrimID": 1,
"IsAlert": true,
"IsFlexAlert": true,
"IsMileageAlert": true,
"IsWarrantyAlert": true,
"IsContractEnd": true,
"IsServiceAlert": true,
"IsServiceApptAlert": true,
"IsCreditConvert": true,
"IsInMarketAlert": true,
"IsEngagedAlert": true,
"Kind": "sample string 2"
},
{
"ApptDateTime": "2026-01-22T08:58:30.8954506-08:00",
"EntityID": "d57afb23-c9f2-4261-8152-0a9152540b00",
"FullName": "sample string 1",
"TrimID": 1,
"IsAlert": true,
"IsFlexAlert": true,
"IsMileageAlert": true,
"IsWarrantyAlert": true,
"IsContractEnd": true,
"IsServiceAlert": true,
"IsServiceApptAlert": true,
"IsCreditConvert": true,
"IsInMarketAlert": true,
"IsEngagedAlert": true,
"Kind": "sample string 2"
}
],
"VersionID": 1,
"ExpirationInDays": 2,
"APIVersion": 3,
"code": 200,
"error": "sample string 1"
}
application/xml, text/xml
Sample:
<ServiceList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AutoAlert.API.Models.Mobile">
<APIVersion xmlns="http://schemas.datacontract.org/2004/07/AutoAlert.API">3</APIVersion>
<error xmlns="http://schemas.datacontract.org/2004/07/AutoAlert.API">sample string 1</error>
<ExpirationInDays>2</ExpirationInDays>
<VersionID>1</VersionID>
<ServiceApptAlerts>
<ServiceApptAlert>
<Kind>sample string 2</Kind>
<EntityID>d57afb23-c9f2-4261-8152-0a9152540b00</EntityID>
<FullName>sample string 1</FullName>
<IsAlert>true</IsAlert>
<IsContractEnd>true</IsContractEnd>
<IsCreditConvert>true</IsCreditConvert>
<IsEngagedAlert>true</IsEngagedAlert>
<IsFlexAlert>true</IsFlexAlert>
<IsInMarketAlert>true</IsInMarketAlert>
<IsMileageAlert>true</IsMileageAlert>
<IsServiceAlert>true</IsServiceAlert>
<IsServiceApptAlert>true</IsServiceApptAlert>
<IsWarrantyAlert>true</IsWarrantyAlert>
<TrimID>1</TrimID>
<ApptDateTime>2026-01-22T08:58:30.8954506-08:00</ApptDateTime>
</ServiceApptAlert>
<ServiceApptAlert>
<Kind>sample string 2</Kind>
<EntityID>d57afb23-c9f2-4261-8152-0a9152540b00</EntityID>
<FullName>sample string 1</FullName>
<IsAlert>true</IsAlert>
<IsContractEnd>true</IsContractEnd>
<IsCreditConvert>true</IsCreditConvert>
<IsEngagedAlert>true</IsEngagedAlert>
<IsFlexAlert>true</IsFlexAlert>
<IsInMarketAlert>true</IsInMarketAlert>
<IsMileageAlert>true</IsMileageAlert>
<IsServiceAlert>true</IsServiceAlert>
<IsServiceApptAlert>true</IsServiceApptAlert>
<IsWarrantyAlert>true</IsWarrantyAlert>
<TrimID>1</TrimID>
<ApptDateTime>2026-01-22T08:58:30.8954506-08:00</ApptDateTime>
</ServiceApptAlert>
</ServiceApptAlerts>
</ServiceList>