Footer Section
Explore

Gets all fields of an object from Conga.
Tenant name
The URL of the org instance
The source module/application, such as "clm", "cc", or "cfs"
User ID of the logged-in user
Full name of the logged-in user
curl --request GET \--url https://idd_url/idd/api/v2/tenantId/services/fields \--header 'Accept: application/json' \--header 'X-API-Key: 123'
1[2{3"label": "Record ID",4"name": "Id",5"type": "id"6},7{8"label": "Owner ID",9"name": "OwnerId",10"type": "reference"11},12{13"label": "Deleted",14"name": "IsDeleted",15"type": "boolean"16},17{18"label": "Agreement Name",19"name": "Name",20"type": "string"21},22{23"label": "Currency ISO Code",24"name": "CurrencyIsoCode",25"type": "picklist"26}27]