# Get Transaction Summary **GET /v1/transactions/{transactionId}/summary** ## Servers - https://api.lwolf.com/backoffice: https://api.lwolf.com/backoffice () ## Parameters ### Path parameters - **transactionId** (string(uuid)) The id of the transaction. ## Responses ### 200 Request succeeded. #### Body: application/json (object) - **id** (string(uuid)) The unique id. - **createdTimestamp** (string(date-time) | null) The date and time of creation in UTC time. - **modifiedTimestamp** (string(date-time) | null) The date and time last modification in UTC time. - **number** (string | null) The number assigned to the transaction. - **mlsNumber** (string | null) The MLS number for the listing associated with the transaction. - **statusCode** (string | null) The code for the status of the transaction. - **addressStreetNumber** (string | null) The street number. - **addressStreetName** (string | null) The street name. - **addressStreetDirection** (string | null) The street direction. - **addressUnitNumber** (string | null) The unit number. - **addressCity** (string | null) The city. - **addressProvinceCode** (string | null) The two character state or province code. - **addressPostalCode** (string | null) The postal code. This will be unformatted. - **classificationId** (string(uuid) | null) The id of the classification. - **classificationName** (string | null) The name of the classification. - **propertyTypeId** (string(uuid) | null) The id of the property type. - **propertyTypeName** (string | null) The name of the property type. - **offerDate** (string(date) | null) The date an offer was made. - **closeDate** (string(date) | null) The date the transaction closed. - **closePrice** (number(double) | null) The price. - **finalizeDate** (string(date) | null) The date the transaction was finalized and all the agents were paid. - **firmDate** (string(date) | null) The date the transaction was firmed up, meaning all conditions were met and the transaction is moving forward. - **tiers** (array[object] | null) A collection of tiers. ### 400 Invalid request. See response body for details. #### Body: application/json (object) - **id** (string) The unique identifier for the error. - **code** (integer(int32)) A code used to help identify the type of error. This is typically set to the same value as the http status code. - **message** (string) A summary or short message describing the error. - **details** (array[string] | null) A list of more detailed errors messages. ### 401 Unauthorized. See response body for details. #### Body: application/json (object) - **id** (string) The unique identifier for the error. - **code** (integer(int32)) A code used to help identify the type of error. This is typically set to the same value as the http status code. - **message** (string) A summary or short message describing the error. - **details** (array[string] | null) A list of more detailed errors messages. ### 403 Permission denied. See response body for details. #### Body: application/json (object) - **id** (string) The unique identifier for the error. - **code** (integer(int32)) A code used to help identify the type of error. This is typically set to the same value as the http status code. - **message** (string) A summary or short message describing the error. - **details** (array[string] | null) A list of more detailed errors messages. ### 404 Not found. See response body for details. #### Body: application/json (object) - **id** (string) The unique identifier for the error. - **code** (integer(int32)) A code used to help identify the type of error. This is typically set to the same value as the http status code. - **message** (string) A summary or short message describing the error. - **details** (array[string] | null) A list of more detailed errors messages. [Powered by Bump.sh](https://bump.sh)