# Contacts get **GET /v1/Contacts** ## 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]) - **contactId** (string(uuid)) - **personId** (string(uuid) | null) - **transactionId** (string(uuid)) - **slot** (integer(int32) | null) - **crmId** (integer(int32) | null) - **crmEmailId** (integer(int32) | null) - **crmPhoneId** (integer(int32) | null) - **crmCellPhoneId** (integer(int32) | null) - **crmWorkPhoneId** (integer(int32) | null) - **crmFaxId** (integer(int32) | null) - **crmAddressId** (integer(int32) | null) - **prefix** (string | null) - **suffix** (string | null) - **firstname** (string | null) - **middlename** (string | null) - **lastname** (string | null) - **email** (string | null) - **phone** (string | null) - **cellPhone** (string | null) - **workPhone** (string | null) - **fax** (string | null) - **agentId** (string | null) - **agentLicense** (string | null) - **companyName** (string | null) - **officeId** (string | null) - **officeLicense** (string | null) - **escrowNumber** (string | null) - **address1** (string | null) - **address2** (string | null) - **address3** (string | null) - **address4** (string | null) - **locality** (string | null) - **region** (string | null) - **postalCode** (string | null) - **llcPoa** (string | null) - **country** (string | null) - **contactType** (integer(int32)) - **createdDate** (string(date-time) | null) - **updatedDate** (string(date-time) | null) - **isDeleted** (boolean) [Powered by Bump.sh](https://bump.sh)