# Transactions get **GET /v1/Transactions** ## Servers - https://api.pre.lwolf.com/transact-workflow: https://api.pre.lwolf.com/transact-workflow () ## Parameters ### Headers - **on-behalf-of** (string) On behalf of user ### Query parameters - **select** (string) Limits the properties returned in the result. - **expand** (string) Indicates the related entities to be represented inline. The maximum depth is 2. - **filter** (string) Restricts the set of items returned. The maximum number of expressions is 100. The allowed functions are: allfunctions. - **orderby** (string) Specifies the order in which items are returned. The maximum number of expressions is 5. - **top** (integer(int32)) Limits the number of items returned from a collection. The maximum value is 100. - **skip** (integer(int32)) Excludes the specified number of items of the queried collection from the result. - **count** (boolean) Indicates whether the total count of items within a collection are returned in the result. ## Responses ### 200 OK #### Body: application/json (array[object]) - **transactionId** (string(uuid)) - **opportunityId** (string(uuid)) - **userId** (string(uuid)) - **address1** (string | null) - **address2** (string | null) - **address3** (string | null) - **address4** (string | null) - **locality** (string | null) - **region** (string | null) - **subRegion** (string | null) - **postalCode** (string | null) - **country** (string | null) - **legalDescription** (string | null) - **propertyIncludes** (string | null) - **propertyExcludes** (string | null) - **taxNumber** (string | null) - **mlsNumber** (string | null) - **note** (string | null) - **schoolDistrict** (string | null) - **zoningClass** (string | null) - **yearBuilt** (integer(int32) | null) - **phase** (integer(int32)) - **propertyType** (integer(int32)) - **price** (number(double) | null) - **taxes** (number(double) | null) - **isDeleted** (boolean) - **reviewStatus** (integer(int32)) - **createdDate** (string(date-time) | null) - **updatedDate** (string(date-time) | null) - **deletedDate** (string(date-time) | null) - **listingExpiration** (string(date-time) | null) - **listingGoesLive** (string(date-time) | null) - **phaseUpdatedDate** (string(date-time) | null) - **imagePath** (string | null) - **boNumber** (string | null) - **crmContactId** (integer(int32) | null) - **crmOpportunityId** (integer(int32) | null) [Powered by Bump.sh](https://bump.sh)