GET /organizations/objects/definitions
Retrieve a list of organization level common resources.
Response Fields
systemOnly | Boolean. true indicates a prebuilt template. |
Response Fields
objectName | The name of the new common object. |
fields | An object containing the field names and data types of the common object. |
path | The name of the field. |
type | The data type of the field. |
level | The level at which the mapping exists, either organization , account , or instance . |
Example Request
curl -X GET \
https://api.openconnectors.us2.ext.hana.ondemand.com/elements/api-v2/organizations/objects/definitions \
-H 'authorization: User sAfK7LJGNz5ZHcNrvdJvLI=f03WbTbH6aRKc0HJ3oOIi, Organization 58168435e3b9959a929eb04b6218b9a2' \
-H 'Accept: application/json' \
Example Response
{ "myListContacts": { "fields": [ { "type": "string", "path": "email" } ], "level": "organization" }, "myContacts": { "fields": [ { "type": "string", "path": "mobile" }, { "type": "string", "path": "fax" } ], "level": "organization" }
}