GET api/site/{id}/freeminutes

This method returns any Free Minute Plans for the specified site

Error messages
  • 404/NotFound:Site with id = X not found
  • 404/NotFound: No freeminute information for site with id = X

Request Information

URI Parameters

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

Required

Body Parameters

None.

Response Information

Resource Description

SiteFreeMinutesView
NameDescriptionTypeAdditional information
FreeMinutesFromPackage Indicates whether the Free Minutes on this site has been taken from a package boolean

None.

FreeMinutesPlans List of Free Minute plans on the site Collection of FreeMinutesPlan

None.