routing_app_coverages__get
Retrieve a specific routing app coverage record by its ID. Optionally include related app store version data in a single call to reduce API requests.
Instructions
Read one routing app coverage by ID. [GET /v1/routingAppCoverages/{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_routingAppCoverages | No | the fields to include for returned resources of type routingAppCoverages Return only these attributes. A full row set can exceed 200 KB. |