This is an old revision of the document!


Types API Function

This function is used to list all of the different capture types available.

Endpoint

//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"}
]