GET api/site/{SiteID}/EndPoint/{EndPointID}/Numbers

The purpose of this method is to get an entire list of the numbers on a specified endpoint

Error Messages
  • 500/InternalServerError: Error retrieving endpoint numbers from endpoint with id = x
  • 404/Not Found: Error retrieving endpoint numbers from endpoint with id = x
  • 403/Forbidden: EndPointId x is not mapped to SiteID y

Request Information

URI Parameters

NameDescriptionTypeAdditional information
SiteID The unique identifier for the contract being queried. integer

Required

EndPointID The ID of the endpoint the numbers will be collected from integer

Required

Body Parameters

None.

Response Information

Resource Description

List of EndpointNumberSummary

Collection of EndpointNumberSummary
NameDescriptionTypeAdditional information
Number The Endpoint number string

None.

EndpointNumberID The Endpoint number ID integer

None.