Retrieves a transaction. The data in the response will contain all of the data to which you have read access. Properties with values of NULL typically mean that you do not have read access to that property. Please see the Permissions section of the introduction for more information.
OData Support: $expand
Path parameters
-
The Lone Wolf Id of the transaction. This will be the value in the Transaction.Id property when the transaction was created.
GET
/wolfconnect/transactions/v1/{transactionId}
curl \
--request GET 'https://api.globalwolfweb.com/wolfconnect/transactions/v1/{transactionId}' \
--header "Authorization: $API_KEY"
Response examples (200)
{
"Id": "string",
"Number": "string",
"MLSNumber": "string",
"PropertyTypeId": "string",
"PropertyType": {
"Id": "string",
"LWCompanyCode": "string",
"Code": "string",
"Name": "string",
"Default": true,
"ClassCode": "string",
"Class": "string",
"InactiveDate": "2026-05-04"
},
"ClassificationId": "string",
"Classification": {
"Id": "string",
"LWCompanyCode": "string",
"Code": "string",
"Name": "string",
"EndCount": 42.0,
"InactiveDate": "2026-05-04"
},
"StatusCode": "string",
"Status": "string",
"EntryDate": "2026-05-04",
"CloseDate": "2026-05-04",
"OfferDate": "2026-05-04",
"SellPrice": 42.0,
"LegalDescription": "string",
"MLSAddress": {
"StreetNumber": "string",
"StreetName": "string",
"StreetDirection": "string",
"Unit": "string",
"City": "string",
"ProvinceCode": "string",
"Province": "string",
"PostalCode": "string",
"CountryCode": "string",
"Country": "string"
},
"Tiers": [
{
"Id": "string",
"Name": "string",
"ClassificationId": "string",
"Classification": {
"Id": "string",
"LWCompanyCode": "string",
"Code": "string",
"Name": "string",
"EndCount": 42.0,
"InactiveDate": "2026-05-04"
},
"StatusCode": "string",
"Status": "string",
"SellPrice": 42.0,
"CloseDate": "2026-05-04",
"SellingCommission": 42.0,
"BuyingCommission": 42.0,
"TotalCommission": 42.0,
"AgentCommissions": [
{
"Id": "string",
"AgentId": "string",
"TeamLeaderId": "string",
"EndCode": "string",
"End": "string",
"EndCount": 42.0,
"CommissionPercentage": 42.0,
"Commission": 42.0,
"Agent": {
"Id": "string",
"OfficeId": "string",
"FirstName": "string",
"MiddleName": "string",
"LastName": "string"
},
"TeamLeader": {
"Id": "string",
"OfficeId": "string",
"FirstName": "string",
"MiddleName": "string",
"LastName": "string"
},
"CreatedTimestamp": "2026-05-04T09:42:00Z",
"ModifiedTimestamp": "2026-05-04T09:42:00Z",
"RowVersion": 42
}
],
"ExternalAgentCommissions": [
{
"Id": "string",
"ExternalAgentId": "string",
"EndCode": "string",
"End": "string",
"Commission": 42.0,
"ExternalAgent": {
"Id": "string",
"CRMId": "string",
"CRMCompanyContactId": "string",
"FirstName": "string",
"MiddleName": "string",
"LastName": "string",
"ContactTypeId": "string",
"ContactType": {
"Id": "string",
"LWCompanyCode": "string",
"Code": "string",
"Name": "string",
"CategoryCode": "string",
"InactiveDate": "2026-05-04"
},
"EndCode": "string",
"End": "string",
"CompanyName": "string",
"Addresses": [
{
"City": "string",
"Confidential": true,
"Country": "string",
"CountryCode": "string",
"Line1": "string",
"Line2": "string",
"Line3": "string",
"Line4": "string",
"PostalCode": "string",
"Province": "string",
"ProvinceCode": "string",
"Type": "string",
"TypeCode": "string"
}
],
"PhoneNumbers": [
{
"Confidential": true,
"Extension": "string",
"Number": "string",
"Primary": true,
"Type": "string",
"TypeCode": "string"
}
],
"EmailAddresses": [
{
"Address": "string",
"Confidential": true,
"Primary": true,
"Type": "string",
"TypeCode": "string"
}
],
"RowVersion": 42,
"AddressTypeCode": "string"
},
"CreatedTimestamp": "2026-05-04T09:42:00Z",
"ModifiedTimestamp": "2026-05-04T09:42:00Z",
"RowVersion": 42
}
],
"CreatedTimestamp": "2026-05-04T09:42:00Z",
"ModifiedTimestamp": "2026-05-04T09:42:00Z",
"RowVersion": 42
}
],
"ClientContacts": [
{
"Id": "string",
"CRMId": "string",
"FirstName": "string",
"MiddleName": "string",
"LastName": "string",
"ContactTypeId": "string",
"ContactType": {
"Id": "string",
"LWCompanyCode": "string",
"Code": "string",
"Name": "string",
"CategoryCode": "string",
"InactiveDate": "2026-05-04"
},
"Title": "string",
"Prefix": "string",
"Suffix": "string",
"CompanyName": "string",
"MarketingName": "string",
"NickName": "string",
"LegalName": "string",
"FormerName": "string",
"GenderCode": "string",
"Gender": "string",
"SourceOfBusinessId": "string",
"SourceOfBusiness": {
"Id": "string",
"LWCompanyCode": "string",
"Code": "string",
"Name": "string",
"InactiveDate": "2026-05-04"
},
"Addresses": [
{
"City": "string",
"Confidential": true,
"Country": "string",
"CountryCode": "string",
"Line1": "string",
"Line2": "string",
"Line3": "string",
"Line4": "string",
"PostalCode": "string",
"Province": "string",
"ProvinceCode": "string",
"Type": "string",
"TypeCode": "string"
}
],
"PhoneNumbers": [
{
"Confidential": true,
"Extension": "string",
"Number": "string",
"Primary": true,
"Type": "string",
"TypeCode": "string"
}
],
"EmailAddresses": [
{
"Address": "string",
"Confidential": true,
"Primary": true,
"Type": "string",
"TypeCode": "string"
}
],
"CreatedTimestamp": "2026-05-04T09:42:00Z",
"ModifiedTimestamp": "2026-05-04T09:42:00Z",
"RowVersion": 42,
"SendMovingWolfEmails": true,
"ShouldReceiveMovingWolfEmails": true,
"MovingWolfEmailsSendingAgentId": 42
}
],
"BusinessContacts": [
{
"Id": "string",
"CRMId": "string",
"CRMCompanyContactId": "string",
"FirstName": "string",
"MiddleName": "string",
"LastName": "string",
"ContactTypeId": "string",
"ContactType": {
"Id": "string",
"LWCompanyCode": "string",
"Code": "string",
"Name": "string",
"CategoryCode": "string",
"InactiveDate": "2026-05-04"
},
"EndCode": "string",
"End": "string",
"CompanyName": "string",
"Addresses": [
{
"City": "string",
"Confidential": true,
"Country": "string",
"CountryCode": "string",
"Line1": "string",
"Line2": "string",
"Line3": "string",
"Line4": "string",
"PostalCode": "string",
"Province": "string",
"ProvinceCode": "string",
"Type": "string",
"TypeCode": "string"
}
],
"PhoneNumbers": [
{
"Confidential": true,
"Extension": "string",
"Number": "string",
"Primary": true,
"Type": "string",
"TypeCode": "string"
}
],
"EmailAddresses": [
{
"Address": "string",
"Confidential": true,
"Primary": true,
"Type": "string",
"TypeCode": "string"
}
],
"CreatedTimestamp": "2026-05-04T09:42:00Z",
"ModifiedTimestamp": "2026-05-04T09:42:00Z",
"RowVersion": 42
}
],
"Conditions": [
{
"Id": "string",
"Description": "string",
"DueDate": "2026-05-04",
"ApprovedDate": "2026-05-04",
"CreatedTimestamp": "2026-05-04T09:42:00Z",
"ModifiedTimestamp": "2026-05-04T09:42:00Z",
"RowVersion": 42
}
],
"Task": [
{
"Id": "string",
"LoadingDocsTaskId": "string",
"Title": "string",
"DueDate": "2026-05-04",
"Reminder": true,
"ReminderSentTimestamp": "2026-05-04T09:42:00Z",
"CompletedDate": "2026-05-04",
"CreatedTimestamp": "2026-05-04T09:42:00Z",
"ModifiedTimestamp": "2026-05-04T09:42:00Z",
"RowVersion": 42
}
],
"CreatedTimestamp": "2026-05-04T09:42:00Z",
"ModifiedTimestamp": "2026-05-04T09:42:00Z",
"TransactionChangedTimestamp": "2026-05-04T09:42:00Z",
"RowVersion": 42
}
Response examples (400)
{
"Code": 42,
"Message": "string",
"Details": "string"
}
Response examples (404)
{
"Code": 42,
"Message": "string",
"Details": "string"
}