Get DealerAssociates For dealer Uuids and applied Filters per page in a specific order
find list of dealerAssociates for given dealerUuids and some filters requested, also these results will be sorted based on the field specified in requests, the filters applied can be any of these outOfOffice status, InviteStatus, rowStart, numberOfRows, searchName, roleUuids the sorting will be done on field sortField and sortType can be ASC or DESC
Path Parameters
page string required
page number
Query Parameters
showAllResults boolean required
show all results without pagination
application/json
Request Body required
dealerUuids string[]
validate boolean
outOfOffice string[]
Possible values: [IN_OFFICE
, OUT_OF_OFFICE
]
inviteStatus string[]
Possible values: [ACTIVE
, PENDING
, INACTIVE
]
sortField string
sortType string
rowStart string
numberOfRows string
searchName string
roleUuids string[]
doNotValidate boolean
Responses
- 200
- 400
- 401
- 403
- 500
OK
application/json
application/x-protobuf
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
apiRequestId string
dealerAssociates object
property name* object[]
id int64
uuid string
userUuid string
firstName string
lastName string
cellPhone string
textNumber string
emailAddress string
nickname string
associateDmsID string
imageUrl string
isValid boolean
bio string
defaultThreadOwnerUserUUID string
userInviteStatus string
outOfOffice string
outOfOfficeStartDate string
department object
id int64
name string
uuid string
calendarUuid string
brokerNumber string
communicationGroup string
departmentType string
phoneNumber string
textNumber string
emailAddress string
contactFName string
contactLName string
dealer object
id int64
name string
uuid string
isValid boolean
role object
roleName string
roleAcronym string
totalPages int32
totalElements int64
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string",
"dealerAssociates": {},
"totalPages": 0,
"totalElements": 0
}
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
apiRequestId string
dealerAssociates object
property name* object[]
id int64
uuid string
userUuid string
firstName string
lastName string
cellPhone string
textNumber string
emailAddress string
nickname string
associateDmsID string
imageUrl string
isValid boolean
bio string
defaultThreadOwnerUserUUID string
userInviteStatus string
outOfOffice string
outOfOfficeStartDate string
department object
id int64
name string
uuid string
calendarUuid string
brokerNumber string
communicationGroup string
departmentType string
phoneNumber string
textNumber string
emailAddress string
contactFName string
contactLName string
dealer object
id int64
name string
uuid string
isValid boolean
role object
roleName string
roleAcronym string
totalPages int32
totalElements int64
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string",
"dealerAssociates": {},
"totalPages": 0,
"totalElements": 0
}
Bad Request
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
Unauthorized
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
Forbidden
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
Internal Server Error
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
Loading...