Get an app interface
Returns one of a connector app’s interfaces by id. The app must be installed by the caller’s company. The interface is fetched live from the connector’s server.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
the app id
Identifier of the interface, as returned by the interface listing endpoints.
Response
OK
Identifier of the interface, unique within the app. The same identifiers are returned by GET /datasets/{dataset_id}/interfaces, so results from the two endpoints can be joined.
Human-readable name of the interface.
ID of the installed app that owns this interface.
Interface metadata.
JSON Schema for the interface's quick settings, used as the quick_settings object when configuring a connection to this interface. May embed a uischema key describing how the platform UI renders the settings form.
The interface's collaboration policy, a JSON Schema metaschema that dataset schemas are validated against (as by GET /datasets/{dataset_id}/interfaces). Note this document can be large. Absent when the interface accepts any dataset schema.

