Get package logs for a specific package version id

get

/appstore/publisher/v2/applications/{listingVersionId}/packages/{packageVersionId}/packagelogs

Fetches the packagelogs of an applications's package version id.

Request

Path Parameters
Query Parameters
  • Limit tells how many records to return (starting from the offset). Limit should be greater than zero and less than or equal to 100 (default=30).
  • Unique identifier to fetch logs. possible values are validationresults, testinstalllogs.
  • Offset and limit together determine how many records to return from the collection. Offset is the starting index of the records to return, which should be greater than or equal to zero (default=0).
Back to Top

Response

Supported Media Types

200 Response

Successful Operation
Body ()
Root Schema : CollectionEntityPackageLogsV2
Type: object
Show Source
Nested Schema : items
Type: array
Show Source
Nested Schema : PackageLogs
Type: object
Show Source
Nested Schema : Item
Type: object
Show Source

400 Response

Invalid Parameter Value/Bad Request

401 Response

Not Authorized

404 Response

Entity Not Found

500 Response

System Error
Back to Top

Examples

@Get-Application-V2-package-packagelogs.html Back to Top