GET api/site/{id}/package

This API method returns a list of packages for the specified site id.

Error Messages
  • 404/NotFound: Site with id = X not found - Specified ID is not assigned to a site
  • 404/NotFound: Site id X package not found - Specified package ID is not assigned

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id Siteid - The unique identifier for the Site being queried. integer

Required

Body Parameters

None.

Response Information

Resource Description

PackageView
NameDescriptionTypeAdditional information
Id The Site ID 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 this package is this a consumer package boolean

None.