v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1438230222.0 KB

Returns the template information for a specific object type.

A template is a predefined ProfileObjectType, such as “Salesforce-Account” or “Salesforce-Contact.” When a user sends a ProfileObject, using the PutProfileObject API, with an ObjectTypeName that matches one of the TemplateIds, it uses the mappings from the template.

get/templates/{TemplateId}

Path parameters

TemplateIdstring required

A unique identifier for the object template.

Response

Success

TemplateIdstring

A unique identifier for the object template.

SourceNamestring

The name of the source of the object template.

SourceObjectstring

The source of the object template.

AllowProfileCreationboolean

Indicates whether a profile should be created when data is received if one doesn’t exist for an object of this type. The default is <code>FALSE</code>. If the AllowProfileCreation flag is set to <code>FALSE</code>, then the service tries to fetch a standard profile and associate this object with the profile. If it is set to <code>TRUE</code>, and if no match is found, then the service creates a new standard profile.

SourceLastUpdatedTimestampFormatstring

The format of your <code>sourceLastUpdatedTimestamp</code> that was previously set up.

Fieldsobject

A map of the name and ObjectType field.

Keysobject

A list of unique keys that can be used to map data to the profile.