app_categories__get
Retrieve details for a single app category using its unique ID. Optionally include related subcategories or parent category in a single request to reduce API calls.
Instructions
Read one app category by ID. [GET /v1/appCategories/{id}]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID from the matching list call. | |
| include | No | comma-separated list of relationships to include Pull related records in the same call. Without it, checking a relationship costs one extra call per row returned. | |
| fields_appCategories | No | the fields to include for returned resources of type appCategories Return only these attributes. A full row set can exceed 200 KB. |