gets license history for given DealerGroup and Product
gets license history for given DealerGroup and Product
Path Parameters
dealerGroupUuid string required
productUuid string required
Query Parameters
page int32 required
page number
maxResults int32 required
max result size
application/json
Request Body required
changeTypes string[]
Possible values: [TOTAL
, ASSIGNMENT
]
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
licenseHistories object[]
businessLicenseUuid string
changedByUserUuid string
serviceSubscriberUuid string
serviceSubscriberName string
changeType string
Possible values: [TOTAL
, ASSIGNMENT
]
changedOn string
oldValue string
oldValueName string
changeValue string
changeByName string
changeToName string
action string
Possible values: [ASSIGN
, UNASSIGN
, COUNT
]
totalPages int32
totalElements int64
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string",
"licenseHistories": [
{
"businessLicenseUuid": "string",
"changedByUserUuid": "string",
"serviceSubscriberUuid": "string",
"serviceSubscriberName": "string",
"changeType": "TOTAL",
"changedOn": "string",
"oldValue": "string",
"oldValueName": "string",
"changeValue": "string",
"changeByName": "string",
"changeToName": "string",
"action": "ASSIGN"
}
],
"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
licenseHistories object[]
businessLicenseUuid string
changedByUserUuid string
serviceSubscriberUuid string
serviceSubscriberName string
changeType string
Possible values: [TOTAL
, ASSIGNMENT
]
changedOn string
oldValue string
oldValueName string
changeValue string
changeByName string
changeToName string
action string
Possible values: [ASSIGN
, UNASSIGN
, COUNT
]
totalPages int32
totalElements int64
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string",
"licenseHistories": [
{
"businessLicenseUuid": "string",
"changedByUserUuid": "string",
"serviceSubscriberUuid": "string",
"serviceSubscriberName": "string",
"changeType": "TOTAL",
"changedOn": "string",
"oldValue": "string",
"oldValueName": "string",
"changeValue": "string",
"changeByName": "string",
"changeToName": "string",
"action": "ASSIGN"
}
],
"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...