Get Endpoint Properties Using GET
Get endpoint properties with the given endpoint type
Request
URI
GET
https://{api_host}/codestream/api/endpoint-tiles/{type}
COPY
Path Parameters
string
type
Required
type
Query Parameters
string
apiVersion
Optional
The version of the API in yyyy-MM-dd format (UTC). For versioning information please refer to /codestream/api/about
Responses
200
'Success' with endpoint properties
Operation doesn't return any data structure
401
Unauthorized Request
Operation doesn't return any data structure
403
Forbidden
Operation doesn't return any data structure
404
Not Found
Operation doesn't return any data structure
500
Server Error
Operation doesn't return any data structure
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/codestream/api/endpoint-tiles/{type}
On This Page
Endpoints Operations
GET
Get Using GET
GET
Get Endpoint Tiles Using GET
GET
Get Endpoint Properties Using GET
POST
Validate Endpoint Using POST
GET
Get All Using GET
POST
Create Using POST 1
GET
Get By Id Using GET
PUT
Update By Id Using PUT 1
DELETE
Delete Using DELETE 1
GET
Get By Name Using GET
PUT
Update By Name Using PUT 1
DELETE
Delete Using DELETE 2