<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@empathyco/x-adapter-platform](./x-adapter-platform.md) &gt; [PlatformIdentifierResultsResponse](./x-adapter-platform.platformidentifierresultsresponse.md)

## PlatformIdentifierResultsResponse interface

Response for the `identifier results` endpoint.

**Signature:**

```typescript
export interface PlatformIdentifierResultsResponse 
```

## Properties

<table><thead><tr><th>

Property


</th><th>

Modifiers


</th><th>

Type


</th><th>

Description


</th></tr></thead>
<tbody><tr><td>

[catalog](./x-adapter-platform.platformidentifierresultsresponse.catalog.md)


</td><td>


</td><td>

{ content: [PlatformResult](./x-adapter-platform.platformresult.md)<!-- -->\[\]; tagging: { query: string; }; }


</td><td>


</td></tr>
</tbody></table>

