GET api/package/{id}

This method returns the details of a specified package

Error Messages
  • 404/Not Found - Package with ID x not found - Specified ID has no package assigned to it

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id Filter by Package ID integer

Required

Body Parameters

None.

Response Information

Resource Description

PackageDetailView
NameDescriptionTypeAdditional information
Customers List of customers of the specified package Collection of string

None.

LastUpdated The date/time that the package was last updated date

None.

Id The ID of the Package integer

None.

UsageCount The number of sites, that the user has permission to see, using the package integer

None.

Name The name of the package string

None.

IsConsumer Indicates whether the package is a consumer package boolean

None.