GET
/
projects
/
{projectIdOrName}
/
integrations
/
{integrationId}
/
objects
/
{objectName}
/
metadata
curl --request GET \
  --url https://api.withampersand.com/v1/projects/{projectIdOrName}/integrations/{integrationId}/objects/{objectName}/metadata \
  --header 'X-Api-Key: <api-key>'
{
  "name": "contact",
  "displayName": "Contact",
  "mappedObjectName": "people",
  "fields": {}
}

Authorizations

X-Api-Key
string
header
required

Path Parameters

projectIdOrName
string
required

The unique identifier or name of the project.

integrationId
string
required

The integration ID.

objectName
string
required

Object name (mapped or unmapped)

Query Parameters

groupRef
string

The groupRef for the installation

Response

200
application/json

The retrieved object metadata

The response is of type object.