No Metadata available for certain objects

Hi,

We notice that there is no metadata ($properties) or description of fields available for the following objects:

Mobile_Views

CallListTracker

RollUpHistory

Is there any specific reason why these objects don't have a metadata?

Regards,

Harish

  • 0

    This is in SData?

    What are you trying to do?

  • 0

    We are trying to discover the property metadata for various objects for our integration. We notice that the above three objects don't return any property metadata for the API Call:

    cloud.na.sagecrm.com/sdata[instance_name]/sagecrm2/-/$prototypes/CallListTracker

    For example, the response for CallListTracker is:

    {

    "$baseUrl": "cloud.na.sagecrm.com/sdata[instance_name]/sagecrm2/-/",

    "$title": "CallListTracker",

    "$resourceId": 101,

    "$links": {

    "$updateFull": {

    "$title": "Updates the resource.",

    "$type": "application/json;vnd.sage=sdata",

    "$url": "cloud.na.sagecrm.com/sdata[instance_name]/sagecrm2/-/CallListTracker('{$key}')",

    "$method": "PUT"

    },

    "$create": {

    "$title": "Creates a resource.",

    "$type": "application/json;vnd.sage=sdata",

    "$url": "cloud.na.sagecrm.com/sdata[instance_name]/sagecrm2/-/CallListTracker",

    "$method": "POST"

    },

    "$updatePartial": {

    "$title": "Updates a single key-value pair of the resource.",

    "$type": "application/json;vnd.sage=sdata",

    "$url": "cloud.na.sagecrm.com/sdata[instance_name]/sagecrm2/-/CallListTracker('{$key}')",

    "$method": "PATCH"

    },

    "$delete": {

    "$title": "Deletes the resource.",

    "$type": "application/json;vnd.sage=sdata",

    "$url": "cloud.na.sagecrm.com/sdata[instance_name]/sagecrm2/-/CallListTracker('{$key}')",

    "$method": "DELETE"

    },

    "$details": {

    "$title": "Gets an individual resource.",

    "$type": "application/json;vnd.sage=sdata",

    "$url": "cloud.na.sagecrm.com/sdata[instance_name]/sagecrm2/-/CallListTracker('{$key}')",

    "$method": "GET"

    },

    "$list": {

    "$title": "Gets a collection of all resources of this type.",

    "$type": "application/json;vnd.sage=sdata",

    "$url": "cloud.na.sagecrm.com/sdata[instance_name]/sagecrm2/-/CallListTracker",

    "$method": "GET"

    }

    }

    }

    We only see the links to various API functions ($links), but no metadata ($properties)