Endpoints
Method |
Path |
Return Model |
Summary |
---|---|---|---|
GET |
List all endpoints. |
||
GET |
List available endoints for a given endpoint technology. |
||
GET |
Details for an endpoint. |
GET /endpoints
List all endpoints.
GET /endpoints/{tech}
List available endoints for a given endpoint technology.
Path parameters
- tech: string - Technology of the endpoints (sip,iax2,...)
Error Responses
- 404 - Endpoints not found
GET /endpoints/{tech}/{resource}
Details for an endpoint.
Path parameters
- tech: string - Technology of the endpoint
- resource: string - ID of the endpoint
Error Responses
- 404 - Endpoints not found