Get DealerAssociate Groups for filters
Get DealerAssociate Groups for filters
Path Parameters
ServiceSubscriberDepartment string required
Query Parameters
includeInvalid boolean
application/json
Request Body required
dealerAssociateUuidList DA UUIDs for which you want to filter the DA Groups returned. Only DA Groups having these DA as members will be returned. When nothing is passed this filter will not be appllied[]
daGroupPurposeTypeKeys DA GROUP Purpose Type Keys for which you want to filter the DA Groups returned. Only DA Groups belonging to this category will be returrned. When nothing is passed this filter will not be appllied[]
dealerAssociateGroupUuids DA GROUP UUIDs for which you want to filter the DA Groups returned. When nothing is passed this filter will not be appllied[]
Responses
- 200
- 400
- 401
- 403
- 500
OK
application/json
application/x-protobuf
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
- Array [
- Array [
- ]
- Array [
- Array [
- ]
- ]
- Array [
- ]
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
apiRequestId string
dealerAssociateGroups object[]
name string
uuid string
virtualDealerAssociateUuid string
virtualDealerAssociateIdentifier object
userUUID string
departmentUUID string
dealerAssociateUuids string[] deprecated
dealerAssociateIdentifiers object[]
userUUID string
departmentUUID string
groupPhoneNumber string
valid boolean
defaultCommunicationDealerAssociateGroup boolean
defaultDealerAssociateUuid string
defaultDealerAssociateIdentifier object
userUUID string
departmentUUID string
purposesList object[]
key The key which is a unique identifier for a group purpose type. Can only contain lowercase characters and "-","_"
name The name for the group purpose type
authorities object[]
authority string
description string
uuid string
dealerAssociateGroupAuthorities object[]
authority string
description string
virtualDealerAssociateUserUuid string
enableGroupThreadOwnership boolean
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string",
"dealerAssociateGroups": [
{
"name": "string",
"uuid": "string",
"virtualDealerAssociateUuid": "string",
"virtualDealerAssociateIdentifier": {
"userUUID": "string",
"departmentUUID": "string"
},
"dealerAssociateIdentifiers": [
{
"userUUID": "string",
"departmentUUID": "string"
}
],
"groupPhoneNumber": "string",
"valid": true,
"defaultCommunicationDealerAssociateGroup": true,
"defaultDealerAssociateUuid": "string",
"defaultDealerAssociateIdentifier": {
"userUUID": "string",
"departmentUUID": "string"
},
"purposesList": [
{
"key": "string",
"name": "string",
"authorities": [
{
"authority": "string",
"description": "string"
}
],
"uuid": "string"
}
],
"dealerAssociateGroupAuthorities": [
{
"authority": "string",
"description": "string"
}
],
"virtualDealerAssociateUserUuid": "string",
"enableGroupThreadOwnership": true
}
]
}
Schema
Example (from schema)
Schema
- Array [
- ]
- Array [
- ]
- Array [
- Array [
- ]
- Array [
- Array [
- ]
- ]
- Array [
- ]
- ]
errors object[]
errorCode int32
errorTitle string
errorMessage string
warnings object[]
warningCode int32
warningTitle string
warningMessage string
apiRequestId string
dealerAssociateGroups object[]
name string
uuid string
virtualDealerAssociateUuid string
virtualDealerAssociateIdentifier object
userUUID string
departmentUUID string
dealerAssociateUuids string[] deprecated
dealerAssociateIdentifiers object[]
userUUID string
departmentUUID string
groupPhoneNumber string
valid boolean
defaultCommunicationDealerAssociateGroup boolean
defaultDealerAssociateUuid string
defaultDealerAssociateIdentifier object
userUUID string
departmentUUID string
purposesList object[]
key The key which is a unique identifier for a group purpose type. Can only contain lowercase characters and "-","_"
name The name for the group purpose type
authorities object[]
authority string
description string
uuid string
dealerAssociateGroupAuthorities object[]
authority string
description string
virtualDealerAssociateUserUuid string
enableGroupThreadOwnership boolean
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string",
"dealerAssociateGroups": [
{
"name": "string",
"uuid": "string",
"virtualDealerAssociateUuid": "string",
"virtualDealerAssociateIdentifier": {
"userUUID": "string",
"departmentUUID": "string"
},
"dealerAssociateIdentifiers": [
{
"userUUID": "string",
"departmentUUID": "string"
}
],
"groupPhoneNumber": "string",
"valid": true,
"defaultCommunicationDealerAssociateGroup": true,
"defaultDealerAssociateUuid": "string",
"defaultDealerAssociateIdentifier": {
"userUUID": "string",
"departmentUUID": "string"
},
"purposesList": [
{
"key": "string",
"name": "string",
"authorities": [
{
"authority": "string",
"description": "string"
}
],
"uuid": "string"
}
],
"dealerAssociateGroupAuthorities": [
{
"authority": "string",
"description": "string"
}
],
"virtualDealerAssociateUserUuid": "string",
"enableGroupThreadOwnership": true
}
]
}
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...