====Types API Function====
This function is used to list all of the different [[capture type|capture types]] available via the [[api_documentation|Capture API]].
===Endpoint===
/capture/types
For example, the full URL on the server **mycompanyname** in site **default** would be....
https://mycompanyname/s/default/capture/types
===Parameters===
**format**: //json// or //xml//.
===Response===
The response includes the human-readable name and the internal ID (used in other API functions) of each capture type.
[
{"code":"dailykpis","name":"Daily Painting KPIs"},
{"code":"batches","name":"Machine Batch Settings"},
{"code":"manual","name":"Manual Tests"}
]