### GET /targetgroups/{id} Source: https://apidocs.agillic.net/targetgroups/openapi Returns latest performed population count. ```markdown ### Parameters - **id** (string, path, required): Target group name ### Responses #### 200 - OK **TargetGroupPopulation** - **name** (string) - **population** (integer (int32)) - **populationTimestamp** (string) **TargetGroupPopulation** #### 500 - Internal Server Error Internal Server Error ### Example Usage ```bash curl -X GET "https://api-eu1.agillic.net/targetgroups/{id}" ``` ``` -------------------------------- ### API Overview: Target groups API Source: https://apidocs.agillic.net/targetgroups/openapi OpenAPI specification version 2.0 ```yaml # Target groups API # Version: 2.0 OpenAPI specification # Base URL: https://api-eu1.agillic.net ``` -------------------------------- ### Schema: TargetGroupPopulation Source: https://apidocs.agillic.net/targetgroups/openapi Target Group object ```markdown ## Schema: TargetGroupPopulation Target Group object **Type:** object - **name** (string) - **population** (integer (int32)) - **populationTimestamp** (string) ``` -------------------------------- ### Security: basicAuth Source: https://apidocs.agillic.net/targetgroups/openapi Security scheme: basicAuth ```markdown ## Security: basicAuth **Description:** Security scheme: basicAuth **Type:** http **Scheme:** basic ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.