- URL:
- https://<root>/services/types
- Methods:
GET- Version Introduced:
- 12.0
Description
The types resource provides metadata about all service types and extensions that can be enabled on each service type. In ArcGIS Video Server, this only outputs video services.
Request parameters
| Parameter | Details |
|---|---|
(Required) | The response format. The default response format is Values: |
(Required) | Users interacting programmatically with this endpoint must generate a token that must be included as a request parameter. A token can be obtained using the Generate Token operation. |
Example usage
The following is a sample request URL used to access the types resource:
https://organization.example.com/<context>/admin/services/types?f=pjsonJSON Response example
{"types": [{
"DisplayName": "Video Service",
"Name": "VideoServer"
}]}