findAllStudioAssetAdoptionTrackingEvents

SecurityAuthorization
Request
query Parameters
appName
string (StudioAppName)

Type of adoption tracking event

Enum: "APPS" "STUDIO"
Example: appName=APPS
pageNumber
integer <int32> >= 0
Default: 0

Page number to be retrieved, starts with 0

pageSize
integer <int32> [ 1 .. 200 ]
Default: 200

Limit of results per page

Example: pageSize=200
from
string <date>

Date Time ISO 8601 yyyy-MM-dd

Example: from=2022-01-01
to
string <date>

Date Time ISO 8601 yyyy-MM-dd

Example: to=2022-01-31
Responses
200

A JSON object representing the paginated results.

204

No Content

400

Bad Request. Please check the response contents for an explanation of the cause.

401

Unauthorized. Please check whether your API key or application key has sufficient permissions. In case you are unsure, please refer the documentation on application keys and permissions.

403

Forbidden

500

An internal error happened. Please forward the associated error ID along with any helpful information to our support

get/platform-adoption/api/external/adoption-tracking-events/STUDIO_ASSET
Response samples
application/json
{
  • "content": [
    ],
  • "pageNumber": 0,
  • "pageSize": 0,
  • "totalCount": 0
}