Resources
Get Resource
Returns the full details for a single published resource.
GET
Get Resource
Get Resource
Returns the complete details for a single published resource, including configuration, pricing, images, and custom fields.Authentication
No authentication required.Path Parameters
number
required
Numeric identifier of the resource.
Query Parameters
string
Comma-separated list of field paths to include in the response. When provided, only the
specified fields are returned — useful for reducing payload size. Supports nested paths
using dot notation. Example:
_shape=Name,Description,ResourceTypeName,Price,PriceFormatted,Allocation.Response
Returns aResource object with the full resource configuration. See Resource Details for the complete field reference.