This end-point fetches effective max counts for list of resources.
Fetches effective max counts on the basis of various filters. If uuids is present then rest of the fields are not honoured.
ApiScope: manage.calendar.read
API Scope Level: ServiceSubscriberScope
application/json
Request Body required
resources object
startDateTime string
endDateTime string
purposeName string
platform string
Possible values: [DEALER_APP
, WEB
, MOBILE_APP
, DMS
, TRANSPORTATION_EVENTS_CONSUMER
]
counts int32[]
Responses
- 200
- 400
- 401
- 403
- 500
OK
application/json
application/x-protobuf
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
maxCountMap object
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string",
"maxCountMap": {}
}
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
apiRequestId string
maxCountMap object
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string",
"maxCountMap": {}
}
Bad Request
application/json
Schema
Example (from schema)
Schema
errors object[]
warnings object[]
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
errors object[]
warnings object[]
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
errors object[]
warnings object[]
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
errors object[]
warnings object[]
apiRequestId string
{
"errors": [
{
"errorCode": 0,
"errorTitle": "string",
"errorMessage": "string"
}
],
"warnings": [
{
"warningCode": 0,
"warningTitle": "string",
"warningMessage": "string"
}
],
"apiRequestId": "string"
}
POST /v2/calendar/max-count
Authorization
name: basicAuthtype: httpscheme: basic
Request
Request
curl / cURL
curl -L -X POST '/manage/v2/calendar/max-count' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"resources": {},
"startDateTime": "string",
"endDateTime": "string",
"purposeName": "string",
"platform": "DEALER_APP",
"counts": [
0
]
}'
python / requests
curl -L -X POST '/manage/v2/calendar/max-count' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"resources": {},
"startDateTime": "string",
"endDateTime": "string",
"purposeName": "string",
"platform": "DEALER_APP",
"counts": [
0
]
}'
go / native
curl -L -X POST '/manage/v2/calendar/max-count' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"resources": {},
"startDateTime": "string",
"endDateTime": "string",
"purposeName": "string",
"platform": "DEALER_APP",
"counts": [
0
]
}'
nodejs / axios
curl -L -X POST '/manage/v2/calendar/max-count' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"resources": {},
"startDateTime": "string",
"endDateTime": "string",
"purposeName": "string",
"platform": "DEALER_APP",
"counts": [
0
]
}'
ruby / Net::HTTP
curl -L -X POST '/manage/v2/calendar/max-count' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"resources": {},
"startDateTime": "string",
"endDateTime": "string",
"purposeName": "string",
"platform": "DEALER_APP",
"counts": [
0
]
}'
csharp / RestSharp
curl -L -X POST '/manage/v2/calendar/max-count' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"resources": {},
"startDateTime": "string",
"endDateTime": "string",
"purposeName": "string",
"platform": "DEALER_APP",
"counts": [
0
]
}'
php / cURL
curl -L -X POST '/manage/v2/calendar/max-count' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"resources": {},
"startDateTime": "string",
"endDateTime": "string",
"purposeName": "string",
"platform": "DEALER_APP",
"counts": [
0
]
}'
java / OkHttp
curl -L -X POST '/manage/v2/calendar/max-count' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"resources": {},
"startDateTime": "string",
"endDateTime": "string",
"purposeName": "string",
"platform": "DEALER_APP",
"counts": [
0
]
}'
powershell / RestMethod
curl -L -X POST '/manage/v2/calendar/max-count' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
--data-raw '{
"resources": {},
"startDateTime": "string",
"endDateTime": "string",
"purposeName": "string",
"platform": "DEALER_APP",
"counts": [
0
]
}'